-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,10 @@ using RFC2047 and/or RFC2231.</description> | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-09-05</date> | ||
<time>10:25:00</time> | ||
<date>2024-03-10</date> | ||
<time>21:20:00</time> | ||
<version> | ||
<release>1.10.11</release> | ||
<release>1.10.12</release> | ||
<api>1.10.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -38,9 +38,8 @@ using RFC2047 and/or RFC2231.</description> | |
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license> | ||
<notes> | ||
* 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] | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -1016,5 +1015,23 @@ Bugs Fixed: | |
* Corrected line breaks for lines ending in dots and length more than 74 [ixs] | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2021-09-05</date> | ||
<time>10:25:00</time> | ||
<version> | ||
<release>1.10.11</release> | ||
<api>1.10.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license> | ||
<notes> | ||
* 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] | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |