Releases: kodeine/laravel-acl
Releases · kodeine/laravel-acl
Fixes dynamic property HasPermission::$request is deprecated
feat: updated laravel dependency
feat: updated laravel dependency
Laravel 9 Support
2.0.7 feat: updated laravel dependency
Laravel 8 Support
Merge pull request #260 from chris-doehring/feature/laravel-8 Add support for Laravel 8
fixes #254
Fixes
- The laravel-acl migrations have the 'users' table name hardwired in them and this pull request replaces the hard-wired names with the configured name at acl.users_table.
- It also does not drop the users table in the down() method of the migration that creates the users table if it doesn't already exist as I believe this should not be done, see the comment added inside that method.
Laravel 7 Support
Supports Laravel 7
Hotfix: Cache bug fixed
Laravel >=5.8 accepts cache in seconds not in minutes anymore.
Laravel 6 Support
Bug fixes to support Laravel 6.
Laravel 5 or lower support
Merge pull request #226 from kodeine/revert-216-1.0 Revert "Add tags to the cache to easily purge ACL cache"
Adjustments
- Some adjustments and bug fixes.