Skip to content

Commit d3908de

Browse files
author
Roman Syroeshko
committed
Updated change log due to the changes previously committed.
1 parent 09e5e35 commit d3908de

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,35 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
Place announcement text here.
99

1010
### 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
1315

1416
### 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
1719

1820
### 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.
2123

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.
2227

2328

2429
0.12.1 (30 August 2015)
2530
-----------------------
26-
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
31+
Maintenance release. This release is focused primarily on `TemplateProcessor`.
2732

2833
### 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
3136

3237
### 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
3540

3641

3742

0 commit comments

Comments
 (0)