Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
viest committed Mar 19, 2020
1 parent 238fbdf commit dc3d521
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,23 @@
<email>wjx@php.net</email>
<active>yes</active>
</lead>
<date>2019-12-31</date>
<time>22:00:00</time>
<date>2020-03-19</date>
<time>21:15:00</time>
<version>
<release>1.3.3.2</release>
<api>1.3.3.2</api>
<release>1.3.4</release>
<api>1.3.4</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>
- FIX free up stale sheets.
- 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.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -255,6 +259,22 @@
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
</extsrcrelease>
<changelog>
<release>
<date>2019-12-31</date>
<time>22:00:00</time>
<version>
<release>1.3.3.2</release>
<api>1.3.3.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>
- FIX free up stale sheets.
</notes>
</release>
<release>
<date>2019-12-26</date>
<time>22: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.3.3.2"
#define PHP_XLSWRITER_VERSION "1.3.4"

#ifdef PHP_WIN32
# define PHP_VTIFUL_API __declspec(dllexport)
Expand Down

0 comments on commit dc3d521

Please sign in to comment.