Releases: laravel/fortify
Releases · laravel/fortify
v1.33.0
- Added dedicated Request object to PasswordResetLinkController by @chrispage1 in #628
- Change callback parameter type to callable|string by @Propaganistas in #629
v1.32.1
- [1.x] PHP 8.5 Compatibility by @crynobone in #621
v1.32.0
- [1.x] Add
Features::canUpdatePasswords()method by @jrd-lewis in #617 - [1.x] chore: bump to pragmarx/google2fa v9 by @joostdebruijn in #619
v1.31.3
- Resolves issue #592 - RecoveryCodeReplaced event dispatched twice by @coolAlias in #616
v1.31.2
- [1.x] Add Laravel Fortify guidelines for boost by @pushpak1300 in #614
v1.31.1
v1.31.0
- [1.x] single indentation on multiline ternarys by @browner12 in #605
- Validate password is a string when confirming password by @devfrey in #606
- Fix conflicts with app factories, causing recursive definitions in IDE by @crynobone in #609
- Add
Fortify::encryptUsing()to allow customising the default encryption by @crynobone in #611 - Regenerate session on register by @valorin in #610
v1.30.0
- [1.x] Add
InteractsWithTwoFactorStateTrait to handle 2FA state between requests by @pushpak1300 in #604
v1.29.0
- fix: add missing route name to
/user/two-factor-recovery-codesby @Barbapapazes in #602
v1.28.0
- feat() : make Fortify honour Model::encryptUsing to enable app key rotation by @sebestenyb in #601