Releases: hostnet/entity-translation-bundle
Releases · hostnet/entity-translation-bundle
Upgrade deprecated actions/cache in workflow to v4
Upgraded actions/cache to v4 in accordance with notice of v1/v2 package closing down.
Add symfony 6 support
- Adds Symfony 6 support, dropping Symfony 4
- Adds php ^8.1 support, dropping anything lower.
Update phpcs-tool to 9.1.0 with Hostnet-Level-1
- Updates phpcs-tool to 9.1.0 with Hostnet-Level-1
Allow symfony ^4.4
- Allows symfony ^4.4
symfony 5
change compiler to support *.yaml files
1.0.5 change compiler to support *.yaml files (#20)
Symfony 4.0 compatibility release
- Made bundle compatible with SF4 (#19)
Symfony 3.3 compatibility release
Skip loading translations for array constants
The translation bundle tries to load the translation for array constants, which results in a ContextErrorException
(Array to string conversion). This version fixes this by skipping array constants.