Skip to content

Releases: FriendsOfSymfony/FOSUserBundle

2.2.3

14 Jan 13:08
v2.2.3
Compare
Choose a tag to compare
  • Added missing deprecations on some group-related event classes
  • Fixed an invalid report of UserInterface being deprecated in static analyzers
  • Fixed the documented return type for \FOS\UserBundle\Event\GetResponseNullableUserEvent::getUser

2.2.2

08 Sep 09:56
v2.2.2
813161b
Compare
Choose a tag to compare
  • Fixed a deprecation warning about groups being triggered when loading all Doctrine metadata.

2.2.1

08 Sep 08:49
v2.2.1
dcc2ec6
Compare
Choose a tag to compare
  • Fixed a deprecation warning about groups being triggered when loading the User class of the bundle.

2.2.0

27 Aug 08:08
v2.2.0
Compare
Choose a tag to compare
  • Deprecated the Groups feature.
  • Marked all controllers final.
  • Marked internal classes as such.
  • Added Mongolian translation.
  • Added an email provider.
  • Added a custom user checker.
  • Added PHP 7.4 and PHP 8.0 support.
  • Removed fieldName attribute in MongoDB mapping.
  • Registration confirmation now redirects to login page if token is invalid.
  • User model will not rely on AdvancedUserInterface anymore.
  • Self-salting password encoders will not create a salt anymore.
  • FlashListener constructor now accepts SessionInterface.
  • Fixed several Symfony deprecation notices.
  • Fixed several translations.
  • Bumped the min PHP version to 7.1.3.
  • Bumped the min Symfony version to 4.4.
  • Added compatibility with Twig 3.
  • Added compatibility with doctrine/persistence 2.

2.1.2

08 Mar 09:01
v2.1.2
Compare
Choose a tag to compare
  • Fixed compatibility of controllers with Symfony 2.8

2.1.1

20 Feb 14:58
@XWB XWB
v2.1.1
Compare
Choose a tag to compare
  • Fixed the check for the required session, to account for the fact it is not always required.

2.1.0

19 Feb 13:48
v2.1.0
2e04e33
Compare
Choose a tag to compare
  • Dropped Symfony < 2.8 support.
  • Added Symfony 4 compatibility.
  • Refactored controllers and commands to use DI. Projects extending these classes will need to adapt their code (but should rather use supported extension points when possible).
  • Redirect to login when requesting resetting password with invalid token.
  • Added autocomplete hints for password inputs.
  • Fixed several incorrect Turkish translations.

2.0.2

29 Nov 17:11
@XWB XWB
Compare
Choose a tag to compare
  • Fix empty password in ChangePasswordFormType.
  • Fix empty password in ProfileFormType.
  • Introduced aliases for autowiring user and group managers.
  • Added Bengali translation.
  • Added Galician translation.
  • Updated Danish translation.
  • Updated Japanese translation.

2.0.1

31 May 11:51
@XWB XWB
Compare
Choose a tag to compare
  • Add SwiftMailer 6 compatibility.
  • Inject firewall user_checker into LoginManager.
  • Updated English translation.
  • Updated Estonian translation.
  • Updated Persian translation.
  • Updated Turkish translation.
  • Updated several docs.

2.0.0

29 Mar 13:22
@XWB XWB
Compare
Choose a tag to compare
  • Removed default fos_user.from_email configuration values.
  • Removed usage of internal Twig APIs when rendering emails.
  • Add a timeout for the reset retry request.
  • Add Esperanto translations.
  • Fixed incorrect confirmation url.
  • Commented outdated entries in several translation files.
  • [BC break] Use UserManager::getRepository() instead of UserManager::$repository.
  • [BC break] Use UserManager::getClass() instead of UserManager::$class.