PHPPowerPoint v0.5.0 Release Notes

Release Date: 2015-10-08 // about 8 years ago
  • ๐Ÿš€ This release marked the implementation of two news readers : PowerPoint2007 & ODPresentation. But the main change is that PhpOffice\PhpPowerpoint becomes PhpOffice\PhpPresentation.

    ๐Ÿ”‹ Features

    ๐Ÿ›  Bugfix

    ๐Ÿ”„ Changes

    • PhpOffice\PhpPowerpoint becomes PhpOffice\PhpPresentation - @Progi1984 GH-25
    • ๐Ÿ’… PhpOffice\PhpPowerpoint\Style\Font::setStriketrough has been removed : Use setStrikethrough - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\AbstractShape::getSlide has been removed - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\AbstractShape::setSlide has been removed - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutXmilli has been removed : getCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutYmilli has been removed : getCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutXmilli has been removed : setCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
    • ๐Ÿšš PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutYmilli has been removed : setCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
    • โšก๏ธ Update the dependence PhpOffice\Common to 0.2.* - @Progi1984
    • ๐Ÿ‘ท Migrated Travis CI to legacy - @Progi1984 GH-115