Releases: rodrigopedra/laravel-simple-acl
Releases · rodrigopedra/laravel-simple-acl
Bug Fix
version 1.1
- use static closures
- use config auto-injection in Service Provider
- fallback order by to label, as description is now nullable
version 1.0
Relevant changes:
- add support to Laravel 10 and 11
- drop support to Laravel 6, 7, and 8
- requires PHP 8.1
- changed namespace of
HasACL
toRodrigoPedra\LaravelSimpleACL\Concerns\HasACL
Support PHP 8 and Laravel Versions
v0.4.0 PHP 8
Adds Laravel 6.x Support
Merge pull request #1 from rodrigopedra/rodrigopedra-laravel-6 Added Laravel 6 support