Skip to content

Releases: spatie/laravel-permission

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 WilcardPermission 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

6.5.0

18 Apr 21:54
Compare
Choose a tag to compare

What's Changed

  • Octane: Fix wrong event listener by @erikn69 in #2656
  • Teams: Add nullable team_id typehint by @Androlax2 in #2607
  • Blade: simplify the definition of multiple Blade "if" directives by @alissn in #2628
  • DocBlocks: Update HasPermissions::collectPermissions() docblock by @Plytas in #2641

Internals

New Contributors

Full Changelog: 6.4.0...6.5.0

6.4.0

28 Feb 08:14
05cce01
Compare
Choose a tag to compare
  • Laravel 11 Support

What's Changed

Internals

New Contributors

Full Changelog: 6.3.0...6.4.0

6.3.0

24 Dec 06:59
4d11998
Compare
Choose a tag to compare

What's Changed

  • Octane Fix: Clear wildcard permissions on Tick in #2583

Full Changelog: 6.2.0...6.3.0

6.2.0

09 Dec 01:41
Compare
Choose a tag to compare

What's Changed

  • Skip duplicates on sync (was triggering Integrity Constraint Violation error) by @erikn69 in #2574

Full Changelog: 6.1.0...6.2.0

6.1.0

09 Nov 22:06
8e584d3
Compare
Choose a tag to compare

What's Changed

  • Reset teamId on octane by @erikn69 in #2547
    NOTE: The \Spatie\Permission\Listeners\OctaneReloadPermissions listener introduced in 6.0.0 is removed in 6.1.0, because the logic is directly incorporated into the ServiceProvider now.
    Thanks @jameshulse for the heads-up and code-review.

Full Changelog: 6.0.1...6.1.0

6.0.1

06 Nov 19:31
9e83ebe
Compare
Choose a tag to compare

What's Changed

  • Provide a default team_foreign_key value in case config file isn't upgraded yet or teams feature is unused. Fixes #2535
  • [Docs] Update unsetRelation() example in teams-permissions.md by @shdehnavi in #2534
  • [Docs] Update link in direct-permissions.md by @sevannerse in #2539

New Contributors

Full Changelog: 6.0.0...6.0.1

6.0.0

25 Oct 05:37
Compare
Choose a tag to compare

NOTE: SEE THE docs/upgrading.md file for important upgrade instructions.

What's Changed

New Contributors

Full Changelog: 5.11.1...6.0.0

5.11.1

25 Oct 05:25
Compare
Choose a tag to compare

No functional changes. Just several small updates to the Documentation.

Full Changelog: 5.11.0...5.11.1