# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.1.1] - 2022-02-23 ### Security - Updated the plural form conversion to accept a limited character set [#5] ## [1.1.0] - 2022-02-23 ### Added - Option to include empty translations in the `ArrayGenerator` [#3] ## [1.0.1] - 2020-12-01 ### Fixed - Added PHP 8 to composer.json - Define functions only if they are undefined [#1] ## [1.0.0] - 2019-11-05 First version [#1]: https://github.com/php-gettext/Translator/issues/1 [#3]: https://github.com/php-gettext/Translator/issues/3 [#5]: https://github.com/php-gettext/Translator/issues/5 [1.1.1]: https://github.com/php-gettext/Translator/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/php-gettext/Translator/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/php-gettext/Translator/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/php-gettext/Translator/releases/tag/v1.0.0