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

v4.18.4

30 Oct 19:34
Compare
Choose a tag to compare

Fix compatibility issue with Symfony 5.2 (Undefined class constant 'PUBLIC_ACCESS')

v4.18.3

21 Sep 13:35
cfb5fbd
Compare
Choose a tag to compare

Fix FatalThrowableError in RememberMeServicesDecoratorCompilerPass when service id is not a string, thanks to @enemis

v4.18.2

13 Aug 17:14
Compare
Choose a tag to compare

Fix when invalidate_session is set false that prepared providers are not reset on the next login, issue #296

v4.18.1

03 Aug 18:37
2a1906e
Compare
Choose a tag to compare

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

03 Jun 13:19
Compare
Choose a tag to compare
  • Support doctrine/persistence v2

v4.17.0

01 Jun 11:04
Compare
Choose a tag to compare
  • 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

08 May 19:37
Compare
Choose a tag to compare
  • 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

29 Apr 10:37
Compare
Choose a tag to compare
  • Allow using the form template on multiple firewalls by passing the configured checkPath #285, thanks to @gnat42

v4.14.0

15 Feb 13:09
Compare
Choose a tag to compare
  • 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

15 Feb 13:09
Compare
Choose a tag to compare

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