Skip to content

Releases: rodrigopedra/laravel-simple-acl

Bug Fix

08 Mar 02:51
1f06297
Compare
Choose a tag to compare

Remove buggy static modifier

version 1.1

25 Feb 20:29
Compare
Choose a tag to compare
  • use static closures
  • use config auto-injection in Service Provider
  • fallback order by to label, as description is now nullable

version 1.0

25 Feb 19:34
Compare
Choose a tag to compare

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 to RodrigoPedra\LaravelSimpleACL\Concerns\HasACL

Support PHP 8 and Laravel Versions

08 Jun 22:37
Compare
Choose a tag to compare

Adds Laravel 6.x Support

04 Dec 21:19
80b71cc
Compare
Choose a tag to compare
Merge pull request #1 from rodrigopedra/rodrigopedra-laravel-6

Added Laravel 6 support