Skip to content

Commit

Permalink
Merge pull request #471 from viest/dev
Browse files Browse the repository at this point in the history
version 1.5.4
  • Loading branch information
viest authored Mar 1, 2023
2 parents 8b8e483 + 119b188 commit 83b993d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0']
php-versions: ['8.0', '8.1', '8.2']
include:
- operating-system: 'ubuntu-18.04'
php-versions: '7.0'
Expand Down
25 changes: 20 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,18 @@
<email>wjx@php.net</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>
Expand Down Expand Up @@ -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>
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.3"
#define PHP_XLSWRITER_VERSION "1.5.4"
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)"

#ifdef PHP_WIN32
Expand Down

0 comments on commit 83b993d

Please sign in to comment.