Skip to content

Commit

Permalink
1.3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viest committed Dec 26, 2019
1 parent cfb4848 commit c4e886c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,19 @@
<email>wjx@php.net</email>
<active>yes</active>
</lead>
<date>2019-12-23</date>
<time>23:00:00</time>
<date>2019-12-26</date>
<time>22:00:00</time>
<version>
<release>1.3.3</release>
<api>1.3.3</api>
<release>1.3.3.1</release>
<api>1.3.3.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 mergeCells and insertFormula support format.
- FEAT put csv with callback.
- FEAT global default format.
- FIX READ turning data into custom types.
- FIX merge cells.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -254,6 +251,25 @@
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
</extsrcrelease>
<changelog>
<release>
<date>2019-12-23</date>
<time>23:00:00</time>
<version>
<release>1.3.3</release>
<api>1.3.3</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 mergeCells and insertFormula support format.
- FEAT put csv with callback.
- FEAT global default format.
- FIX READ turning data into custom types.
</notes>
</release>
<release>
<date>2019-11-21</date>
<time>14:40:48</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"
#define PHP_XLSWRITER_VERSION "1.3.3.1"

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

0 comments on commit c4e886c

Please sign in to comment.