-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from viest/dev
version 1.5.4
- Loading branch information
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,20 +33,18 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2023-03-01</date> | ||
<date>2023-03-02</date> | ||
<time>00:00:00</time> | ||
<version> | ||
<release>1.5.3</release> | ||
<api>1.5.3</api> | ||
<release>1.5.4</release> | ||
<api>1.5.4</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: Print scale. | ||
- Feat: Border color. | ||
- Fix: PACKED array on PHP 8.2. | ||
</notes> | ||
<contents> | ||
|
@@ -319,6 +317,23 @@ | |
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" /> | ||
</extsrcrelease> | ||
<changelog> | ||
<release> | ||
<date>2023-03-01</date> | ||
<time>00:00:00</time> | ||
<version> | ||
<release>1.5.3</release> | ||
<api>1.5.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: Print scale. | ||
- Feat: Border color. | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2022-05-01</date> | ||
<time>00:00:00</time> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
extern zend_module_entry xlswriter_module_entry; | ||
#define phpext_xlswriter_ptr &xlswriter_module_entry | ||
|
||
#define PHP_XLSWRITER_VERSION "1.5.3" | ||
#define PHP_XLSWRITER_VERSION "1.5.4" | ||
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang ([email protected])" | ||
|
||
#ifdef PHP_WIN32 | ||
|