Releases: ivanamat/cakephp3-aclmanager
Releases · ivanamat/cakephp3-aclmanager
1.3
v1.3
Added
- AclManager.hideDenied Hide plugins, controllers and actions denied in ACLs lists.
Changed
- AclManager.ignoreActions Ignore all plugins, controllers and actions you don't want to add to your ACLs.
Configure::write('AclManager.ignoreActions', array(
'actionName', // ignore action
'Plugin.*', // Ignore the plugin
'Plugin.Controller/*', // Ignore the plugin controller
'Plugin.Controller/Action', // Ignore specific action from the plugin.
'Error/*' // Ignore the controller
'Error/Action' // Ignore specifc action from controller
));
- Updated indexctp and permissioins.ctp: Show or hide ACLs that do not have permissions in the ACL list. Show flash messages below the actions panel.
- Fixed acoUpdate syncronization.
v1.2
v1.1
v1.0.6
v1.0.5
RC 1.0.3
This release is stable but should be used with groups, roles and users as explained in the README.md document.
Fixed
Fix AclManagerComponet, remove unset([0]); from __setAcos. This error remove the first controller from array.
Known issues
AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.
Todo list:
- Aro search engine
RC 1.0.2
This release is stable but should be used with groups, roles and users as explained in the README.md document.
Fixed
Renamed AclHelper to AclManagerHelper.
Known issues
AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.
Todo list:
- Aro search engine
Pre-Release
BETA v1.0-beta
This release is stable but should be used with groups, roles and users as explained in the README.md document.
Known issues
- AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.
Todo list:
- Aro search engine