Skip to content

Commit dc3d521

Browse files
committed
1.3.4
1 parent 238fbdf commit dc3d521

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

package.xml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,23 @@
3333
<email>[email protected]</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2019-12-31</date>
37-
<time>22:00:00</time>
36+
<date>2020-03-19</date>
37+
<time>21:15:00</time>
3838
<version>
39-
<release>1.3.3.2</release>
40-
<api>1.3.3.2</api>
39+
<release>1.3.4</release>
40+
<api>1.3.4</api>
4141
</version>
4242
<stability>
4343
<release>stable</release>
4444
<api>stable</api>
4545
</stability>
4646
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
4747
<notes>
48-
- FIX free up stale sheets.
48+
- FEAT header support custom format.
49+
- FEAT putcsv custom delimiter.
50+
- FEAT ead skip cells,rows,empty value.
51+
- FIX read data method, the offset of the array index and the row of the cell.
52+
- FIX insertDate leaked.
4953
</notes>
5054
<contents>
5155
<dir name="/">
@@ -255,6 +259,22 @@
255259
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
256260
</extsrcrelease>
257261
<changelog>
262+
<release>
263+
<date>2019-12-31</date>
264+
<time>22:00:00</time>
265+
<version>
266+
<release>1.3.3.2</release>
267+
<api>1.3.3.2</api>
268+
</version>
269+
<stability>
270+
<release>stable</release>
271+
<api>stable</api>
272+
</stability>
273+
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
274+
<notes>
275+
- FIX free up stale sheets.
276+
</notes>
277+
</release>
258278
<release>
259279
<date>2019-12-26</date>
260280
<time>22:00:00</time>

php_xlswriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
extern zend_module_entry xlswriter_module_entry;
1919
#define phpext_xlswriter_ptr &xlswriter_module_entry
2020

21-
#define PHP_XLSWRITER_VERSION "1.3.3.2"
21+
#define PHP_XLSWRITER_VERSION "1.3.4"
2222

2323
#ifdef PHP_WIN32
2424
# define PHP_VTIFUL_API __declspec(dllexport)

0 commit comments

Comments
 (0)