Skip to content

v0.7.0

Compare
Choose a tag to compare
@Progi1984 Progi1984 released this 12 Feb 22:20
· 2286 commits to master since this release

This is the first release after a long development hiatus in CodePlex. This release initialized ODT and RTF Writer, along with some other new features for the existing Word2007 Writer, e.g. tab, multiple header, rowspan and colspan. Composer and Travis were added.

Features

Bugfixes

  • "Warning: Invalid error type specified in ...\PHPWord.php on line 226" is thrown when the specified template file is not found - @RomanSyroeshko #32
  • PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input - @RomanSyroeshko #34
  • Temporary files naming logic in PHPWord_Template can lead to a collision - @RomanSyroeshko #38

Miscellaneous

  • Add superscript/subscript styling in Excel2007 Writer - @MarkBaker
  • add indentation support to paragraphs - @deds
  • Support for Composer - @Progi1984 #27
  • Basic CI with Travis - @Progi1984
  • Added PHPWord_Exception and exception when could not copy the template - @Progi1984
  • IMPROVED: Moved examples out of Classes directory - @Progi1984
  • IMPROVED: Advanced string replace in setValue for Template - @Esmeraldo #49