Skip to content

Releases: lexik/LexikTranslationBundle

Symfony 7 support

17 Feb 10:59
7c8531f
Compare
Choose a tag to compare

Tested with Symfony v7.0.3

Dependencies for the UI have been added.

Some issues in the UI have been fixed.

Propel support had to be dropped, because it does not run on php 8 yet.

Symfony 6 support

12 Jun 21:14
3042cdf
Compare
Choose a tag to compare

Tested with Symfony 6.0.9

To use the UI, you still need to require some packages yourself, while they are actually dependencies of Lexik translation bundle.

These are:

symfony/form
symfony/twig-bundle
doctrine/doctrine-bundle
symfony/asset

PHP 8 support on Symfony 5.2

05 Apr 20:23
14f7178
Compare
Choose a tag to compare

Works on php 7.4 and 8.0.1 This may also work with lower versions of Symfony, but our tests fail on Symfony 5.0 because of some deprecation error, so I skipped version 5.0 in the Travis builds. Version 4.4 works for Travis.

Fixed some types

01 Mar 08:52
1ae3f19
Compare
Choose a tag to compare

Small fixes of types.

Url encoding of domain in UI

15 Feb 10:31
a0a9946
Compare
Choose a tag to compare
Merge pull request #387 from JZuidema/patch-1

Fix domains for +intl-icu files

Fix export command configuration

10 Feb 08:13
abca4bb
Compare
Choose a tag to compare

Service configuration for the export command was fixed. This fixes #385

Symfony 5

04 Feb 08:19
940300f
Compare
Choose a tag to compare

This release contains the most basic changes to make the bundle work for Symfony 5. At lot of configuration had to change and proper DI put in place where it was lacking. There is still a lot of low hanging fruit where we can upgrade the code to make use of 7.4 features.

On the plus side: the UI now works in a Symfony 5 project and you can use the import and export commands. You should see no deprecation warnings. If you do, please raise an issue.

Symfony 4

26 Jan 07:45
090b6ad
Compare
Choose a tag to compare

Gets rid of deprecation warnings related to controllers and routing configuration.

v4.0.14

01 Aug 06:14
Compare
Choose a tag to compare
Add Symfony 4.3 kernel.locale_aware tag (#347)

Symfony 4.3 does not use the TranslatorListener anymore to set the locale. Instead, the LocaleAwareListener is used to collect locale aware services

v4.0.13

17 Dec 08:07
Compare
Choose a tag to compare

Support SF4 translation folder