Releases: userfrosting/sprinkle-account
Releases · userfrosting/sprinkle-account
5.1.5
5.1.4
What's Changed
- Update SiteLocale for sprinkle-core 5.1.3
- User field
deleted_at
can be null if the user has not been deleted
Full Changelog: 5.1.3...5.1.4
5.1.3
What's Changed
- Fix another SQL issue when working with extending the User model with an auxiliary table.
Full Changelog: 5.1.2...5.1.3
5.1.2
5.1.1
5.1.0
What's Changed
- Drop PHP 8.1 support, add PHP 8.3 support
- Update to Laravel 10
- Update to PHPUnit 10
- Test against MariaDB #1238
- Add missing roles to DefaultPermissions seed
UserActivityLogger
now implementsUserActivityLoggerInterface
+ constants inUserActivityLogger
moved toUserActivityTypes
enum- Fix link in password reset email
Upgrade guide : https://learn.userfrosting.com/5.1/upgrading/50-to-51
Full Changelog: 5.0.3...5.1.0
5.0.3
What's Changed
- Fix exception thrown when empty user is serialized (userfrosting/sprinkle-account#15)
New Contributors
- @StrykeSlammerII made their first contribution in #15
Full Changelog: 5.0.2...5.0.3
5.0.2
5.0.1
5.0.0
This is the first official release of the Account Sprinkle for UserFrosting 5.
For more information : https://learn.userfrosting.com/upgrading/46-to-50