Skip to content

Releases: cakephp/acl

CakePHP Acl 0.10.1

01 Apr 16:59
527bee4
Compare
Choose a tag to compare

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

Full Changelog: 0.10.0...0.10.1

CakePHP Acl 0.10.0

10 Sep 20:05
7fb3b77
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9...0.10.0

CakePHP Acl 0.9

24 Apr 02:09
c72edae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9

CakePHP Acl 0.8.0

30 Aug 13:55
3eae9a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.1...0.8.0

0.7.1

20 Jan 05:20
a1a2291
Compare
Choose a tag to compare

Changes

  • Fixed deprecation notice

0.7.0

08 Sep 09:41
Compare
Choose a tag to compare
  • Add support for cakephp ^4.0

0.6.0

07 Jan 11:47
7538f9b
Compare
Choose a tag to compare
  • Supports PHP 7.4
  • Minimum CakePHP version is now 3.8.2

Release 0.5.2

14 Jun 13:42
4fe97ed
Compare
Choose a tag to compare
  • Fix error message in component constructor.

Release 0.5.1

03 Apr 18:05
1a18f78
Compare
Choose a tag to compare

Fixes regression introduced in 0.5.0

Release 0.5.0

03 Apr 13:56
e80fd05
Compare
Choose a tag to compare

Adds Controller and Shell as protected properties on the AclExtras class, along with relevant getter and setter methods.