This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: lexik/LexikFormFilterBundle
Releases · lexik/LexikFormFilterBundle
v8.0.1
v7.0.3
v7.0.2
Doctrine orm ^2.10
v7.0.1 Update composer.json
Upgrade to DBAL 3.0
This is a major change for the bundle, now it use doctrine/orm > 2.10 and this version has a deps with dbal 3.0
If you cannot use doctrine/orm 2.10 or dbal 3.0, you have to use tag v6.
Tag V6.1.2 will be the last tag with doctrine/orm 2.9.* and dbal < 3.0
Last release for doctrine ORM 2.9.*
Because DBAL is now on 3.0 with BC breaks, we cannot maintain old versions of DBAL in the bundle.
Use this tag for DBAL < 3.0.
v6.1.1
- Add he
filter_shared_name
option by @danut007ro - fix the CI for SF 5.3 and 5.4, see symfony/symfony#42303