Skip to content

Commit 4ae1bf3

Browse files
committed
prep for v1.0.1
1 parent 37c9f79 commit 4ae1bf3

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

package.xml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<email>[email protected]</email>
1717
<active>no</active>
1818
</lead>
19-
<date>2024-01-18</date>
19+
<date>2025-12-14</date>
2020
<version>
21-
<release>1.0.0</release>
21+
<release>1.0.1</release>
2222
<api>1.0.0</api>
2323
</version>
2424
<stability>
@@ -27,12 +27,7 @@
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP</license>
2929
<notes>
30-
- Stable release after 9 release candidates
31-
- Resolved PHP 8 deprecations
32-
- Full compatibility with PHP 5.6 through PHP 8.2
33-
- Changes to comply with MS documentation
34-
- Added type casting improvements
35-
- Fixed PHP 7.4 compatibility issues
30+
- (Composer only) fix dependency on pear-core-minimal
3631
</notes>
3732
<contents>
3833
<dir baseinstalldir="/" name="/">
@@ -232,5 +227,20 @@ Bug #21216: Call to undefined method PEAR::OLE_PPS()
232227
- Fixed PHP 7.4 compatibility issues
233228
</notes>
234229
</release>
230+
<release>
231+
<version>
232+
<release>1.0.1</release>
233+
<api>1.0.0</api>
234+
</version>
235+
<stability>
236+
<release>stable</release>
237+
<api>stable</api>
238+
</stability>
239+
<date>2025-12-14</date>
240+
<license uri="http://www.php.net/license">PHP</license>
241+
<notes>
242+
- (Composer only) fix dependency on pear-core-minimal
243+
</notes>
244+
</release>
235245
</changelog>
236246
</package>

0 commit comments

Comments
 (0)