Skip to content

Commit

Permalink
Merge pull request #69 from viest/dev
Browse files Browse the repository at this point in the history
VERSION 1.1.0
  • Loading branch information
viest committed May 31, 2018
2 parents e8ce0c9 + 107e007 commit 010cd68
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-05-26</date>
<time>11:00:00</time>
<date>2018-05-31</date>
<time>10:00:00</time>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
<release>1.1.0</release>
<api>1.1.0</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>
- Windows #60. Change config.w32.
- FEAT #63. Add more than one sheet to a file.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -88,6 +88,22 @@
<providesextension>xlswriter</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2018-05-26</date>
<time>11:00:00</time>
<version>
<release>1.0.2</release>
<api>1.0.2</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>
- Windows #60. Change config.w32.
</notes>
</release>
<release>
<date>2018-05-25</date>
<time>17:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_xls_writer.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.0.2"
#define PHP_XLSWRITER_VERSION "1.1.0"

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

0 comments on commit 010cd68

Please sign in to comment.