Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

v4.9.0

Compare
Choose a tag to compare
@scheb scheb released this 20 Nov 19:03

This release is compatible with Symfony5

  • Symfony5 compatibility changes
  • Fix FC/BC layer for EventDispatcher, thanks to @maxhelias
  • DI removeAlias takes a string, thanks to @maxhelias
  • Add autofocus to the authentication form, thanks to @pavlakis
  • Update TotpAuthenticator to let Base32 handle the padding, thanks to @CoalaJoe