WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2f413e6

Browse files
committed
Update package.xml for PEAR release 1.0.0
- Update version from 1.0.0RC3 to 1.0.0 (stable) - Update release date to 2024-01-18 (matching GitHub release) - Update PHP minimum version to 5.6 (matching composer.json) - Add comprehensive release notes covering changes since RC3 - Add changelog entry for 1.0.0 release This syncs the PEAR release with the existing GitHub v1.0.0 release.
1 parent 061db75 commit 2f413e6

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

package.xml

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,23 @@
1616
<email>[email protected]</email>
1717
<active>no</active>
1818
</lead>
19-
<date>2017-06-20</date>
19+
<date>2024-01-18</date>
2020
<version>
21-
<release>1.0.0RC3</release>
22-
<api>1.0.0RC3</api>
21+
<release>1.0.0</release>
22+
<api>1.0.0</api>
2323
</version>
2424
<stability>
25-
<release>beta</release>
26-
<api>beta</api>
25+
<release>stable</release>
26+
<api>stable</api>
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP</license>
2929
<notes>
30-
Bug #19284: RC2 breaks header in excel files from Spreadsheet_Excel_Writer
31-
Bug #21216: Call to undefined method PEAR::OLE_PPS()
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
3236
</notes>
3337
<contents>
3438
<dir baseinstalldir="/" name="/">
@@ -42,7 +46,7 @@ Bug #21216: Call to undefined method PEAR::OLE_PPS()
4246
<dependencies>
4347
<required>
4448
<php>
45-
<min>5.0.0</min>
49+
<min>5.6.0</min>
4650
</php>
4751
<pearinstaller>
4852
<min>1.4.0b1</min>
@@ -208,5 +212,25 @@ Bug #19284: RC2 breaks header in excel files from Spreadsheet_Excel_Writer
208212
Bug #21216: Call to undefined method PEAR::OLE_PPS()
209213
</notes>
210214
</release>
215+
<release>
216+
<version>
217+
<release>1.0.0</release>
218+
<api>1.0.0</api>
219+
</version>
220+
<stability>
221+
<release>stable</release>
222+
<api>stable</api>
223+
</stability>
224+
<date>2024-01-18</date>
225+
<license uri="http://www.php.net/license">PHP</license>
226+
<notes>
227+
- Stable release after 9 release candidates
228+
- Resolved PHP 8 deprecations
229+
- Full compatibility with PHP 5.6 through PHP 8.2
230+
- Changes to comply with MS documentation
231+
- Added type casting improvements
232+
- Fixed PHP 7.4 compatibility issues
233+
</notes>
234+
</release>
211235
</changelog>
212236
</package>

0 commit comments

Comments
 (0)