Skip to content

Releases: cakephp/acl

CakePHP Acl 0.10.1

Choose a tag to compare

@markstory markstory released this 01 Apr 16:59
527bee4

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

Choose a tag to compare

@othercorey othercorey released this 10 Sep 20:05
7fb3b77

What's Changed

Full Changelog: 0.9...0.10.0

CakePHP Acl 0.9

Choose a tag to compare

@markstory markstory released this 24 Apr 02:09
c72edae

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9

CakePHP Acl 0.8.0

Choose a tag to compare

@markstory markstory released this 30 Aug 13:55
3eae9a9

What's Changed

New Contributors

Full Changelog: 0.7.1...0.8.0

0.7.1

Choose a tag to compare

@othercorey othercorey released this 20 Jan 05:20
a1a2291

Changes

  • Fixed deprecation notice

0.7.0

Choose a tag to compare

@rchavik rchavik released this 08 Sep 09:41
  • Add support for cakephp ^4.0

0.6.0

Choose a tag to compare

@dakota dakota released this 07 Jan 11:47
7538f9b
  • Supports PHP 7.4
  • Minimum CakePHP version is now 3.8.2

Release 0.5.2

Choose a tag to compare

@markstory markstory released this 14 Jun 13:42
4fe97ed
  • Fix error message in component constructor.

Release 0.5.1

Choose a tag to compare

@dakota dakota released this 03 Apr 18:05
1a18f78

Fixes regression introduced in 0.5.0

Release 0.5.0

Choose a tag to compare

@dakota dakota released this 03 Apr 13:56
e80fd05

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