Skip to content

Commit 9d3ac5e

Browse files
committed
prep v1.10.16
1 parent 4e71087 commit 9d3ac5e

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

package2.xml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<email>mj@php.net</email>
9494
<active>no</active>
9595
</helper>
96-
<date>2024-03-09</date>
96+
<date>2024-11-24</date>
9797
<version>
98-
<release>1.10.15</release>
98+
<release>1.10.16</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,8 +104,9 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* PR #132: cleanup uneeded test
108-
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
107+
* PR #141: Fix bug #27796: "Array to string" conversion warnings on installs/other actions
108+
* PR #145: Never reference E_STRICT on PHP 8.4+
109+
* PR #147: Fix tests 8.1+
109110
</notes>
110111
<contents>
111112
<dir name="/">
@@ -1363,5 +1364,24 @@ http://pear.php.net/advisory-20110228.txt
13631364
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
13641365
</notes>
13651366
</release>
1367+
1368+
<release>
1369+
<date>2024-11-24</date>
1370+
<version>
1371+
<release>1.10.16</release>
1372+
<api>1.10.1</api>
1373+
</version>
1374+
<stability>
1375+
<release>stable</release>
1376+
<api>stable</api>
1377+
</stability>
1378+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1379+
<notes>
1380+
* PR #141: Fix bug #27796: "Array to string" conversion warnings on installs/other actions
1381+
* PR #145: Never reference E_STRICT on PHP 8.4+
1382+
* PR #147: Fix tests 8.1+
1383+
</notes>
1384+
</release>
1385+
13661386
</changelog>
13671387
</package>

0 commit comments

Comments
 (0)