Releases: spatie/laravel-permission
Releases · spatie/laravel-permission
5.8.0
What's Changed
Administrative
- [Docs] Link updated to match name change of related tool repo by @aliqasemzadeh in #2253
- Fix tests badge by @erikn69 in #2300
- Add Laravel Pint Support by @patinthehat in #2269
- Normalize composer.json by @patinthehat in #2259
- Add Dependabot Automation by @patinthehat in #2257
Full Changelog: 5.7.0...5.8.0
5.7.0
What's Changed
- [Bugfix] Avoid checking permissions-via-roles on
Role
model (refModel::preventAccessingMissingAttributes()
) by @juliomotol in #2227
New Contributors
- @juliomotol made their first contribution in #2227
Full Changelog: 5.6.0...5.7.0
5.6.0
What's Changed
- No longer throws an exception when checking
hasAllPermissions()
if the permission name does not exist by @mtawil in #2248
Doc Updates
- [Docs] Add syncPermissions() in role-permissions.md by @xorinzor in #2235
- [Docs] Fix broken Link that link to freek's blog post by @chengkangzai in #2234
New Contributors
- @xorinzor made their first contribution in #2235
- @chengkangzai made their first contribution in #2234
- @mtawil made their first contribution in #2248
Full Changelog: 5.5.16...5.6.0
5.5.16
5.5.15
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