lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
422 stars 259 forks source link

Symfony 4 support and semantic versioning #400

Closed dbalabka closed 2 years ago

dbalabka commented 3 years ago

According to composer.json, support for Symfony 4 has been dropped in minor version 5.2.0 release. Still, Symfony 4.4 is an LTS version and will be supported till 2023: https://symfony.com/releases

I suggest keep semantic versioning and make some major changes in major versions. IMO dropping the major Symfony version support should be done in the 6th version of the bundle. Also, keep Symfony 4.4 support.

bartmcleod commented 2 years ago

A while ago "we" decided to keep versions more or less aligned with Symfony versions. So will still support Symfony 4.4 on the 4.4 branch. It is an active branch that you can use if you have Symfony 4.4 and it is maintained.

dbalabka commented 2 years ago

@bartmcleod thanks for clarification 😃