Releases: scheb/2fa
Releases · scheb/2fa
v6.1.0
Allow to use symfony mailer default configuration, #153, thanks to @alexander-schranz
(This is setting the bundle's default sender_email
configuration null
. So if you haven't defined anything else in the bundle's configuration, the default sender email from Symfony's mailer-bundle configuration is used)
v6.0.3
v6.0.2
v5.13.2
v6.0.1
v6.0.0
New major release including support for Symfony 6.
Please check the instructions to upgrade from bundle version 5.x to 6.x.
- This new version supports only the authenticator-based security system (support for the old security system has been removed to simply the bundle's implementation)
- Minimum supported PHP version is 8.0 and code style has been upgraded accordingly (the bundle is confirmed to work on PHP8.1 as well)
- Package
scheb/2fa-qr-code
has been disontinued, please migrate to useendroid/qr-code
directly or an alternative library (see upgrade instructions for more information)