diff --git a/package.xml b/package.xml index 3ff1dce..8d20bb4 100644 --- a/package.xml +++ b/package.xml @@ -33,11 +33,11 @@ wjx@php.net yes - 2020-04-12 - + 2020-05-25 + - 1.3.4.1 - 1.3.4.1 + 1.3.5 + 1.3.5 stable @@ -45,29 +45,29 @@ BSD license -- Feat directory not exist error change to exception. -- Windows full function support. +- Feat activate sheet. +- Feat mergeCells type writer. - - + + - - + + - - - - + + + + - + - - + + @@ -95,8 +95,8 @@ - - + + @@ -146,11 +146,11 @@ - - + + - + @@ -175,7 +175,7 @@ - + @@ -185,9 +185,10 @@ - - - + + + + @@ -198,8 +199,8 @@ - - + + @@ -207,20 +208,21 @@ + - - - + + + - - + + - + @@ -230,21 +232,21 @@ - - - - - + + + + + - - + + - + - + @@ -263,6 +265,23 @@ + + 2020-04-12 + + + 1.3.4.1 + 1.3.4.1 + + + stable + stable + + BSD license + +- Feat directory not exist error change to exception. +- Windows full function support. + + 2020-03-19 @@ -276,11 +295,11 @@ BSD license - - FEAT header support custom format. - - FEAT putcsv custom delimiter. - - FEAT ead skip cells,rows,empty value. - - FIX read data method, the offset of the array index and the row of the cell. - - FIX insertDate leaked. +- FEAT header support custom format. +- FEAT putcsv custom delimiter. +- FEAT ead skip cells,rows,empty value. +- FIX read data method, the offset of the array index and the row of the cell. +- FIX insertDate leaked. @@ -296,7 +315,7 @@ BSD license - - FIX free up stale sheets. +- FIX free up stale sheets. @@ -312,7 +331,7 @@ BSD license - - FIX merge cells. +- FIX merge cells. @@ -328,10 +347,10 @@ BSD license - - FEAT mergeCells and insertFormula support format. - - FEAT put csv with callback. - - FEAT global default format. - - FIX READ turning data into custom types. +- FEAT mergeCells and insertFormula support format. +- FEAT put csv with callback. +- FEAT global default format. +- FIX READ turning data into custom types. @@ -347,12 +366,12 @@ 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 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. diff --git a/php_xlswriter.h b/php_xlswriter.h index 2788a81..9ba1eed 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.4.1" +#define PHP_XLSWRITER_VERSION "1.3.5" #ifdef PHP_WIN32 # define PHP_VTIFUL_API __declspec(dllexport)