Releases: Elao/ElaoFormTranslationBundle
Releases · Elao/ElaoFormTranslationBundle
v4.2.0
v4.1.0
- Allow Symfony 6
- migrate travis to circle-ci
v4.0.3
Add php8 support
Merge pull request #37 from Elao/travis-php8 update travis config to check php8 + last version of symfony
v4.0.1
v4.0
- Symfony 5.x compatibility
- Add php-cs-fixer
- Improve CI
v3.2.0
- The default value of
default_translation_domain
is changed tonull
- Allow
false
as value ofdefault_translation_domain
to disable translation
v3.1.0
- Help messages can now be generated through the
help
option of each form types
v3.0.0
- Drop php 5.6 support
- Fix deprecated introduced by Symfony 4.2
- Introduce
default_translation_domain
feature
v2.0.1: Merge pull request #27 from Elao/update-to-symfony-4
Update to allow Symfony 4 and fix CS