Skip to content

Commit 5aebad7

Browse files
committed
1.3.7 beta
1 parent 2b8c329 commit 5aebad7

File tree

3 files changed

+31
-11
lines changed

3 files changed

+31
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ cmake-build-debug
4545
CMakeLists.txt
4646
local_test.php
4747
xlswriter-*.tgz
48+
benchmark.c

package.xml

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,22 @@
3333
<email>[email protected]</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2020-06-17</date>
37-
<time>01:37:24</time>
36+
<date>2020-08-18</date>
37+
<time>18:00:00</time>
3838
<version>
39-
<release>1.3.6</release>
40-
<api>1.3.6</api>
39+
<release>1.3.7</release>
40+
<api>1.3.7</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 musllibc.
49-
- Fix null in cell callback.
50-
- Feat cell comment.
51-
- Feat timestampFromDateDouble static method.
52-
- Feat Check for existence before opening file.
48+
- Fix IBM s390x.
49+
- Fix header line no and sheet checkout not init line no.
50+
- Feat set global type.
51+
- Feat url text and tool tip.
5352
</notes>
5453
<contents>
5554
<dir name="/">
@@ -283,6 +282,26 @@
283282
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
284283
</extsrcrelease>
285284
<changelog>
285+
<release>
286+
<date>2020-06-17</date>
287+
<time>01:37:24</time>
288+
<version>
289+
<release>1.3.6</release>
290+
<api>1.3.6</api>
291+
</version>
292+
<stability>
293+
<release>stable</release>
294+
<api>stable</api>
295+
</stability>
296+
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
297+
<notes>
298+
- Fix musllibc.
299+
- Fix null in cell callback.
300+
- Feat cell comment.
301+
- Feat timestampFromDateDouble static method.
302+
- Feat Check for existence before opening file.
303+
</notes>
304+
</release>
286305
<release>
287306
<date>2020-06-08</date>
288307
<time>14:22:09</time>
@@ -332,7 +351,7 @@
332351
<notes>
333352
- FEAT header support custom format.
334353
- FEAT putcsv custom delimiter.
335-
- FEAT ead skip cells,rows,empty value.
354+
- FEAT read skip cells,rows,empty value.
336355
- FIX read data method, the offset of the array index and the row of the cell.
337356
- FIX insertDate leaked.
338357
</notes>

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.6"
21+
#define PHP_XLSWRITER_VERSION "1.3.7"
2222

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

0 commit comments

Comments
 (0)