Releases: qandidate-labs/qandidate-toggle-bundle
Releases · qandidate-labs/qandidate-toggle-bundle
Allow the strategy to be configured
What's Changed
- derekparnell-20220603-add-strategy-yml-config-option by @derekparnell in #102
New Contributors
- @derekparnell made their first contribution in #102
Full Changelog: 1.4.1...1.4.2
1.4.1 fix annotations
require doctrine/annotations
1.4.0 Symfony 5.3 support
Symfony 5.3 deprecates $token->getUsername() - use new `$token->getUserIdentifier()` if the function exists - check if the token is a `NullToken` as well as null
1.3.1 simplified required versions
require patched versions
1.3.0 Twig ^3.0
Twig ^3.0
1.2.0 Data collector Twig template now supports operator.value and operator.values
Merge pull request #72 from eriwin/data_collector_twig_template_fix Data collector Twig template now supports operator.value and operator.values
1.1.2 root node deprecation in symfony-config > 4.1
- ec0d90c fix root node deprecation in symfony-config > 4.1 (David Ward) (see https://github.com/symfony/symfony/blob/master/UPGRADE-4.2.md#config)
1.1.1: Configured correct classname instead of id
1.1.0 DataCollector
1.0.1: Symfony Flex
documented Symfony Flex installation