Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

57 lines (40 loc) · 4.48 KB

Changelog

1.0.x

  • 60eac73 require symfony/security-bundle (#54) (othillo)
  • 091c564 support Symfony 4 (#53) (othillo)
  • 01461d7 example using MicroKernelTrait (othillo)

0.8.x

  • 06b3b9e Add collection_factory config directive to README (krizon)
  • f5f14c4 process configuration on the extension (othillo)

0.7.x

  • 83f8f81 Documents the toggle annotation (adev)
  • fb7b1f0 Add symfony/security-core dependency (adev)
  • deec1d0 Support invokable controllers in annotation toggle listener (krizon)

0.6.x

  • 17567ea Update qandidate/toggle dependency (Roel Philipsen)
  • e9e4a33 Use newer phpunit version if possible (Alexander)
  • 1660b99 Switch to container based infrastructure on travis (Alexander)
  • 2ec79bd Use phpunit installed by composer (Alexander)
  • ef58675 Update travis-ci build matrix (Alexander)
  • d111883 drop support for PHP 5.5 (othillo)
  • 6fc0b5a use matthiasnoback/symfony-dependency-injection-test for testing the extension (othillo)
  • 4c11568 Allow yml configuration (othillo)
  • 7718e14 Rename service & inject service instead of calling constructor (othillo)
  • 64683d5 Remove unused usages (othillo)
  • ee0a592 Remove unnecessary code from phpunit.xml.dist (othillo)
  • 895e930 fixed unsupported status (othillo)
  • 5f00e7d test the compiled toggle collection (othillo)
  • cf375c5 removed necessity of factory (othillo)
  • b779e8a updated README (othillo)
  • 2c06fd3 renamed symfony to config (othillo)

0.5.x

  • 083a3ae Add support for symfony 3 (Martin Parsiegla)

0.4.x

  • [BC BREAK] Updated the symfony dependency to 2.7
  • Added support for collection_factory

0.3.x

  • [BC BREAK] The twig function has been renamed from is_active to feature_is_active
  • Added a twig test is active feature

0.2.x

  • @ricbra added the @Toggle annotation, to enable/disable a controller or a specific controller action