This repository was archived by the owner on Jan 29, 2024. It is now read-only.
Releases: mateusjunges/laravel-acl
Releases · mateusjunges/laravel-acl
v4.2.2
What's Changed
- Add support for laravel 10 and drop support for php7.4 by @mateusjunges in #263
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- Fix Show Permissions command by @iCry1337 in #262
New Contributors
- @iCry1337 made their first contribution in #262
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.1
What's Changed
- Fix publishing acl config file by @mateusjunges in #257
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- [4.x] Fix published migration file names by @alangiacomin in #252
- [4.x] Fix commands + Allow passing an array of models to assign/revoke permissions method by @mateusjunges in #254
New Contributors
- @alangiacomin made their first contribution in #252
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Drop support for L7 by @mateusjunges in #232
- Fix php cs fixer by @mateusjunges in #233
- Add support for php 8.1 by @mateusjunges in #235
- Code cleanup by @mateusjunges in #234
- [4.x] Add Teams, change
user_has_permissionstomodel_has_permissionsusing morph relations by @mateusjunges in #236 - [v4.x] Adds support for laravel 9.x by @mateusjunges in #249
Full Changelog: 3.0.2...v4.0.0
v3.0.2
What's Changed
- Laravel 9.x Compatibility by @laravel-shift in #242
New Contributors
- @laravel-shift made their first contribution in #242
Full Changelog: 3.0.1...3.0.2
3.0.1
- Fix paths on
ACLServiceProvider
3.0.0
- Move namespace
Junges\ACL\TraitstoJunges\ACL\Concerns - Move namespace
Junges\ACL\Http\ModelstoJunges\ACL\Models - Drop support for Laravel below 7.28
- Drop support for PHP 7.3
- Fix styling using PHP CS Fixer
- Improve test coverage
2.6.1
- Merge some dependabot PR with dependencies updates.