Skip to content

Releases: yajra/laravel-acl

v11.1.1

06 Aug 07:47
Compare
Choose a tag to compare
  • fix: Ensure getPermissions returns Collection and simplify logic #53 #54
  • Fix code style
  • Fix phpstan issues

v11.1.0

12 Apr 02:44
Compare
Choose a tag to compare
  • feat: improve cache store size #51
  • feat: Improve cache store by storing array instead of collection and hydrate the model when needed.
  • fix: issue on saving the value when using the database cache store

v11.0.0

17 Mar 07:01
Compare
Choose a tag to compare

Laravel 11

v10.0.0

19 Feb 14:18
Compare
Choose a tag to compare

Laravel 10 support #49

v9.0.0

06 May 05:44
v9.0.0
5ed7482
Compare
Choose a tag to compare

Added support specific for Laravel 9
Added phpstan static analysis

v6.1.0

18 Apr 08:40
69d7494
Compare
Choose a tag to compare
  • Note: several breaking changes were added on this release.
  • Drop isRole and canMagic methods.
  • Fix grant, revoke, sync methods to match Laravel's attach, detach, sync method signature.
  • Refactor all interactions with permission to its own trait.
  • Added a lot of TESTS...
  • Fix refreshing of cache and updating policies registration.
  • Update resource pattern from action.slug to slug-action. Ex. posts.create will now become create-posts.
  • Allow comma separated role middleware.
  • Remove @hasRole redundant directive. Use @role.

v6.0.0

17 Apr 10:31
5afcda0
Compare
Choose a tag to compare
  • Allow users to directly have permissions. #38
  • Drop support for Laravel 7
  • Update coding style to PHP 7++
  • Fix #7