@@ -4,7 +4,7 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
44
55## 0.11.0 - Not yet released
66
7- PHPWord license is changed from LGPL 2.1 to LGPL 3 in this release .
7+ This release changed PHPWord license from LGPL 2.1 to LGPL 3.
88
99### Features
1010
@@ -14,10 +14,17 @@ PHPWord license is changed from LGPL 2.1 to LGPL 3 in this release.
1414
1515- ...
1616
17+ ### Deprecated
18+
19+ - Static classes ` Footnotes ` , ` Endnotes ` , and ` TOC `
20+
1721### Miscellaneous
1822
1923- License: Change the project license from LGPL 2.1 into LGPL 3.0 - GH-211
2024- Word2007 Writer: New ` Style\Image ` class - @ivanlanin
25+ - Refactor: Replace static classes ` Footnotes ` , ` Endnotes ` , and ` TOC ` with ` Collections ` - @ivanlanin GH-206
26+ - QA: Reactivate ` phpcpd ` and ` phpmd ` on Travis - @ivanlanin
27+ - Refactor: PHPMD recommendation: Change all ` get... ` method that returns ` boolean ` into ` is... ` or ` has... ` - @ivanlanin
2128
2229## 0.10.0 - 4 May 2014
2330
@@ -43,7 +50,7 @@ This release marked heavy refactorings on internal code structure with the creat
4350- Link: Ability to add link in header/footer - @ivanlanin GH-187
4451- Object: Ability to add object in header, footer, textrun, and footnote - @ivanlanin GH-187
4552- Media: Add ` Media::resetElements() ` to reset all media data - @juzi GH-19
46- - General: Add ` Style::resetStyles() ` , ` Footnote::resetElements() ` , and ` TOC::resetTitles() ` - @ivanlanin GH-187
53+ - General: Add ` Style::resetStyles() ` - @ivanlanin GH-187
4754- DOCX Reader: Ability to read header, footer, footnotes, link, preservetext, textbreak, pagebreak, table, list, image, and title - @ivanlanin
4855- Endnote: Ability to add endnotes - @ivanlanin
4956- ListItem: Ability to create custom list and reset list number - @ivanlanin GH-10 GH-198
0 commit comments