Skip to content

Commit

Permalink
version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viest committed Apr 28, 2022
1 parent 48bf53c commit a74ad4a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,20 @@
<email>wjx@php.net</email>
<active>yes</active>
</lead>
<date>2021-10-27</date>
<date>2021-05-01</date>
<time>00:00:00</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
<release>1.5.2</release>
<api>1.5.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
<notes>
- Feat customize to enable or disable zip64.
- Fix: Write failure on data reference.
- Fix: String is not zero-terminatedpage.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -204,6 +205,8 @@
<file md5sum="9badb50b14bd81536bafcfefcb5677d6" name="tests/column_index_from_string.phpt" role="test" />
<file md5sum="" name="tests/const_memory.phpt" role="test" />
<file md5sum="da803170bdbbdc8191123889c187d9fa" name="tests/const_memory_index_out_range.phpt" role="test" />
<file md5sum="" name="tests/data_reference.phpt" role="test" />
<file md5sum="" name="tests/data_string_key.phpt" role="test" />
<file md5sum="64c92ab74560df6044f1a9019458a5b4" name="tests/default_format.phpt" role="test" />
<file md5sum="8c30c3f3d54a0b52a26f187c7334a020" name="tests/exist_sheet.phpt" role="test" />
<file md5sum="84ef50a4df8d5ce312246676a4c933fa" name="tests/first.phpt" role="test" />
Expand Down Expand Up @@ -308,6 +311,22 @@
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
</extsrcrelease>
<changelog>
<release>
<date>2021-10-27</date>
<time>00:00:00</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
<notes>
- Feat customize to enable or disable zip64.
</notes>
</release>
<release>
<date>2021-10-07</date>
<time>11:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_xlswriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
extern zend_module_entry xlswriter_module_entry;
#define phpext_xlswriter_ptr &xlswriter_module_entry

#define PHP_XLSWRITER_VERSION "1.5.1"
#define PHP_XLSWRITER_VERSION "1.5.2"
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)"

#ifdef PHP_WIN32
Expand Down

0 comments on commit a74ad4a

Please sign in to comment.