Skip to content

Commit 3a58c81

Browse files
author
Roman Syroeshko
committed
Released v0.12.1.
1 parent adf20d3 commit 3a58c81

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,27 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
99
Place announcement text here.
1010

1111
### Changes
12+
- Introduced ``\PhpOffice\PhpWord\SimpleType\ST_JcTable`` simple type. - @RomanSyroeshko
13+
- Introduced ``\PhpOffice\PhpWord\SimpleType\ST_Jc`` simple type. - @RomanSyroeshko
1214
- Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko #371
13-
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - RomanSyroeshko #498
15+
- Renamed ``align`` option of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles into ``alignment``. Accessor and mutator methods renamed too. - @RomanSyroeshko
16+
17+
18+
19+
0.12.1 (30 August 2015)
20+
-------------------
21+
22+
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
23+
24+
### Changes
25+
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - @RomanSyroeshko #498
1426
- Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko @nicoSWD #513
15-
- Renamed ``align`` option of ``Paragraph`` style into ``alignment``. Note: accessor and mutator methods are renamed too. - @RomanSyroeshko
1627

1728
### Bugfixes
1829
- 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
19-
- Fixed PreserveText element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko @SSchwaiger #495
30+
- Fixed ``PreserveText`` element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko @SSchwaiger #495
31+
32+
2033

2134
0.12.0 (3 January 2015)
2235
-----------------------

0 commit comments

Comments
 (0)