Releases: andrey-helldar/laravel-roles
Releases · andrey-helldar/laravel-roles
v2.7.1
Update ServiceProvider.php
v2.6.0
Added
- Added permissions caching on initialization (a4646d4)
v2.5.2
Fixed
- Fixed blade directives error (c727139)
- Fixed the formation of Blade directive statements (f844146)
v2.5.1
Fixed
- Undefined table: 7 ERROR: relation "permission_role" does not exist LINE 1 (464ed04)
v2.5.0
Added
- Added variables when creating roles and permissions (9031827)
- Added the ability to join the user to the default role (5eeb6ff)
v2.4.3
Fixed
- Improved record search builder (ed5a22b)
v2.4.0
Added
- Added the ability to assign titles to roles and permissions (6b96295, 71dfd66)
Changed
- Replacing forced migration with a publication (9075813)
- The table key "name" is renamed to "slug" (7796eb1)
Fixed
- Fixed migration (5af4acd)
- Fixed a bug in the
name
of the slug
value assignment method (4d5041c)