diff --git a/.gitattributes b/.gitattributes index 6c4be84..ff8f4a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,5 +3,4 @@ tests/ export-ignore .github/ export-ignore .gitattributes export-ignore .gitignore export-ignore -.travis.yml export-ignore package.xml export-ignore diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7beb9e4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: php -dist: xenial -sudo: false -matrix: - fast_finish: true - include: - - php: 5.2 - dist: precise - - php: 5.3 - dist: precise - - php: 5.4 - dist: trusty - - php: 5.5 - dist: trusty - - php: 5.6 - - php: 7.0 - - php: 7.1 - - php: 7.2 - - php: 7.3 - - php: 7.4 - - php: 8.0 -script: - - pear run-tests tests/ - - for i in `ls tests/*.diff`; do echo $i; cat $i; done diff --git a/package.xml b/package.xml index b6b123d..9bd8c0f 100644 --- a/package.xml +++ b/package.xml @@ -26,10 +26,10 @@ using RFC2047 and/or RFC2231. alec@php.net yes - 2021-09-05 - + 2024-03-10 + - 1.10.11 + 1.10.12 1.10.0 @@ -38,9 +38,8 @@ using RFC2047 and/or RFC2231. BSD Style -* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated [alec] -* Fix encoding recipient names with @ character and no space between name and address [alec] -* Fix the license label in composer.json [jnkowa-gfk] +* Prevent from "PHP Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string" [alec] +* PHPDoc improvements [alec] @@ -1016,5 +1015,23 @@ Bugs Fixed: * Corrected line breaks for lines ending in dots and length more than 74 [ixs] + + 2021-09-05 + + + 1.10.11 + 1.10.0 + + + stable + stable + + BSD Style + +* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated [alec] +* Fix encoding recipient names with @ character and no space between name and address [alec] +* Fix the license label in composer.json [jnkowa-gfk] + +