Skip to content

Releases: DZunke/FeatureFlagsBundle

Version 3.0

26 Sep 11:46
Compare
Choose a tag to compare

Version 3.0

  • Support for Symfony 4.0
  • Remove Support for PHP < 7.0
  • Remove Support vor Symfony 2.x
  • Shorter Alias "feature" for Service "dz.feature_flags.toggle"
    • Readbaility: $this->get('feature')->isActive('foo');

2.2.1

14 Mar 11:14
cbeb520
Compare
Choose a tag to compare
Update CHANGELOG.md

2.2.0

14 Mar 08:16
96ded18
Compare
Choose a tag to compare
Update CHANGELOG.md

2.3.0

26 Sep 11:20
Compare
Choose a tag to compare

Version 2.3.0

  • Remove deprecation of public / private service (@elonmir)

2.1.0

05 Sep 08:57
Compare
Choose a tag to compare

Version 2.1.0

2.0.0

05 Sep 07:11
Compare
Choose a tag to compare

The 2.0 Branch anchores the removal of the symfony 2.3 support. Symfony 2.3 will be re-enabled in 1.x-Branch (alias master for now).

1.2.1

05 Sep 09:02
Compare
Choose a tag to compare

Version 1.2.1

  • Fix composer.json, Symfony 3.0 is not supported anymore - use v2.1.0

1.2.0

05 Sep 08:56
Compare
Choose a tag to compare

Version 1.2.0

  • Re-Enable Symfony 2.3 - use v2.0 for Symfony 3.0 compatible version
  • Implement new Toggle "Date" (@antoligy)

1.1.0

07 Mar 19:24
Compare
Choose a tag to compare
  • Fix for loading additional toggles with extensions (@benniezwerver)
  • Implementing TravisCI
  • Upgrade to Symfony 3.0

1.0.0

10 Nov 08:05
Compare
Choose a tag to compare
additional correction for device example