Skip to content

Releases: liip/LiipFunctionalTestBundle

4.11.0: add support of Symfony 7, drop support of Symfony 4.4

07 Jan 18:01
124c7a6
Compare
Choose a tag to compare

Breaking Change

The QueryCount won't work with Symfony 7, because the annotation_reader can't be enabled anymore, see symfony/symfony#51050

What's Changed

New Contributors

Full Changelog: 4.10.0...4.11.0

4.10.0

14 May 22:04
5658b8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.9.0...4.10.0

4.9.0

11 Apr 18:58
782586a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mzk made their first contribution in #619

Full Changelog: 4.8.0...4.9.0

4.8.1-alpha1

04 Apr 19:28
82092d0
Compare
Choose a tag to compare
4.8.1-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: 4.8.0...4.8.1-alpha1

4.8.0

04 Apr 18:59
add60cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.0...4.8.0

4.7.0

15 Jan 23:30
07f5dcb
Compare
Choose a tag to compare

What's Changed

  • enable deprecations (previously commented) by @alexislefebvre in #608
    • in loginClient()
    • in createClientWithParams(), called by:
      • makeClient()
      • makeAuthenticatedClient()
      • makeClientWithCredentials()
  • CI: use symfony 5.4 instead of 5.3, add PHP 8.1 and 8.2 by @alexislefebvre in #609

Full Changelog: 4.6.0...4.7.0

4.6.0

22 Dec 10:07
377353a
Compare
Choose a tag to compare

What's Changed 🎅 🤶

Full Changelog: 4.5.1...4.6.0

4.6.0-alpha1

21 Jun 20:59
377353a
Compare
Choose a tag to compare
4.6.0-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: 4.5.1...4.6.0-alpha1

4.5.1

21 Jan 19:24
50f1ada
Compare
Choose a tag to compare

4.5.0...4.5.1

Merged PRs:

  • Fix access to static $env property form 'self::$env' to 'static::$env' #596

4.5.0

07 Jan 11:39
46c7666
Compare
Choose a tag to compare

4.4.3...4.5.0

Merged PRs:

  • Added a fix for symfony 5.3 container. #593