Skip to content

Releases: stanfortonski/Laravel-Roles

v3.1.0

13 May 07:50
Compare
Choose a tag to compare

Added clearRoles method for all types of traits HasRoles.

v3.0.0

05 May 12:13
f2d5f08
Compare
Choose a tag to compare

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

03 May 14:00
Compare
Choose a tag to compare

Hotfix

v2.1.0

03 May 13:54
Compare
Choose a tag to compare

Added functions:

  • addRole
  • addRoles
  • addRoleById
  • addRolesByIds

v2.0.0

03 May 13:52
c7dfed4
Compare
Choose a tag to compare

Added functions:

  • removeRoles
  • removeRole
  • removeRolesByIds
  • removeRoleById

Breaking change: rename functions and traits.

v1.1.0

12 Nov 07:49
Compare
Choose a tag to compare

New directives.

v1.0.2

11 Nov 18:15
Compare
Choose a tag to compare

Improvement

v1.0.1

11 Nov 18:04
Compare
Choose a tag to compare

Added Comment.

v1.0.0

11 Nov 17:54
12bab08
Compare
Choose a tag to compare
Update README.md