package.xml: version 0.9.4
This commit is contained in:
parent
094d5437ad
commit
87277d2664
51
package.xml
51
package.xml
|
|
@ -31,11 +31,11 @@
|
||||||
<email>tuupola@appelsiini.net</email>
|
<email>tuupola@appelsiini.net</email>
|
||||||
<active>no</active>
|
<active>no</active>
|
||||||
</developer>
|
</developer>
|
||||||
<date>2012-01-26</date>
|
<date>2017-05-24</date>
|
||||||
<time>12:41:37</time>
|
<time>11:31:45</time>
|
||||||
<version>
|
<version>
|
||||||
<release>0.9.3</release>
|
<release>0.9.4</release>
|
||||||
<api>0.9.3</api>
|
<api>0.9.4</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>beta</release>
|
<release>beta</release>
|
||||||
|
|
@ -43,20 +43,7 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
|
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
|
||||||
<notes>
|
<notes>
|
||||||
QA release
|
QA release. Comes with support for newer PHP versions. Fixed irritating "pass by reference" errors.
|
||||||
Bug #18590 Impossible to work from IIS7
|
|
||||||
Bug #18024 deprecated line 180, 186 with php 5.3.2
|
|
||||||
Bug #16025 MERGEDCELLS record split by CONTINUE record
|
|
||||||
Bug #17766 Patch: Avoid deprecated split
|
|
||||||
Bug #17572 Temporary files are not removed
|
|
||||||
Bug #16938 open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
|
|
||||||
Bug #14585 open_basedir workaround doesn't work
|
|
||||||
Bug #12362 named worksheets & utf-8
|
|
||||||
Bug #14515 writeUrl only uses writeString, never writeNumber
|
|
||||||
Bug #14281 Using a row > 16,384 reports error
|
|
||||||
Request #13486 Set the worksheet direction to right-to-left (RTL)
|
|
||||||
Bug #12720 Notice thrown when using setColumn (undefined colFirst and colLast)
|
|
||||||
Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borders (!)
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir name="/">
|
<dir name="/">
|
||||||
|
|
@ -92,6 +79,34 @@ Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borde
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<phprelease />
|
<phprelease />
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release>
|
||||||
|
<version>
|
||||||
|
<release>0.9.3</release>
|
||||||
|
<api>0.9.3</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>beta</release>
|
||||||
|
<api>beta</api>
|
||||||
|
</stability>
|
||||||
|
<date>2012-01-26</date>
|
||||||
|
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
|
||||||
|
<notes>
|
||||||
|
QA release
|
||||||
|
Bug #18590 Impossible to work from IIS7
|
||||||
|
Bug #18024 deprecated line 180, 186 with php 5.3.2
|
||||||
|
Bug #16025 MERGEDCELLS record split by CONTINUE record
|
||||||
|
Bug #17766 Patch: Avoid deprecated split
|
||||||
|
Bug #17572 Temporary files are not removed
|
||||||
|
Bug #16938 open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
|
||||||
|
Bug #14585 open_basedir workaround doesn't work
|
||||||
|
Bug #12362 named worksheets & utf-8
|
||||||
|
Bug #14515 writeUrl only uses writeString, never writeNumber
|
||||||
|
Bug #14281 Using a row > 16,384 reports error
|
||||||
|
Request #13486 Set the worksheet direction to right-to-left (RTL)
|
||||||
|
Bug #12720 Notice thrown when using setColumn (undefined colFirst and colLast)
|
||||||
|
Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borders (!)
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
<release>
|
<release>
|
||||||
<version>
|
<version>
|
||||||
<release>0.2</release>
|
<release>0.2</release>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue