Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,23 @@
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2017-06-20</date>
<date>2024-01-18</date>
<version>
<release>1.0.0RC3</release>
<api>1.0.0RC3</api>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
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
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand All @@ -42,7 +46,7 @@ Bug #21216: Call to undefined method PEAR::OLE_PPS()
<dependencies>
<required>
<php>
<min>5.0.0</min>
<min>5.6.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
Expand Down Expand Up @@ -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()
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2024-01-18</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- 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
</notes>
</release>
</changelog>
</package>
Loading