Skip to content

Releases: MouseEatsCat/phpquicktranslate

3.0.0

Choose a tag to compare

@MouseEatsCat MouseEatsCat released this 07 Jun 04:45
51ba44d

Drop support for PHP versions older than 8.0

What's Changed

Full Changelog: 2.2.1...3.0.0

2.2.0

Choose a tag to compare

@MouseEatsCat MouseEatsCat released this 03 Apr 02:13
f0851c3

What's Changed

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+

Choose a tag to compare

@MouseEatsCat MouseEatsCat released this 01 Apr 15:18
  • Increased required php version to 7.4+
  • Added GitHub deployment action
    • Runs phpunit tests
    • Runs php_codesniffer using PSR-12

OOP Update

Choose a tag to compare

@MouseEatsCat MouseEatsCat released this 03 Mar 04:19

A remake of the plugin using composer that takes advantage of Object Oriented Programming and follows PSR-12

Official Release

Choose a tag to compare

@MouseEatsCat MouseEatsCat released this 06 Jan 19:25

The first release for PHP Quick Translate.