Preparations for PHPExcel 1.7.5
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@65096 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
1def6cae75
commit
5168f49b36
|
@ -194,6 +194,7 @@
|
||||||
<pear minimum_version="1.4.0"/>
|
<pear minimum_version="1.4.0"/>
|
||||||
<extension name="zip" minimum_version="1.8.0"/>
|
<extension name="zip" minimum_version="1.8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<dirroles key="PHPExcel/Shared/PDF/fonts">data</dirroles>
|
||||||
</d51pearpkg2>
|
</d51pearpkg2>
|
||||||
|
|
||||||
<exec command="pear package ./build/Classes/package.xml"/>
|
<exec command="pear package ./build/Classes/package.xml"/>
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
|
|
||||||
Fixed in SVN:
|
Fixed in SVN:
|
||||||
|
|
||||||
|
|
||||||
|
2010-12-10 (v1.7.5):
|
||||||
- Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format
|
- Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format
|
||||||
Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
|
Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
|
||||||
- Feature: (MBaker) (incorporating part of Workitem 9759) - Support for Extended Workbook Properties in Excel2007, Excel5 and OOCalc Readers; support for User-defined Workbook Properties in Excel2007 and OOCalc Readers
|
- Feature: (MBaker) (incorporating part of Workitem 9759) - Support for Extended Workbook Properties in Excel2007, Excel5 and OOCalc Readers; support for User-defined Workbook Properties in Excel2007 and OOCalc Readers
|
||||||
|
|
Loading…
Reference in New Issue