Releases: stanfortonski/Laravel-Roles
Releases · stanfortonski/Laravel-Roles
v3.1.0
v3.0.0
Added RolesRelation and HasRolesIdsAdapter.
Breaking change: HasRoles does no longer use HasRoleIds. For using both you have to use these traits HasRoles and HasRolesIds in the user model. RolesRelation is "base trait" for HasRoles and HasRolesIds.
v2.1.1
Hotfix
v2.1.0
Added functions:
- addRole
- addRoles
- addRoleById
- addRolesByIds
v2.0.0
Added functions:
- removeRoles
- removeRole
- removeRolesByIds
- removeRoleById
Breaking change: rename functions and traits.
v1.1.0
New directives.
v1.0.2
Improvement
v1.0.1
Added Comment.
v1.0.0
Update README.md