Releases: httpoz/roles
Releases · httpoz/roles
Support for Laravel 9
v8.0.1: Merge pull request #77 from httpoz/prevent-duplicates
Fixes the attachRole
method, that did not filter for the uniqueness of attached roles and instead created duplications of role already attached to the user.
Update for Laravel 8 support
- 8.x release to match Laravel versioning
- Update factories, to factory classes
v5 Laravel 7 upgrade
Add support for Laravel 7
v4 Laravel 6 upgrade
Merge pull request #69 from httpoz/feature/upgrade-to-laravel-6 Add support for Laravel 6
Laravel 5.5
v3.0.0 docs update
Final major release for Laravel 5.4
A lot of testing was added improving overall quality of code.
Moving all dev to roles 3 for Laravel 5.5
House cleaning
- Resolved a recurring cache implementation issue
- Removed timestamp generation on migration files
- Fixed migration rollback error
For cache to work make sure your roles config file matches the one on the repo.
Roles 2.0 for Laravel 5.4
Merge pull request #20 from httpoz/develop Develop