PHPWord v0.14.0 Release Notes

Release Date: 2017-12-29 // over 6 years ago
  • ๐Ÿš€ This release fixes several bugs and adds some new features.
    โš  PHP 7.0 and 7.1 are now supported without warnings.

    โž• Added

    • Possibility to control the footnote numbering - @troosan #1068
    • Image creation from string - @troosan #937
    • Introduced the \PhpOffice\PhpWord\SimpleType\NumberFormat simple type. - @troosan
    • ๐Ÿ‘Œ Support for ContextualSpacing - @postHawk #1088
    • Possiblity to hide spelling and/or grammatical errors - @troosan #542
    • 0๏ธโƒฃ Possiblity to set default document language as well as changing the language for each text element - @troosan #1108
    • ๐Ÿ‘Œ Support for Comments - @troosan #1067
    • ๐Ÿ‘Œ Support for paragraph textAlignment - @troosan #1165
    • โž• Add support for HTML underline tag in addHtml - @zNightFalLz #1186
    • ๐Ÿ‘ Allow to change cell width unit - @guillaume-ro-fr #986
    • ๐Ÿ‘ Allow to change the line height rule @troosan
    • Implement PageBreak for odt writer @cookiekiller #863 #824
    • ๐Ÿ‘ Allow to force an update of all fields on opening a document - @troosan #951
    • ๐Ÿ‘ Allow adding a CheckBox in a TextRun - @irond #727
    • โž• Add support for HTML img tag - @srggroup #934
    • โž• Add support for password protection for docx - @mariahaubner #1019

    ๐Ÿ›  Fixed

    ๐Ÿ—„ Deprecated

    • PhpWord->getProtection(), get it from the settings instead PhpWord->getSettings()->getDocumentProtection();