Skip to content

Releases: wdes/php-I18n-L10n

v4.0.0

31 Mar 14:03
v4.0.0
f64b9ca
Compare
Choose a tag to compare
  • Change BasePlugin::__construct signature to __construct(array $options = []) (make $options optional)
  • Add getTranslations and setTranslations to MoReader class
  • 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

24 Mar 22:19
v3.0.0
fcb7e79
Compare
Choose a tag to compare
  • Use phpmyadmin/twig-i18n-extension for Twig translation tag and pipe support
  • Drop Twig 2
  • Support Twig 3
  • Drop PHP 7.1
  • Require PHP >= 7.2.9
  • Add Launcher::setPlugin($moReader);
  • Remove direct access to Launcher::$plugin

You can find the full changelog here

v2.1.0

01 Dec 11:53
v2.1.0
f848455
Compare
Choose a tag to compare

Version 2.1.0

  • Added support for PHP 8.0

You can find the full changelog here

v2.0.0

29 Mar 23:05
v2.0.0
63d0467
Compare
Choose a tag to compare

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

v1.0.0

08 Jun 14:54
v1.0.0
a10c836
Compare
Choose a tag to compare

First version !

Read the README.md file and go to the example directory to have a look :)

You can find the full changelog here