diff --git a/package.xml b/package.xml index 542dad5..b6f94c3 100644 --- a/package.xml +++ b/package.xml @@ -33,11 +33,11 @@ wjx@php.net yes - 2019-11-21 - + 2019-12-23 + - 1.3.2 - 1.3.2 + 1.3.3 + 1.3.3 stable @@ -45,12 +45,10 @@ BSD license -- FEAT display or hide screen and print gridlines. -- FEAT worksheet zoom. -- FEAT data method is written by default from the file header. -- FEAT returns null if the type is specified and the cell is empty. -- FEAT sheet list. -- FEAT xlsx to csv. +- FEAT mergeCells and insertFormula support format. +- FEAT put csv with callback. +- FEAT global default format. +- FIX READ turning data into custom types. @@ -187,6 +185,7 @@ + @@ -197,6 +196,7 @@ + @@ -254,6 +254,27 @@ + + 2019-11-21 + + + 1.3.2 + 1.3.2 + + + stable + stable + + BSD license + + - FEAT display or hide screen and print gridlines. + - FEAT worksheet zoom. + - FEAT data method is written by default from the file header. + - FEAT returns null if the type is specified and the cell is empty. + - FEAT sheet list. + - FEAT xlsx to csv. + + 2019-10-11 diff --git a/php_xlswriter.h b/php_xlswriter.h index 7d953e3..8c8e25e 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.3.2" +#define PHP_XLSWRITER_VERSION "1.3.3" #ifdef PHP_WIN32 # define PHP_VTIFUL_API __declspec(dllexport)