Releases: MouseEatsCat/phpquicktranslate
Releases · MouseEatsCat/phpquicktranslate
Release list
3.0.0
Drop support for PHP versions older than 8.0
What's Changed
- Feature/php8.2 by @MouseEatsCat in #3
Full Changelog: 2.2.1...3.0.0
2.2.0
What's Changed
- Feature: JSON Translation sources by @MouseEatsCat in #2
Allows for providing JSON translation files using the addTranslationSource() method.
Translations can also be added using php arrays using the addTranslations() method.
Increased php requirement to 7.4+
- Increased required php version to 7.4+
- Added GitHub deployment action
- Runs phpunit tests
- Runs php_codesniffer using PSR-12
OOP Update
A remake of the plugin using composer that takes advantage of Object Oriented Programming and follows PSR-12
Official Release
The first release for PHP Quick Translate.