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
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,35 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
Place announcement text here.
9
9
10
10
### Added
11
-
- Introduced the ``\PhpOffice\PhpWord\SimpleType\JcTable`` simple type. - @RomanSyroeshko
12
-
- Introduced the ``\PhpOffice\PhpWord\SimpleType\Jc`` simple type. - @RomanSyroeshko
11
+
- Introduced the `\PhpOffice\PhpWord\SimpleType\Jc` simple type. - @RomanSyroeshko
12
+
- Introduced the `\PhpOffice\PhpWord\SimpleType\JcTable` simple type. - @RomanSyroeshko
13
+
- Introduced writer for the "Paragraph Alignment" element (see `\PhpOffice\PhpWord\Writer\Word2007\Element\ParagraphAlignment`). - @RomanSyroeshko
14
+
- Introduced writer for the "Table Alignment" element (see `\PhpOffice\PhpWord\Writer\Word2007\Element\TableAlignment`). - @RomanSyroeshko
13
15
14
16
### Changed
15
-
- Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko#371
16
-
- Renamed the ``align`` option of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles into ``alignment``. - @RomanSyroeshko
17
+
- Improved error message for the case when `autoload.php` is not found. - @RomanSyroeshko#371
18
+
- Renamed the `align` option of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles into `alignment`. - @RomanSyroeshko
17
19
18
20
### Deprecated
19
-
-``getAlign`` and ``setAlign`` methods of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles.
20
-
Use the correspondent ``getAlignment`` and ``setAlignment`` methods instead.
21
+
-`getAlign` and `setAlign` methods of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles.
22
+
Use the correspondent `getAlignment` and `setAlignment` methods instead.
21
23
24
+
### Removed
25
+
-`PhpOffice\PhpWord\Style\Alignment`. Style properties, which previously stored instances of this class, now deal with strings.
26
+
In each case set of available string values is defined by the correspondent simple type.
22
27
23
28
24
29
0.12.1 (30 August 2015)
25
30
-----------------------
26
-
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
31
+
Maintenance release. This release is focused primarily on `TemplateProcessor`.
27
32
28
33
### Changes
29
-
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - @RomanSyroeshko#498
30
-
- Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko@nicoSWD#513
34
+
- Changed visibility of all private properties and methods of `TemplateProcessor` to `protected`. - @RomanSyroeshko#498
35
+
- Improved performance of `TemplateProcessor::setValue()`. - @RomanSyroeshko@nicoSWD#513
31
36
32
37
### Bugfixes
33
-
- 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
34
-
- Fixed ``PreserveText`` element alignment in footer (see ``Sample_12_HeaderFooter.php``). - @RomanSyroeshko@SSchwaiger#495
38
+
- 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
39
+
- Fixed `PreserveText` element alignment in footer (see `Sample_12_HeaderFooter.php`). - @RomanSyroeshko@SSchwaiger#495
0 commit comments