Skip to content

Releases: houseoftech/cakephp-acl-manager

1.3.2

Choose a tag to compare

@houseoftech houseoftech released this 19 Mar 06:52

Support for wildcards in the ignoreActions setting has been added.

Use Plugin.* to ignore an entire plugin or Plugin.Controller/* to ignore all actions in a controller. When updating ACOs those actions will not be added.

1.3.1

Choose a tag to compare

@houseoftech houseoftech released this 17 Mar 08:13

Getting rid of cache all together because it doesn't work with new method of one Aro at a time.

1.3.0

Choose a tag to compare

@houseoftech houseoftech released this 16 Mar 20:47

Warning! This is a potentially breaking release.

The permissions page now only supports lookup of 1 Aro node at a time. It has been paginated this way since 1.2.5 so it shouldn't break anything if already on 1.2.5+.

Reloading the page after saving a set of permissions, since it has to refresh the cache, is now a lot faster.

Be sure to clear your acos cache file!

1.2.6

Choose a tag to compare

@houseoftech houseoftech released this 23 Mar 13:40
Update composer.json

1.2.5

Choose a tag to compare

@houseoftech houseoftech released this 19 Mar 21:23
Merge branch 'stable'