Minor refactoring.

This commit is contained in:
Roman Syroeshko 2015-02-21 18:47:10 +04:00
parent 25a5ba2b4c
commit fbdd5f15bb
1 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@ CHANGELOG
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub. This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
0.13.0 - TBD 0.13.0 (TBD)
------------ ------------
Place announcement text here. Place announcement text here.
@ -14,7 +14,7 @@ Place announcement text here.
0.12.0 - 3 January 2015 0.12.0 (3 January 2015)
----------------------- -----------------------
This release added form fields (textinput, checkbox, and dropdown), drawing shapes (arc, curve, line, polyline, rect, oval), and basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) elements along with some new styles. Basic MsDoc reader is introduced. This release added form fields (textinput, checkbox, and dropdown), drawing shapes (arc, curve, line, polyline, rect, oval), and basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) elements along with some new styles. Basic MsDoc reader is introduced.
@ -78,7 +78,7 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
0.11.1 - 2 June 2014 0.11.1 (2 June 2014)
-------------------- --------------------
This is an immediate bugfix release for HTML reader. This is an immediate bugfix release for HTML reader.
@ -87,7 +87,7 @@ This is an immediate bugfix release for HTML reader.
0.11.0 - 1 June 2014 0.11.0 (1 June 2014)
-------------------- --------------------
This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four new elements were added: TextBox, ListItemRun, Field, and Line. Relative and absolute positioning for images and textboxes were added. Writer classes were refactored into parts, elements, and styles. ODT and RTF features were enhanced. Ability to add elements to PHPWord object via HTML were implemented. RTF and HTML reader were initiated. This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four new elements were added: TextBox, ListItemRun, Field, and Line. Relative and absolute positioning for images and textboxes were added. Writer classes were refactored into parts, elements, and styles. ODT and RTF features were enhanced. Ability to add elements to PHPWord object via HTML were implemented. RTF and HTML reader were initiated.
@ -156,7 +156,7 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
0.10.1 - 21 May 2014 0.10.1 (21 May 2014)
-------------------- --------------------
This is a bugfix release for `php-zip` requirement in Composer. This is a bugfix release for `php-zip` requirement in Composer.
@ -165,7 +165,7 @@ This is a bugfix release for `php-zip` requirement in Composer.
0.10.0 - 4 May 2014 0.10.0 (4 May 2014)
------------------- -------------------
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced. This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced.
@ -254,7 +254,7 @@ This release marked heavy refactorings on internal code structure with the creat
0.9.1 - 27 Mar 2014 0.9.1 (27 Mar 2014)
------------------- -------------------
This is a bugfix release for PSR-4 compatibility. This is a bugfix release for PSR-4 compatibility.
@ -263,7 +263,7 @@ This is a bugfix release for PSR-4 compatibility.
0.9.0 - 26 Mar 2014 0.9.0 (26 Mar 2014)
------------------- -------------------
This release marked the transformation to namespaces (PHP 5.3+). This release marked the transformation to namespaces (PHP 5.3+).
@ -289,7 +289,7 @@ This release marked the transformation to namespaces (PHP 5.3+).
0.8.1 - 17 Mar 2014 0.8.1 (17 Mar 2014)
------------------- -------------------
This is a bugfix release for image detection functionality. This is a bugfix release for image detection functionality.
@ -298,7 +298,7 @@ This is a bugfix release for image detection functionality.
0.8.0 - 15 Mar 2014 0.8.0 (15 Mar 2014)
------------------- -------------------
This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage. This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage.
@ -350,7 +350,7 @@ This release merged a lot of improvements from the community. Unit tests introdu
0.7.0 - 28 Jan 2014 0.7.0 (28 Jan 2014)
------------------- -------------------
This is the first release after a long development hiatus in [CodePlex](https://phpword.codeplex.com/). 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](https://packagist.org/packages/phpoffice/phpword) and [Travis](https://travis-ci.org/PHPOffice/PHPWord) were added. This is the first release after a long development hiatus in [CodePlex](https://phpword.codeplex.com/). 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](https://packagist.org/packages/phpoffice/phpword) and [Travis](https://travis-ci.org/PHPOffice/PHPWord) were added.