Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: lexik/LexikFormFilterBundle

v8.0.1

19 May 06:52
6ea14ef
Compare
Choose a tag to compare
  • PHP min 7.4 instead of 7.1, du to problematic with Symfony 6.3 and phpunit
  • Add support for Symfony 6.3

v7.0.3

28 Jul 11:51
7588970
Compare
Choose a tag to compare

Thx @spackmat for #357 Remove deprecation notice in PHP 8.1

v7.0.2

09 Dec 09:31
ecea502
Compare
Choose a tag to compare
  • SF 6
  • update Github workflow
  • fix return type

Doctrine orm ^2.10

08 Oct 16:49
7dfd928
Compare
Choose a tag to compare
v7.0.1

Update composer.json

Upgrade to DBAL 3.0

07 Oct 08:11
355aec5
Compare
Choose a tag to compare

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.*

07 Oct 07:49
0b95e8e
Compare
Choose a tag to compare

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

20 Aug 09:14
e54df97
Compare
Choose a tag to compare

v6.1.0

12 Apr 07:58
5ba5755
Compare
Choose a tag to compare
  • Add PHP8 support
  • remove travis.yml
  • add Github workflow

v6.0.5

07 Dec 07:40
74e7e59
Compare
Choose a tag to compare

Update travis for SF 5.2

v6.0.4

07 Oct 11:30
c34be85
Compare
Choose a tag to compare
Fix for filter_field_name option (#337)