Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@Progi1984 Progi1984 released this 12 Sep 10:38
· 485 commits to master since this release

This release marked the implementation of layout management.

Bugfix

Changes

  • PhpOffice\PhpPresentation\Writer\ODPresentation : Move to Design Pattern Decorator - @Progi1984
  • PhpOffice\PhpPresentation\Writer\PowerPoint2007 : Move to Design Pattern Decorator - @Progi1984
  • PhpOffice\PhpPresentation\Shape\Type\AbstracType\getData has been deprecated for PhpOffice\PhpPresentation\Shape\Type\AbstracType\getSeries - @Progi1984 GH-169
  • PhpOffice\PhpPresentation\Shape\Type\AbstracType\setData has been deprecated for PhpOffice\PhpPresentation\Shape\Type\AbstracType\setSeries - @Progi1984 GH-169
  • Added documentation for chart series (font, outline, marker) - @Progi1984 GH-169
  • Internal Structure for Drawing Shape - @Progi1984 GH-192
  • Documentation about manual installation - @danielbair GH-254

Features