Releases: jeremykenedy/laravel-roles
Releases · jeremykenedy/laravel-roles
v11.0.1
What's Changed
- Apply fixes from StyleCI by @jeremykenedy in #211
- update gitignore by @jeremykenedy in #210
- Update readme.md by @jeremykenedy in #212
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- Fix create users test by @maxdestors in #198
- Change variable name used in show.blade.php by @Ashurali in #199
- Compatibility with Laravel 11 by @sharafat in #208
- Fix tests when $this->call(UsersTableSeeder::class) runs by @D0nVitalio in #206
- Laravel 11.x Compatibility by @laravel-shift in #205
New Contributors
- @Ashurali made their first contribution in #199
- @sharafat made their first contribution in #208
- @D0nVitalio made their first contribution in #206
Full Changelog: v10.0.0...v11.0.0
v10.0.0
v9.1.1
What's Changed
- This PR add support for Laravel 10 by @michaelgatuma in #196
New Contributors
- @michaelgatuma made their first contribution in #196
Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #189
- n+1 tests by @ulcuber in #185
- Apply fixes from StyleCI by @jeremykenedy in #191
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- Removing vcs from composer by @rafaelqm in #178
- fixed: allow to override route middlewares via Kernel by @ulcuber in #184
- Fix database seeder publish path by @abhishekpaul in #181
New Contributors
- @abhishekpaul made their first contribution in #181
Full Changelog: v8.1.0...v9.0.0
Important Note:
You will need to
'route_middlewares' => true,
to your the roles.php
config file. https://github.com/jeremykenedy/laravel-roles/blob/master/src/config/roles.php
v8.1.0
v8.0.0
What's Changed
- Update .env.example by @maxdestors in #170
- Update description of composer.json with support of laravel 8.0 by @maxdestors in #169
- fixed: roles n+1 queries by @ulcuber in #171
- Update documentation on Exception Handling Laravel 8 Compatibility by @ruelluna in #172
- Adding support to Laravel 9 by @rafaelqm in #176
- Laravel 9.x Compatibility by @laravel-shift in #173
New Contributors
- @ulcuber made their first contribution in #171
- @ruelluna made their first contribution in #172
- @rafaelqm made their first contribution in #176
- @laravel-shift made their first contribution in #173
Full Changelog: v7.0.0...v8.0.0
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