Releases: scheb/two-factor-bundle
Releases · scheb/two-factor-bundle
v4.18.4
Compare
Sorry, something went wrong.
No results found
scheb
released this
30 Oct 19:34
Fix compatibility issue with Symfony 5.2 (Undefined class constant 'PUBLIC_ACCESS')
v4.18.3
Compare
Sorry, something went wrong.
No results found
scheb
released this
21 Sep 13:35
Fix FatalThrowableError in RememberMeServicesDecoratorCompilerPass when service id is not a string, thanks to @enemis
v4.18.2
Compare
Sorry, something went wrong.
No results found
scheb
released this
13 Aug 17:14
Fix when invalidate_session is set false that prepared providers are not reset on the next login, issue #296
v4.18.1
Compare
Sorry, something went wrong.
No results found
scheb
released this
03 Aug 18:37
The main branch was changed to 4.x.
Besides that, some minor fixes and optimizations worth mentioning:
Provide license in export 6aadc7e
PHP version constraint >=7.1.3 to allow PHP8 0f91a18
v4.18.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
03 Jun 13:19
Support doctrine/persistence v2
v4.17.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
01 Jun 11:04
Added support for the PUBLIC_ACCESS attribute, which was introduced in Symfony 5.1 to replace IS_AUTHENTICATED_ANONYMOUSLY, thanks to @wouterj
Added a method to easily re-send the email with the authentication code 85f25ad
v4.16.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
08 May 19:37
Add option post_only to allow only POST requests to check_path (default false)
Code optimizations from Psalm d85ddf7
Add leading \ before function invocation to speed up resolving 134b247
v4.15.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
29 Apr 10:37
Allow using the form template on multiple firewalls by passing the configured checkPath #285 , thanks to @gnat42
v4.14.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
15 Feb 13:09
Use of NullLogger when no logger is set #268 , thanks to @Spomky
Use null coalescing operator instead of ternary if #269 , thanks to @jdreesen
v3.29.0
Compare
Sorry, something went wrong.
No results found
scheb
released this
15 Feb 13:09
This is the last release of the 3.x branch, please upgrade to version 4 .
Use of NullLogger when no logger is set #268 , thanks to @Spomky
Use null coalescing operator instead of ternary if #269 , thanks to @jdreesen