Skip to content

Commit 010cd68

Browse files
authored
Merge pull request #69 from viest/dev
VERSION 1.1.0
2 parents e8ce0c9 + 107e007 commit 010cd68

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<email>[email protected]</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2018-05-26</date>
21-
<time>11:00:00</time>
20+
<date>2018-05-31</date>
21+
<time>10:00:00</time>
2222
<version>
23-
<release>1.0.2</release>
24-
<api>1.0.2</api>
23+
<release>1.1.0</release>
24+
<api>1.1.0</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>
2828
<api>stable</api>
2929
</stability>
3030
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
3131
<notes>
32-
- Windows #60. Change config.w32.
32+
- FEAT #63. Add more than one sheet to a file.
3333
</notes>
3434
<contents>
3535
<dir name="/">
@@ -88,6 +88,22 @@
8888
<providesextension>xlswriter</providesextension>
8989
<extsrcrelease />
9090
<changelog>
91+
<release>
92+
<date>2018-05-26</date>
93+
<time>11:00:00</time>
94+
<version>
95+
<release>1.0.2</release>
96+
<api>1.0.2</api>
97+
</version>
98+
<stability>
99+
<release>stable</release>
100+
<api>stable</api>
101+
</stability>
102+
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
103+
<notes>
104+
- Windows #60. Change config.w32.
105+
</notes>
106+
</release>
91107
<release>
92108
<date>2018-05-25</date>
93109
<time>17:00:00</time>

php_xls_writer.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.0.2"
21+
#define PHP_XLSWRITER_VERSION "1.1.0"
2222

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

0 commit comments

Comments
 (0)