Releases: wdes/php-I18n-L10n
Releases · wdes/php-I18n-L10n
v4.2.0
v4.1.0
- Drop PHP 7.2, 7.3, 7.4, 8.0
- Remove test files from the vendor tarball
- Drop phpunit support < 10
- Support phpunit 10, 11, 12
- Require Twig 3.20
v4.0.0
- Change
BasePlugin::__constructsignature to__construct(array $options = [])(make$optionsoptional) - Add
getTranslationsandsetTranslationstoMoReaderclass - Add a new even simpler example using
setTranslations - Remove options array sent to
MoReader, it was useless
You can find the full changelog here
v3.0.0
v2.1.0
v2.0.0
Version 2.0.0
Have a look to the changelog
Added
- Add support for phpunit 8 and 9
- Add a .gitattributes file
- Improved code coverage
Changed
- Upgraded squizlabs/php_codesniffer from 3.3.x to 3.5.x
- Upgraded phpstan/phpstan from 0.11.8+ to 0.12+
- BREAKING CHANGE rename namespace to Wdes\phpI18nL10n
Fixed
- Test phpunit suite
- .editorconfig for *.neon files
Removed
- twig/extensions dependency
- TravisCI setup
- scripts directory from dist version
- dev files from dist version
- example from dist version
- Utils class
- CI scripts
- Some useless files