Releases: scheb/2fa
Releases · scheb/2fa
v6.13.0
- Declare compatibility with PHP8.4 and run test against the new PHP version, #253, thanks to @heiglandreas and @lukasbableck
v7.6.0
v7.5.0
v7.4.0
v7.3.1
v7.3.0
v7.2.0
- Support for array values in the
ip_whitelist
option, #217, thanks to @danielburger1337- This allows the user to specify the IpUtils::PRIVATE_SUBNETS constant together with some public IPs
v7.1.0
v7.0.0
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
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.