Skip to content

Commit

Permalink
version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
huski-wjx committed Sep 4, 2024
1 parent 5742554 commit e7eb018
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-08-28</date>
<date>2024-09-04</date>
<time>00:00:00</time>
<version>
<release>1.5.6</release>
<api>1.5.6</api>
<release>1.5.7</release>
<api>1.5.7</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: format resource memory leak.
- Fix: insertDate memory leak.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -318,6 +318,22 @@
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
</extsrcrelease>
<changelog>
<release>
<date>2024-08-28</date>
<time>00:00:00</time>
<version>
<release>1.5.6</release>
<api>1.5.6</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: format resource memory leak.
</notes>
</release>
<release>
<date>2023-05-15</date>
<time>00: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.6"
#define PHP_XLSWRITER_VERSION "1.5.7"
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang ([email protected])"

extern int le_xls_writer;
Expand Down

0 comments on commit e7eb018

Please sign in to comment.