diff --git a/package.xml b/package.xml index c4b2c80..f9fd929 100644 --- a/package.xml +++ b/package.xml @@ -33,11 +33,11 @@ wjx@php.net yes - 2023-03-02 + 2023-05-15 - 1.5.4 - 1.5.4 + 1.5.5 + 1.5.5 stable @@ -45,7 +45,7 @@ BSD license -- Fix: PACKED array on PHP 8.2. +- Feat: static built. @@ -318,6 +318,22 @@ + + 2023-03-02 + + + 1.5.4 + 1.5.4 + + + stable + stable + + BSD license + + - Fix: PACKED array on PHP 8.2. + + 2023-03-01 diff --git a/php_xlswriter.h b/php_xlswriter.h index 9ec1ffa..bb7155f 100644 --- a/php_xlswriter.h +++ b/php_xlswriter.h @@ -18,7 +18,7 @@ extern zend_module_entry xlswriter_module_entry; #define phpext_xlswriter_ptr &xlswriter_module_entry -#define PHP_XLSWRITER_VERSION "1.5.4" +#define PHP_XLSWRITER_VERSION "1.5.5" #define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)" extern int le_xls_writer;