Releases: yajra/laravel-acl
Releases · yajra/laravel-acl
v11.1.2
v11.1.1
v11.1.0
v11.0.0
v10.0.0
v9.0.0
v6.1.0
- Note: several breaking changes were added on this release.
- Drop isRole and canMagic methods.
- Fix grant, revoke, sync methods to match Laravel's attach, detach, sync method signature.
- Refactor all interactions with permission to its own trait.
- Added a lot of TESTS...
- Fix refreshing of cache and updating policies registration.
- Update resource pattern from
action.slug
toslug-action
. Ex.posts.create
will now becomecreate-posts
. - Allow comma separated role middleware.
- Remove
@hasRole
redundant directive. Use@role
.