Releases: laravel/fortify
Releases · laravel/fortify
v1.27.0
- Allow
RedirectIfTwoFactorAuthenticatable
to be resolved via the Container by @Junveloper in #599
v1.26.0
- Delete existing tokens when user updates password by @patrickomeara in #598
v1.25.4
- Prevent empty username fields from being added to requests by @edvardsr in #590
- Supports Laravel 12 by @crynobone in #591
v1.25.3
DisableTwoFactorAuthentication
should always settwo_factor_confirmed_at
tonull
when it has a value by @crynobone in #589
v1.25.2
- [1.x] Use
retrieveByCredentials()
on the User Provider instead of a hardcoded Eloquent query by @pascalbaljet in #582 - Changed migration of users table by @aronbeurskens in #586
v1.25.1
- Replace implicitly nullable parameters for PHP 8.4 by @JeppeKnockaert in #580
v1.25.0
v1.24.5
- [1.x] Supports PHP 8.4 by @crynobone in #576
v1.24.4
- Rename
POST
routes to avoid regression bugs by @cima-alfa in #574
v1.24.3
- Update logo to support dark/light theme by @milewski in #569
- Fix unnamed routes when views are disabled (with original code formatting) by @cima-alfa in #571