Releases: jeremykenedy/laravel-roles
Releases · jeremykenedy/laravel-roles
v7.0.0
Resolves bugs and includes community enhancements.
Thank you everyone!
What's Changed
- doubled condition by @nekhbet in #152
- Add optional prefix to GUI routes by @bynicolas in #163
- custom table name error by @tmali16 in #164
- Fix VerifyRole and VerifyPermission to work with comma separated values by @maxdestors in #166
- Apply fixes from StyleCI by @jeremykenedy in #167
New Contributors
- @nekhbet made their first contribution in #152
- @bynicolas made their first contribution in #163
- @tmali16 made their first contribution in #164
- @maxdestors made their first contribution in #166
Full Changelog: v6.0.0...v7.0.0
v6.0.0
v6.0.0
v5.1.0 - Update Readme
Update readme thanks to @PaulMcRoar and @hktang
v5.0.0 - ROLES_INHERITANCE && PHP 8 Support && German Language
Note this release might have some breaking changes because a config option was added.
You will need to republish the config file or add the following line to your roles.php
config file:
'inheritance' => env('ROLES_INHERITANCE', true),
See:
https://github.com/jeremykenedy/laravel-roles/blob/master/src/config/roles.php#L65
Thank you @andreasmatu and @sdonchez for these updates.
v4.0.0
v4.0.0 - Account for Laravel seeder breaking changes.
v3.8.0
v3.8.0
v3.7.0
v3.7.0
v3.6.0
v3.6.0
v3.5.0
v3.5.0 - Laravel 8 Support
v3.4.0
v3.4.0