Skip to content

Commit c4e886c

Browse files
committed
1.3.3.1
1 parent cfb4848 commit c4e886c

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

package.xml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,19 @@
3333
<email>[email protected]</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2019-12-23</date>
37-
<time>23:00:00</time>
36+
<date>2019-12-26</date>
37+
<time>22:00:00</time>
3838
<version>
39-
<release>1.3.3</release>
40-
<api>1.3.3</api>
39+
<release>1.3.3.1</release>
40+
<api>1.3.3.1</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-
- FEAT mergeCells and insertFormula support format.
49-
- FEAT put csv with callback.
50-
- FEAT global default format.
51-
- FIX READ turning data into custom types.
48+
- FIX merge cells.
5249
</notes>
5350
<contents>
5451
<dir name="/">
@@ -254,6 +251,25 @@
254251
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
255252
</extsrcrelease>
256253
<changelog>
254+
<release>
255+
<date>2019-12-23</date>
256+
<time>23:00:00</time>
257+
<version>
258+
<release>1.3.3</release>
259+
<api>1.3.3</api>
260+
</version>
261+
<stability>
262+
<release>stable</release>
263+
<api>stable</api>
264+
</stability>
265+
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
266+
<notes>
267+
- FEAT mergeCells and insertFormula support format.
268+
- FEAT put csv with callback.
269+
- FEAT global default format.
270+
- FIX READ turning data into custom types.
271+
</notes>
272+
</release>
257273
<release>
258274
<date>2019-11-21</date>
259275
<time>14:40:48</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"
21+
#define PHP_XLSWRITER_VERSION "1.3.3.1"
2222

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

0 commit comments

Comments
 (0)