|
33 | 33 | |
34 | 34 | <active>yes</active> |
35 | 35 | </lead> |
36 | | - <date>2020-06-17</date> |
37 | | - <time>01:37:24</time> |
| 36 | + <date>2020-08-18</date> |
| 37 | + <time>18:00:00</time> |
38 | 38 | <version> |
39 | | - <release>1.3.6</release> |
40 | | - <api>1.3.6</api> |
| 39 | + <release>1.3.7</release> |
| 40 | + <api>1.3.7</api> |
41 | 41 | </version> |
42 | 42 | <stability> |
43 | 43 | <release>stable</release> |
44 | 44 | <api>stable</api> |
45 | 45 | </stability> |
46 | 46 | <license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license> |
47 | 47 | <notes> |
48 | | -- Fix musllibc. |
49 | | -- Fix null in cell callback. |
50 | | -- Feat cell comment. |
51 | | -- Feat timestampFromDateDouble static method. |
52 | | -- Feat Check for existence before opening file. |
| 48 | +- Fix IBM s390x. |
| 49 | +- Fix header line no and sheet checkout not init line no. |
| 50 | +- Feat set global type. |
| 51 | +- Feat url text and tool tip. |
53 | 52 | </notes> |
54 | 53 | <contents> |
55 | 54 | <dir name="/"> |
|
283 | 282 | <configureoption default="yes" name="enable-reader" prompt="enable reader supports?" /> |
284 | 283 | </extsrcrelease> |
285 | 284 | <changelog> |
| 285 | + <release> |
| 286 | + <date>2020-06-17</date> |
| 287 | + <time>01:37:24</time> |
| 288 | + <version> |
| 289 | + <release>1.3.6</release> |
| 290 | + <api>1.3.6</api> |
| 291 | + </version> |
| 292 | + <stability> |
| 293 | + <release>stable</release> |
| 294 | + <api>stable</api> |
| 295 | + </stability> |
| 296 | + <license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license> |
| 297 | + <notes> |
| 298 | + - Fix musllibc. |
| 299 | + - Fix null in cell callback. |
| 300 | + - Feat cell comment. |
| 301 | + - Feat timestampFromDateDouble static method. |
| 302 | + - Feat Check for existence before opening file. |
| 303 | + </notes> |
| 304 | + </release> |
286 | 305 | <release> |
287 | 306 | <date>2020-06-08</date> |
288 | 307 | <time>14:22:09</time> |
|
332 | 351 | <notes> |
333 | 352 | - FEAT header support custom format. |
334 | 353 | - FEAT putcsv custom delimiter. |
335 | | -- FEAT ead skip cells,rows,empty value. |
| 354 | +- FEAT read skip cells,rows,empty value. |
336 | 355 | - FIX read data method, the offset of the array index and the row of the cell. |
337 | 356 | - FIX insertDate leaked. |
338 | 357 | </notes> |
|
0 commit comments