Releases: spatie/laravel-permission
Releases · spatie/laravel-permission
1.6.0
- added
Role
scope
1.5.3
- moved some things to
boot
method in SP to solve some compatibilty problems with other pacakges
1.5.2
- make compatible with L5.3
1.5.1
- fixes
givePermissionTo
andassignRole
in Laravel 5.1
1.5.0
- allowed
givePermissionTo
to accept multiple permissions - allowed
assignRole
to accept multiple roles - added
syncPermissions
-method - added
syncRoles
-method - dropped support for PHP 5.5 and HHVM
1.4.0
added hasPermissionTo
function to the Role
model
1.3.4
hasAnyRole
can now properly process an array
1.3.3
hasDirectPermission
can now accept a string
1.3.2
- User table configuration fix
1.3.1
- fixed bug when testing for non existing permissions