Skip to content

Commit d032c7c

Browse files
committed
Prepare 1.10.12 release
1 parent 76b88f1 commit d032c7c

File tree

3 files changed

+23
-31
lines changed

3 files changed

+23
-31
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ tests/ export-ignore
33
.github/ export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6-
.travis.yml export-ignore
76
package.xml export-ignore

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

package.xml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ using RFC2047 and/or RFC2231.</description>
2626
<email>[email protected]</email>
2727
<active>yes</active>
2828
</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>
3131
<version>
32-
<release>1.10.11</release>
32+
<release>1.10.12</release>
3333
<api>1.10.0</api>
3434
</version>
3535
<stability>
@@ -38,9 +38,8 @@ using RFC2047 and/or RFC2231.</description>
3838
</stability>
3939
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
4040
<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]
4443
</notes>
4544
<contents>
4645
<dir name="/">
@@ -1016,5 +1015,23 @@ Bugs Fixed:
10161015
* Corrected line breaks for lines ending in dots and length more than 74 [ixs]
10171016
</notes>
10181017
</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>
10191036
</changelog>
10201037
</package>

0 commit comments

Comments
 (0)