Skip to content

Releases: stanislawfortonski/Laravel-Roles

v3.1.0

13 May 07:50

Choose a tag to compare

Added clearRoles method for all types of traits HasRoles.

v3.0.0

05 May 12:13
f2d5f08

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

Choose a tag to compare

Hotfix

v2.1.0

03 May 13:54

Choose a tag to compare

Added functions:

  • addRole
  • addRoles
  • addRoleById
  • addRolesByIds

v2.0.0

03 May 13:52
c7dfed4

Choose a tag to compare

Added functions:

  • removeRoles
  • removeRole
  • removeRolesByIds
  • removeRoleById

Breaking change: rename functions and traits.

v1.1.0

12 Nov 07:49

Choose a tag to compare

New directives.

v1.0.2

11 Nov 18:15

Choose a tag to compare

Improvement

v1.0.1

11 Nov 18:04

Choose a tag to compare

Added Comment.

v1.0.0

11 Nov 17:54
12bab08

Choose a tag to compare

Update README.md