Releases: laravel/fortify
Releases · laravel/fortify
v1.21.2
- [1.x] Bacon QR 3.0 support by @eshimischi in #534
v1.21.1
- Specify return type array type by @santigarcor in #525
- [1.x] Make commands lazy by @timacdonald in #527
v1.21.0
- [1.x] Adds
fortify:install
Artisan command by @nunomaduro in #524
v1.20.1
- Don't overwrite an already two factor secret unless force = true by @danmatthews in #518
- Use
Date
facade for storing the password confirmation timestamp by @chrisvanlier2005 in #520
v1.20.0
- [1.x] Merges develop by @nunomaduro in #515
v1.19.1
- Deprecate the password rule and use illuminate password rule by @ricklambrechts in #511
v1.19.0
- Add new event by @taylorotwell in 2da721f
v1.18.1
v1.18.0
- Added case-sensitivity option for usernames by @Radiergummi in #485
- Added response contract for email verification notification by @m-thalmann in #489
v1.17.6
- Update logout to invalidate and regenerate session only if session is present (Issue #486) by @karmendra in #487