Skip to content

Releases: myclabs/ACL

1.2.0

20 Aug 12:13
Compare
Choose a tag to compare

Add a way to rebuild the authorizations of one given resource.
This will help rebuild authorizations of moved resources inside a hierarchy.

The method can be find into the ACL service :
$acl->rebuildResourceAuthorizations($resource);

1.1.5

19 Jun 15:12
Compare
Choose a tag to compare
  • Fixed #12: Inherited authorizations are left behind when a resource is deleted

1.1.4

19 Jun 11:19
Compare
Choose a tag to compare
  • Fixed #11: Non cascadable authorizations were still cascaded

1.1.3

19 Jun 08:12
Compare
Choose a tag to compare
  • Fixes a bug in the authorization rebuild

1.1.2

18 Jun 15:58
Compare
Choose a tag to compare
  • #10 Cascading does uses ResourceGraphTraverser if going through a CascadingResource

1.1.1

18 Jun 10:21
Compare
Choose a tag to compare
  • Optimized the rebuild of the authorizations

1.1.0

30 Apr 15:45
Compare
Choose a tag to compare
  • ACL::unGrant() is deprecated in favor of the new ACL::revoke() method. unGrant() will be removed eventually.

1.0.0

29 Apr 12:25
Compare
Choose a tag to compare

First stable release

0.4.2

24 Apr 10:09
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Fixed #7 - Error when inserting FALSE with DBAL

0.4.1

15 Apr 08:57
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Improved error message