Skip to content

Releases: spatie/laravel-permission

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

5.11.0

30 Aug 23:42
Compare
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
Compare
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
Compare
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

5.10.0

22 Mar 02:59
Compare
Choose a tag to compare

What's Changed

  • Fix delete permissions on Permissions Model by @erikn69 in #2366

5.9.1

06 Feb 21:38
a88ed98
Compare
Choose a tag to compare

Apologies for the break caused by 5.9.0 !

Reverted Lazy binding of dependencies.

  • Revert "fix: Lazily bind dependencies", originally #2309

Full Changelog: 5.9.0...5.9.1

5.9.0

06 Feb 17:15
dc76c94
Compare
Choose a tag to compare

What's Changed

  • Add permission- prefix to publish tag names by @sedehi in #2301
  • Fix detaching user models on teams feature #2220 by @erikn69 in #2221
  • Hint model properties by @AJenbo in #2230
  • Custom wildcard verification/separators support by @erikn69 in #2252
  • fix: Lazily bind dependencies by @olivernybroe in #2309
  • Extract query to getPermissionsWithRoles method. by @xiCO2k in #2316
    This will allow to extend the PermissionRegistrar class and change the query.

New Contributors

Full Changelog: 5.8.0...5.9.0