Skip to content

Releases: SolidWorx/Toggler

Release 1.2.0

03 Nov 12:38
Compare
Choose a tag to compare

Changelog:

  • Added support for context to twig tags
  • Added support for Symfony expression language

Release 1.1.0

21 Sep 19:06
Compare
Choose a tag to compare

This release adds some bug fixes with the Symfony integration, and offers the following new features:

  • Add context to feature config - This allows you to enable a feature under certain conditions, E.G only enable feature for users in a specific group
  • Add custom storage interface - This allows you to store your feature config in any storage, not just an array or config files

1.0.0 - Initial Release

16 Sep 07:44
Compare
Choose a tag to compare

This is the first stable release of Toggler.

Features include:

  • Load config with php or yaml config files
  • Twig Integration
  • Symfony Integration