This repository was archived by the owner on Jan 29, 2024. It is now read-only.
Releases: mateusjunges/laravel-acl
Releases · mateusjunges/laravel-acl
2.6.0
- Add support for PHP v8
- Drop support for laravel v 5.8.x
2.5.1
- Fix user model namespace for laravel v8.x
2.5.0
- Add support for Laravel v8.x
- Drop support for PHP v7.2 and lower
2.4.7
- Permission and group middleware now trhows UnauthorizedException with denied permissions and groups in exception headers.
2.4.6
2.4.5
2.4.4
Makes the admin permission used on isAdmin method configurable.
2.4.3
2.4.2
- Switch test suite to run on GitHub Actions instead of TravisCI
2.4.1
- Fixed
facade/ignitiondependency for laravel 7.x