Skip to content

Releases: kodeine/laravel-acl

feat: updated laravel dependency

02 Mar 23:34
90c32b9
Compare
Choose a tag to compare

feat: updated laravel dependency

Laravel 9 Support

27 Feb 04:01
Compare
Choose a tag to compare
2.0.7

feat: updated laravel dependency

Laravel 8 Support

25 Nov 05:39
9848a11
Compare
Choose a tag to compare
Merge pull request #260 from chris-doehring/feature/laravel-8

Add support for Laravel 8

fixes #254

14 May 17:51
e428103
Compare
Choose a tag to compare

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

01 Apr 00:49
0906171
Compare
Choose a tag to compare

Supports Laravel 7

Hotfix: Cache bug fixed

14 Nov 22:27
31932c0
Compare
Choose a tag to compare

Laravel >=5.8 accepts cache in seconds not in minutes anymore.

Laravel 6 Support

28 Sep 01:07
5cca6ff
Compare
Choose a tag to compare

Bug fixes to support Laravel 6.

Laravel 5 or lower support

28 Sep 01:07
6c9d73e
Compare
Choose a tag to compare
Merge pull request #226 from kodeine/revert-216-1.0

Revert "Add tags to the cache to easily purge ACL cache"

Adjustments

17 Mar 05:04
Compare
Choose a tag to compare
  • Some adjustments and bug fixes.

Bug fixes

10 Mar 17:12
Compare
Choose a tag to compare
  • Some bugs were fixed.