You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
6
6
0.12.1 (unreleased)
7
7
-------------------
8
8
9
-
Maintenance release. Contains several improvements in ``TemplateProcessor`` and delivers some fixes.
9
+
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
10
10
11
11
### Changes
12
12
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - @RomanSyroeshko#498
13
13
- Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko@nicoSWD#513
14
14
15
15
### Bugfixes
16
16
- 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
17
-
- Fixed PreserveText element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko@SSchwaiger#495
17
+
- Fixed ``PreserveText`` element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko@SSchwaiger#495
0 commit comments