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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3; new r
58
58
- Style: Change behaviour of `set...` function of boolean properties; when none is defined, assumed true - @ivanlanin
59
59
- Shared: Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive - @ivanlanin
60
60
61
+
## 0.10.1 - 21 May 2014
62
+
63
+
This is a bugfix release for `php-zip` requirement in Composer.
64
+
65
+
- Change Composer requirements for php-zip from `require` to `suggest` - @bskrtichGH-246
66
+
61
67
## 0.10.0 - 4 May 2014
62
68
63
69
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced.
0 commit comments