Releases: cakephp/acl
Releases · cakephp/acl
CakePHP Acl 0.10.1
What's Changed
- Add notice about maintenance status by @LordSimal in #184
- Update DbAcl.php - Changed objects from private to protected by @1DL in #187
New Contributors
- @LordSimal made their first contribution in #184
- @1DL made their first contribution in #187
Full Changelog: 0.10.0...0.10.1
CakePHP Acl 0.10.0
What's Changed
- Use 'Acl.' as plugin prefix and pluralized class name in ACL behavior by @nook24 in #180
- Fix phpcs by @markstory in #181
- Declare class properties for php 8.2 by @nook24 in #182
Full Changelog: 0.9...0.10.0
CakePHP Acl 0.9
What's Changed
- Fix PHP 8.2 dynamic properties deprecation notices by @Mark-Lister in #179
New Contributors
- @Arhell made their first contribution in #175
- @Mark-Lister made their first contribution in #179
Full Changelog: 0.8.0...0.9
CakePHP Acl 0.8.0
What's Changed
- PHP 8.1 support by @lilHermit in #173
New Contributors
- @lilHermit made their first contribution in #173
Full Changelog: 0.7.1...0.8.0
0.7.1
Changes
- Fixed deprecation notice
0.7.0
0.6.0
Release 0.5.2
- Fix error message in component constructor.
Release 0.5.1
Fixes regression introduced in 0.5.0
Release 0.5.0
Adds Controller
and Shell
as protected properties on the AclExtras
class, along with relevant getter and setter methods.