Skip to content

Releases: spatie/laravel-permission

6.14.0

13 Feb 20:01
Compare
Choose a tag to compare

What's Changed

Internals

  • Add PHPUnit annotations, for future compatibility with PHPUnit 12 by @drbyte in #2806

New Contributors

Full Changelog: 6.13.0...6.14.0

6.13.0

05 Feb 15:45
bb3ad22
Compare
Choose a tag to compare

What's Changed

  • LazyLoading: Explicitly call loadMissing('permissions') when the relation is needed, and test with Model::preventLazyLoading() by @erikn69 in #2776
  • [Docs] Add instructions to reinitialize cache for multi-tenancy key settings when updating multiple tenants in a single request cycle, by @sudkumar in #2804

New Contributors

Full Changelog: 6.12.0...6.13.0

6.12.0

31 Jan 01:10
420ea2a
Compare
Choose a tag to compare

What's Changed

  • Support Laravel 12

Full Changelog: 6.11.0...6.12.0

6.11.0

30 Jan 20:32
Compare
Choose a tag to compare

What's Changed

  • Add configurable team resolver for permission team id (helpful for Jetstream, etc) by @adrenallen in #2790

Internals

Documentation Updates

New Contributors

Full Changelog: 6.10.1...6.11.0

6.10.1

08 Nov 18:48
8bb69d6
Compare
Choose a tag to compare

What's Changed

  • Fix #2749 regression bug in 6.10.0 : "Can no longer delete permissions" by @erikn69 in #2759

Full Changelog: 6.10.0...6.10.1

6.10.0

05 Nov 17:38
2444bb9
Compare
Choose a tag to compare

What's Changed

  • Fix GuardDoesNotMatch should accept collection by @erikn69 in #2748
  • Improve performance for hydrated collections by @inserve-paul in #2749
  • Only show error if cache key exists and forgetCachedPermissions fails by @erikn69 in #2707
  • Remove v5 cache fallback alias by @drbyte in #2754

Docs

Other

New Contributors

Full Changelog: 6.9.0...6.10.0

6.9.0

22 Jun 23:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.8.0...6.9.0

6.8.0

21 Jun 23:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.0...6.8.0

6.7.0

19 Apr 12:38
1760792
Compare
Choose a tag to compare

What's Changed

  • Fixed remaining Octane event contract. Update to #2656 in release 6.5.0

Full Changelog: 6.6.0...6.7.0

6.6.0

19 Apr 03:55
Compare
Choose a tag to compare

What's Changed

  • Roles: Support for casting role names to enums by @gajosadrian in #2616
  • Fix permission:show UUID error #2581 by @drbyte in #2582
  • Cover WildcardPermission instance verification based on its own guard (Allow hasAllPermissions and hasAnyPermission to run on custom guard for WildcardPermission) by @AlexandreBellas in #2608
  • Register Laravel "About" details by @drbyte in #2584

New Contributors

Full Changelog: 6.5.0...6.6.0