Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Releases: lexik/LexikFormFilterBundle

v8.0.1

Choose a tag to compare

@gilles-g gilles-g released this 19 May 06:52
6ea14ef
  • 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

Choose a tag to compare

@gilles-g gilles-g released this 28 Jul 11:51
7588970

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

v7.0.2

Choose a tag to compare

@gilles-g gilles-g released this 09 Dec 09:31
ecea502
  • SF 6
  • update Github workflow
  • fix return type

Doctrine orm ^2.10

Choose a tag to compare

@gilles-g gilles-g released this 08 Oct 16:49
7dfd928
v7.0.1

Update composer.json

Upgrade to DBAL 3.0

Choose a tag to compare

@gilles-g gilles-g released this 07 Oct 08:11
355aec5

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

Choose a tag to compare

@gilles-g gilles-g released this 07 Oct 07:49
0b95e8e

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

Choose a tag to compare

@gilles-g gilles-g released this 20 Aug 09:14
e54df97

v6.1.0

Choose a tag to compare

@gilles-g gilles-g released this 12 Apr 07:58
5ba5755
  • Add PHP8 support
  • remove travis.yml
  • add Github workflow

v6.0.5

Choose a tag to compare

@gilles-g gilles-g released this 07 Dec 07:40
74e7e59

Update travis for SF 5.2

v6.0.4

Choose a tag to compare

@gilles-g gilles-g released this 07 Oct 11:30
c34be85
Fix for filter_field_name option (#337)