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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ v0.15.0 (?? ??? 2018)
9
9
- Parsing of "align" HTML attribute - @troosan#1231
10
10
11
11
### Fixed
12
+
- fix reading of docx default style - @troosan#1238
13
+
14
+
12
15
13
16
v0.14.0 (29 Dec 2017)
14
17
----------------------
@@ -58,6 +61,8 @@ This version brings compatibility with PHP 7.0 & 7.1
58
61
### Deprecated
59
62
- PhpWord->getProtection(), get it from the settings instead PhpWord->getSettings()->getDocumentProtection();
60
63
64
+
65
+
61
66
v0.13.0 (31 July 2016)
62
67
-------------------
63
68
This release brings several improvements in `TemplateProcessor`, automatic output escaping feature for OOXML, ODF, HTML, and RTF (turned off, by default).
@@ -77,7 +82,7 @@ Manual installation feature has been dropped since the release. Please, use [Com
77
82
- Improved error message for the case when `autoload.php` is not found. - @RomanSyroeshko#371
78
83
- Renamed the `align` option of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles into `alignment`. - @RomanSyroeshko
79
84
- Improved performance of `TemplateProcessor::setValue()`. - @kazitanvirahsan#614, #617
80
-
- Fixed some HTML tags not rendering any output (p, header & table) - #257, #324 - @twmobius and @garethellis
85
+
- Fixed some HTML tags not rendering any output (p, header & table) - #257, #324 - @twmobius and @garethellis
81
86
82
87
### Deprecated
83
88
-`getAlign` and `setAlign` methods of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles.
0 commit comments