Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Releases: DZunke/FeatureFlagsBundle

Support for Symfony >= 6.1 (bugfix)

12 May 10:18

Choose a tag to compare

Fix a small bug when accessing Percentage condition when there is no Request available.

Support for Symfony >= 6.1

12 May 09:39

Choose a tag to compare

v6.1

Update deprecated workflow action

Version 6.0

12 May 08:50

Choose a tag to compare

Support for Symfony 6.0

Version 5.2

09 Jul 08:37
d46cb09

Choose a tag to compare

  • Fix deprecated use of getMasterRequest()
  • Add return types to ConditionsBag

Version 5.1

01 Apr 09:51
9cbd0a1

Choose a tag to compare

  • Fix namespace in test directory (thanks @benr77)

Version 5.0

01 Sep 09:52
9026663

Choose a tag to compare

Version 5.0

  • Support up to Symfony 5.1

Version 4.2

29 Jun 07:27
0d7776e

Choose a tag to compare

Version 4.2

  • Fix Deprecation of Request-Injection in Service Definition (thanks @benr77)

Version 4.1

03 Dec 10:08

Choose a tag to compare

Version 4.1

  • Compability for Twig 3 (thanks @benr77)

Version 4.0

28 Oct 11:07
33349b2

Choose a tag to compare

Version 4.0

  • Remove symfony 3 compability
  • Set min php version to 7.2 as requirment for coming code styling
  • Pass tree root via constructor (thanks @elonmir)
  • Update phpunit to v8

Version 3.1

28 Oct 10:18
c8549b1

Choose a tag to compare

Version 3.1

  • Remove Deprecated ContainerAwareCommand (by @kejwmen)
  • Update travis matrix for current symfony versions
  • Remove deprecations from phpunit
  • added additional tests