diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ea9d2e..84cc2cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,12 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3; new r - Style: Change behaviour of `set...` function of boolean properties; when none is defined, assumed true - @ivanlanin - Shared: Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive - @ivanlanin +## 0.10.1 - 21 May 2014 + +This is a bugfix release for `php-zip` requirement in Composer. + +- Change Composer requirements for php-zip from `require` to `suggest` - @bskrtich GH-246 + ## 0.10.0 - 4 May 2014 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. diff --git a/composer.json b/composer.json index 483d2701..2f9a0915 100644 --- a/composer.json +++ b/composer.json @@ -44,11 +44,11 @@ "mpdf/mpdf": "5.*" }, "suggest": { - "ext-zip": "Used to create docx files", - "ext-gd2": "Required to add images", - "ext-xmlwriter": "Required to write DOCX and ODT", - "ext-xsl": "Required to apply XSL style sheet to template part", - "dompdf/dompdf": "Required to write PDF" + "ext-zip": "Used to write DOCX and ODT", + "ext-gd2": "Used to add images", + "ext-xmlwriter": "Used to write DOCX and ODT", + "ext-xsl": "Used to apply XSL style sheet to template part", + "dompdf/dompdf": "Used to write PDF" }, "autoload": { "psr-4": {