Skip to content

Releases: spatie/laravel-permission

6.4.0

28 Feb 08:14
05cce01

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

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

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

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

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

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

Choose a tag to compare

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

Full Changelog: 5.11.0...5.11.1

5.11.0

30 Aug 23:42

Choose a tag to compare

What's Changed

  • [V5] Avoid triggering eloquent.retrieved event by @erikn69 in #2490

Full Changelog: 5.10.2...5.11.0

5.10.2

04 Jul 13:50

Choose a tag to compare

What's Changed

  • Fix Eloquent Strictness on permission:show Command by @erikn69 in #2457

Full Changelog: 5.10.1...5.10.2

5.10.1

12 Apr 19:10
d08b3ff

Choose a tag to compare

What's Changed

  • [V5] Fix artisan command permission:show output of roles with underscores by @erikn69 in #2396

Full Changelog: 5.10.0...5.10.1