@@ -26,10 +26,10 @@ using RFC2047 and/or RFC2231.</description>
26
26
27
27
<active >yes</active >
28
28
</lead >
29
- <date >2021-09-05 </date >
30
- <time >10:25 :00</time >
29
+ <date >2024-03-10 </date >
30
+ <time >21:20 :00</time >
31
31
<version >
32
- <release >1.10.11 </release >
32
+ <release >1.10.12 </release >
33
33
<api >1.10.0</api >
34
34
</version >
35
35
<stability >
@@ -38,9 +38,8 @@ using RFC2047 and/or RFC2231.</description>
38
38
</stability >
39
39
<license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD Style</license >
40
40
<notes >
41
- * Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated [alec]
42
- * Fix encoding recipient names with @ character and no space between name and address [alec]
43
- * Fix the license label in composer.json [jnkowa-gfk]
41
+ * Prevent from "PHP Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string" [alec]
42
+ * PHPDoc improvements [alec]
44
43
</notes >
45
44
<contents >
46
45
<dir name =" /" >
@@ -1016,5 +1015,23 @@ Bugs Fixed:
1016
1015
* Corrected line breaks for lines ending in dots and length more than 74 [ixs]
1017
1016
</notes >
1018
1017
</release >
1018
+ <release >
1019
+ <date >2021-09-05</date >
1020
+ <time >10:25:00</time >
1021
+ <version >
1022
+ <release >1.10.11</release >
1023
+ <api >1.10.0</api >
1024
+ </version >
1025
+ <stability >
1026
+ <release >stable</release >
1027
+ <api >stable</api >
1028
+ </stability >
1029
+ <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD Style</license >
1030
+ <notes >
1031
+ * Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated [alec]
1032
+ * Fix encoding recipient names with @ character and no space between name and address [alec]
1033
+ * Fix the license label in composer.json [jnkowa-gfk]
1034
+ </notes >
1035
+ </release >
1019
1036
</changelog >
1020
1037
</package >
0 commit comments