2022-06-08 10:26:34 +00:00
|
|
|
# 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/).
|
|
|
|
|
2023-12-19 14:31:43 +00:00
|
|
|
## [1.2.0] - 2023-11-06
|
|
|
|
### Added
|
|
|
|
- Option to generate prettier PHP code [#8].
|
|
|
|
|
2022-06-08 10:26:34 +00:00
|
|
|
## [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
|
2023-12-19 14:31:43 +00:00
|
|
|
[#8]: https://github.com/php-gettext/Translator/issues/8
|
2022-06-08 10:26:34 +00:00
|
|
|
|
2023-12-19 14:31:43 +00:00
|
|
|
[1.2.0]: https://github.com/php-gettext/Translator/compare/v1.1.1...v1.2.0
|
2022-06-08 10:26:34 +00:00
|
|
|
[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
|