Releases: spatie/laravel-permission
Releases · spatie/laravel-permission
5.3.0
5.2.0
What's Changed
- [V5] Fix detaching on all teams instead of only current #1888 by @erikn69 in #1890
- [V5] Add uuid compatibility support on teams by @erikn69 in #1857
- Adds setRoleClass method to PermissionRegistrar by @timschwartz in #1867
- Load permissions for preventLazyLoading by @bahramsadin in #1884
- [V5] Doc for
Super Admin
on teams by @erikn69 in #1845
New Contributors
- @timschwartz made their first contribution in #1867
- @bahramsadin made their first contribution in #1884
Full Changelog: 5.1.1...5.2.0
4.4.3
What's Changed
Full Changelog: 4.4.1...4.4.3
4.4.2
What's Changed
Full Changelog: 4.4.1...4.4.2
5.1.1
4.4.1
5.1.0
- No longer flushes cache when changing role/permission assignments to users because user cache is in-memory. #1832
(It now only flushes when changing permissions-assigned-to-roles, or roles-assigned-to-permissions.)
NOTE: You should test your app to be sure that you don't accidentally have deep dependencies on cache resets happening automatically in these cases.
ALSO NOTE: If you have added custom code which depended on these flush operations, you may need to add your own cache-reset calls.