Releases: spatie/laravel-permission
Releases · spatie/laravel-permission
5.11.0
5.10.2
5.10.1
5.10.0
5.9.1
5.9.0
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
- @sedehi made their first contribution in #2301
- @parallels999 made their first contribution in #2265
- @AJenbo made their first contribution in #2230
- @olivernybroe made their first contribution in #2309
- @xiCO2k made their first contribution in #2316
Full Changelog: 5.8.0...5.9.0
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