From 2f413e671c0f67625b580b9005fa41267d3cf857 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Thu, 26 Jun 2025 21:47:49 +0900 Subject: [PATCH] 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. --- package.xml | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 1f8d8d8..4c9d19d 100644 --- a/package.xml +++ b/package.xml @@ -16,19 +16,23 @@ xnoguer@php.net no - 2017-06-20 + 2024-01-18 - 1.0.0RC3 - 1.0.0RC3 + 1.0.0 + 1.0.0 - beta - beta + stable + stable PHP -Bug #19284: RC2 breaks header in excel files from Spreadsheet_Excel_Writer -Bug #21216: Call to undefined method PEAR::OLE_PPS() +- Stable release after 9 release candidates +- Resolved PHP 8 deprecations +- Full compatibility with PHP 5.6 through PHP 8.2 +- Changes to comply with MS documentation +- Added type casting improvements +- Fixed PHP 7.4 compatibility issues @@ -42,7 +46,7 @@ Bug #21216: Call to undefined method PEAR::OLE_PPS() - 5.0.0 + 5.6.0 1.4.0b1 @@ -208,5 +212,25 @@ Bug #19284: RC2 breaks header in excel files from Spreadsheet_Excel_Writer Bug #21216: Call to undefined method PEAR::OLE_PPS() + + + 1.0.0 + 1.0.0 + + + stable + stable + + 2024-01-18 + PHP + +- Stable release after 9 release candidates +- Resolved PHP 8 deprecations +- Full compatibility with PHP 5.6 through PHP 8.2 +- Changes to comply with MS documentation +- Added type casting improvements +- Fixed PHP 7.4 compatibility issues + +