Skip to content

Releases: spatie/laravel-permission

5.8.0

14 Jan 05:33
9f5a74f
Compare
Choose a tag to compare

What's Changed

Administrative

Full Changelog: 5.7.0...5.8.0

5.7.0

23 Nov 07:04
3a9bc00
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] Avoid checking permissions-via-roles on Role model (ref Model::preventAccessingMissingAttributes()) by @juliomotol in #2227

New Contributors

Full Changelog: 5.6.0...5.7.0

5.6.0

19 Nov 02:09
76dd153
Compare
Choose a tag to compare

What's Changed

  • No longer throws an exception when checking hasAllPermissions() if the permission name does not exist by @mtawil in #2248

Doc Updates

New Contributors

Full Changelog: 5.5.16...5.6.0

5.5.16

23 Oct 02:49
e57a67b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.15...5.5.16

5.5.15

23 Oct 02:35
dbd3d46
Compare
Choose a tag to compare

Autocomplete all Blade directives via Laravel Idea plugin

What's Changed

  • Autocomplete all Blade directives via Laravel Idea plugin by @maartenpaauw in #2210
  • Add tests for display roles/permissions on UnauthorizedException by @erikn69 in #2228

Full Changelog: 5.5.14...5.5.15

5.5.14

21 Oct 04:50
Compare
Choose a tag to compare

FIXED BREAKING CHANGE. (Sorry about that!)

What's Changed

  • Revert "Avoid calling the config helper in the role/perm model constructor" by @drbyte in #2225

Full Changelog: 5.5.13...5.5.14

5.5.13

21 Oct 04:49
c90f54b
Compare
Choose a tag to compare

What's Changed

  • fix UnauthorizedException: Wrong configuration was used in forRoles by @Sy-Dante in #2224

New Contributors

Full Changelog: 5.5.12...5.5.13

5.5.12

19 Oct 20:27
8125446
Compare
Choose a tag to compare

Fix regression introduced in 5.5.10

What's Changed

Full Changelog: 5.5.11...5.5.12

5.5.11

19 Oct 16:01
882e501
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.10...5.5.11

5.5.10

19 Oct 03:12
5e96846
Compare
Choose a tag to compare

What's Changed

  • Avoid calling the config helper in the role/perm model constructor by @adiafora in #2098 as discussed in #2097 regarding DI

New Contributors

Full Changelog: 5.5.9...5.5.10