Released v0.12.1.

This commit is contained in:
Roman Syroeshko 2015-08-30 18:44:55 +04:00
parent adf20d318f
commit 3a58c818bd
1 changed files with 16 additions and 3 deletions

View File

@ -9,14 +9,27 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
Place announcement text here. Place announcement text here.
### Changes ### Changes
- Introduced ``\PhpOffice\PhpWord\SimpleType\ST_JcTable`` simple type. - @RomanSyroeshko
- Introduced ``\PhpOffice\PhpWord\SimpleType\ST_Jc`` simple type. - @RomanSyroeshko
- Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko #371 - Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko #371
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - RomanSyroeshko #498 - Renamed ``align`` option of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles into ``alignment``. Accessor and mutator methods renamed too. - @RomanSyroeshko
0.12.1 (30 August 2015)
-------------------
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
### Changes
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - @RomanSyroeshko #498
- Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko @nicoSWD #513 - Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko @nicoSWD #513
- Renamed ``align`` option of ``Paragraph`` style into ``alignment``. Note: accessor and mutator methods are renamed too. - @RomanSyroeshko
### Bugfixes ### Bugfixes
- Fixed issue with "Access denied" message while opening ``Sample_07_TemplateCloneRow.docx`` and ``Sample_23_TemplateBlock.docx`` result files on Windows platform. - @RomanSyroeshko @AshSat #532 - Fixed issue with "Access denied" message while opening ``Sample_07_TemplateCloneRow.docx`` and ``Sample_23_TemplateBlock.docx`` result files on Windows platform. - @RomanSyroeshko @AshSat #532
- Fixed PreserveText element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko @SSchwaiger #495 - Fixed ``PreserveText`` element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko @SSchwaiger #495
0.12.0 (3 January 2015) 0.12.0 (3 January 2015)
----------------------- -----------------------