Skip to content

Releases: userfrosting/sprinkle-account

5.1.5

27 Sep 23:50
c322151
Compare
Choose a tag to compare

What's changed

  • Authenticator::checkAccess wouldn't use the logged in user if it wasn't loaded before

Full Changelog: 5.1.4...5.1.5

5.1.4

23 Sep 00:41
b84a465
Compare
Choose a tag to compare

5.1.3

26 Apr 23:55
593e49c
Compare
Choose a tag to compare

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

25 Apr 00:34
4c5f270
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.1...5.1.2

5.1.1

24 Apr 01:42
d993625
Compare
Choose a tag to compare

What's changed

  • Fix #1252 - Column not found when extending the User (or Group) model

Full Changelog: 5.1.0...5.1.1

5.1.0

23 Mar 01:11
6bf58a6
Compare
Choose a tag to compare

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 implements UserActivityLoggerInterface + constants in UserActivityLogger moved to UserActivityTypes 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

26 Feb 01:19
b4b28a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

23 Feb 02:27
44bc6d8
Compare
Choose a tag to compare

What's Changed

  • Fix issue with has_role access condition

Full Changelog: 5.0.1...5.0.2

5.0.1

13 Dec 01:25
0283dd3
Compare
Choose a tag to compare

What's changed

  • Add deliberate warning when Mail exception occurs during registration - Fix #1229

Full Changelog: 5.0.0...5.0.1

5.0.0

25 Nov 01:09
36f573c
Compare
Choose a tag to compare

This is the first official release of the Account Sprinkle for UserFrosting 5.

For more information : https://learn.userfrosting.com/upgrading/46-to-50