Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Releases: scheb/two-factor-bundle

v3.25.0

20 Nov 19:03
Compare
Choose a tag to compare

This release is compatible with Symfony5

  • Symfony5 compatibility changes
  • Fix FC/BC layer for EventDispatcher, thanks to @maxhelias
  • DI removeAlias takes a string, thanks to @maxhelias
  • Add autofocus to the authentication form, thanks to @pavlakis

v4.8.0

07 Nov 19:38
Compare
Choose a tag to compare
  • Exclude tests from the optimized autoloader classmap
  • Fix namespaces in tests

Thanks to @Seldaek

v3.24.0

07 Nov 19:37
Compare
Choose a tag to compare
  • Exclude tests from the optimized autoloader classmap
  • Fix namespaces in tests

Thanks to @Seldaek

v4.7.1

02 Sep 18:43
Compare
Choose a tag to compare

Use TwoFactorTokenInterface to keep it compatible with custom token implementations

v4.7.0

24 Aug 12:53
Compare
Choose a tag to compare
  • Fix: Validation code re-generated and sent each time you try to go on another location will validating 2FA #223
  • Fix: Preparation step not triggered #212

The bundle now remembers perpared two-factor providers in the session. Per default, preparation is only executed when the two-factor form is shown. New firewall configuration options prepare_on_login and prepare_on_access_denied have been introduced to influence additional events when the preparation is executed.

Thanks to @soullivaneuh for proposing the initial solution which did the groundwork for this release.

v4.6.0

22 Aug 14:42
Compare
Choose a tag to compare
  • Fix deprecated listener for Symfony < 4.3 #225 closed via #231, thanks to @maxhelias
  • Fix logout route not matched when a base path is used #234

v3.23.0

22 Aug 14:41
Compare
Choose a tag to compare
  • Fix deprecated listener for Symfony < 4.3 #225 closed via #231, thanks to @maxhelias
  • Fix logout route not matched when a base path is used #234

v4.5.0

07 Aug 18:34
Compare
Choose a tag to compare
  • Provide auto-wiring for CodeGeneratorInterface #228
  • Change order of EventDispatcher::dispatch arguments in Symfony >= 4.3 to avoid deprecation notices #225, thanks to @maxhelias

v3.22.0

07 Aug 18:33
Compare
Choose a tag to compare
  • Provide auto-wiring for CodeGeneratorInterface #228
  • Change order of EventDispatcher::dispatch arguments in Symfony >= 4.3 to avoid deprecation notices #225, thanks to @maxhelias

v4.4.0

12 Jul 16:20
Compare
Choose a tag to compare

Some compatibility changes for Symfony 4.3 and PHP 7.4 #225