Skip to content

Releases: scheb/2fa

v6.13.0

29 Nov 19:35
Compare
Choose a tag to compare

v7.6.0

20 Oct 10:30
Compare
Choose a tag to compare
  • Declare compatibility with PHP8.4 and run test against the new PHP version, #253, thanks to @heiglandreas

v7.5.0

03 Jul 17:23
Compare
Choose a tag to compare

v7.4.0

18 Jun 17:30
Compare
Choose a tag to compare

v7.3.1

10 Jun 20:48
Compare
Choose a tag to compare
  • Fix deprecation for Symfony\Component\HttpKernel\DependencyInjection\Extension by @Chris53897 in #233

v7.3.0

20 Apr 14:23
0649ea5
Compare
Choose a tag to compare
  • Introduce CacheableVoterInterface to reduce amounts of calls, #228, thanks to @kevinpapst

v7.2.0

26 Jan 19:08
Compare
Choose a tag to compare

v7.1.0

18 Jan 20:21
Compare
Choose a tag to compare
  • Add TwoFactorProviderDecider, adding the ability to influence which 2fa provider is picked when there are multiple ones available, #215, thanks to @danielburger1337

v7.0.0

03 Dec 16:30
Compare
Choose a tag to compare

New major release including support for Symfony 7.

Please check the instructions to upgrade from bundle version 6.x to 7.x.

v6.12.0

03 Dec 16:16
Compare
Choose a tag to compare

Declare conflict with symfony/security-core v7.

Background: When using 2fa-bundle v6 on Symfony 6.4, you might have symfony/security-core v7 pulled in as a dependency. The v7 version is missing the Symfony\Component\Security\Core\Security class, which is necessary for 2fa-bundle v6 to work.