From 43533f7ca6504bece684e13e95cbd7637f0bbd07 Mon Sep 17 00:00:00 2001 From: viest Date: Sun, 18 Jul 2021 14:13:48 +0800 Subject: [PATCH] version 1.4.0 --- package.xml | 198 +++++++++++------- php_xlswriter.h | 2 +- ...input_to_an_integer_in_a_fixed_range.phpt} | 0 3 files changed, 121 insertions(+), 79 deletions(-) rename tests/{validation_limiting_input_to_an_integer_in_a_fixed_range..phpt => validation_limiting_input_to_an_integer_in_a_fixed_range.phpt} (100%) diff --git a/package.xml b/package.xml index b59f078..07300e3 100644 --- a/package.xml +++ b/package.xml @@ -1,5 +1,5 @@ - + xlswriter pecl.php.net Efficient and fast xlsx file extension. @@ -33,11 +33,11 @@ wjx@php.net yes - 2021-01-01 - + 2021-07-18 + - 1.3.7 - 1.3.7 + 1.4.0 + 1.4.0 stable @@ -45,41 +45,45 @@ BSD license -- Fix IBM s390x. -- Fix header line no and sheet checkout not init line no. -- Fix single instance opens multiple files, but the file handle is not released. -- Feat worksheet printed. -- Feat worksheet hidden. -- Feat workbook custom first worksheet. -- Feat custom skip hidden rows. -- Feat skip empty rows. -- Feat set global type. -- Feat url text and tool tip. -- Feat work sheet protection. -- Helper xlswriter_get_version and xlswriter_get_author +- Fix disable reader build failed. +- Fix insertDate use curtom format segmentation fault. +- Feat custom free resource. +- Feat writer validation. +- Feat writer data validation can be applied to a single cell or a range of cells. +- Feat reader add file path in open file exception message. +- Feat exit worksheet. +- Feat set paper. +- Feat set margins. +- Build read module is enabled by default. +- Perfect exception message. +- Compatible PHP 8.1 API. +- Destructive rename method setPrintedLandscape to setLandscape +- Destructive rename method setPrintedPortrait to setPortrait - - - + + + - - + + + - - - - - - - - - + + + + + + + + + + @@ -87,27 +91,27 @@ - + - + - + - + - + - - - - + + + + @@ -126,25 +130,25 @@ - + - + - + - + - - + + - - - - - + + + + + @@ -167,11 +171,11 @@ - + - + @@ -205,11 +209,13 @@ + - - + + + @@ -219,33 +225,35 @@ - + - + + - + - + + - + - + - + - + @@ -256,14 +264,21 @@ - - + + + + - + + + + + + @@ -272,16 +287,16 @@ - + - - + + - - + + - - + + @@ -299,6 +314,33 @@ + + 2021-01-01 + + + 1.3.7 + 1.3.7 + + + stable + stable + + BSD license + +- Fix IBM s390x. +- Fix header line no and sheet checkout not init line no. +- Fix single instance opens multiple files, but the file handle is not released. +- Feat worksheet printed. +- Feat worksheet hidden. +- Feat workbook custom first worksheet. +- Feat custom skip hidden rows. +- Feat skip empty rows. +- Feat set global type. +- Feat url text and tool tip. +- Feat work sheet protection. +- Helper xlswriter_get_version and xlswriter_get_author + + 2020-06-17 @@ -312,11 +354,11 @@ BSD license - - Fix musllibc. - - Fix null in cell callback. - - Feat cell comment. - - Feat timestampFromDateDouble static method. - - Feat Check for existence before opening file. +- Fix musllibc. +- Fix null in cell callback. +- Feat cell comment. +- Feat timestampFromDateDouble static method. +- Feat Check for existence before opening file. diff --git a/php_xlswriter.h b/php_xlswriter.h index c0b404a..3c28f04 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.7" +#define PHP_XLSWRITER_VERSION "1.4.0" #define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)" #ifdef PHP_WIN32 diff --git a/tests/validation_limiting_input_to_an_integer_in_a_fixed_range..phpt b/tests/validation_limiting_input_to_an_integer_in_a_fixed_range.phpt similarity index 100% rename from tests/validation_limiting_input_to_an_integer_in_a_fixed_range..phpt rename to tests/validation_limiting_input_to_an_integer_in_a_fixed_range.phpt