diff --git a/package.xml b/package.xml index dab791a..cdc2cf9 100644 --- a/package.xml +++ b/package.xml @@ -15,11 +15,11 @@ wjx@php.net yes - 2019-05-03 - + 2019-07-01 + - 1.2.4 - 1.2.4 + 1.2.5 + 1.2.5 stable @@ -27,10 +27,11 @@ BSD license -- FEAT format multiple style overlays. -- FEAT format text color. -- FEAT image scale. -- FEAT chart. +- FEAT cells background color. +- FEAT checkout sheet. +- FEAT format new font size. +- FEAT format new strikeout. +- FEAT insertText support resource format. @@ -122,7 +123,6 @@ - @@ -133,12 +133,19 @@ - + + + + + + + + @@ -163,6 +170,25 @@ xlswriter + + 2019-05-03 + + + 1.2.4 + 1.2.4 + + + stable + stable + + BSD license + + - FEAT format multiple style overlays. + - FEAT format text color. + - FEAT image scale. + - FEAT chart. + + 2018-11-25 diff --git a/php_xlswriter.h b/php_xlswriter.h index 68aa548..0ae0200 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.2.4" +#define PHP_XLSWRITER_VERSION "1.2.5" #ifdef PHP_WIN32 # define PHP_VTIFUL_API __declspec(dllexport)