Skip to content

Commit 8073642

Browse files
committed
VERSION 1.2.0
1 parent dee5471 commit 8073642

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

package.xml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
<active>yes</active>
1919
</lead>
2020
<date>2018-05-31</date>
21-
<time>10:00:00</time>
21+
<time>22:30:00</time>
2222
<version>
23-
<release>1.1.0</release>
24-
<api>1.1.0</api>
23+
<release>1.2.0</release>
24+
<api>1.2.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-
- FEAT #63. Add more than one sheet to a file.
32+
- FEAT #70. Data Bulk Insert automatic maintenance line number.
33+
- FEAT #70. Customizing the default sheet name.
3334
</notes>
3435
<contents>
3536
<dir name="/">
@@ -88,6 +89,22 @@
8889
<providesextension>xlswriter</providesextension>
8990
<extsrcrelease />
9091
<changelog>
92+
<release>
93+
<date>2018-05-31</date>
94+
<time>10:00:00</time>
95+
<version>
96+
<release>1.1.0</release>
97+
<api>1.1.0</api>
98+
</version>
99+
<stability>
100+
<release>stable</release>
101+
<api>stable</api>
102+
</stability>
103+
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
104+
<notes>
105+
- FEAT #63. Add more than one sheet to a file.
106+
</notes>
107+
</release>
91108
<release>
92109
<date>2018-05-26</date>
93110
<time>11:00:00</time>

0 commit comments

Comments
 (0)