Skip to content

Releases: cakephp/acl

Version 0.4.0

15 Aug 09:46
6b27b1b
Compare
Choose a tag to compare

Upgrade to CakePHP 3.6 compatibility

Release 0.2.6

21 Nov 03:17
0.2.6
cc8b999
Compare
Choose a tag to compare

#126: Kickstart Instructions
#128: Fix typos
#125: Fix Invalid query generation for PostgreSQL

0.2.3

10 Jan 01:25
Compare
Choose a tag to compare
  • #105: Add missing direct dependency
  • #107: Fixing an issue with ARO being updated all of the time for any entity
  • #111: Skip abstract (and other uninstantiable) controllers to resolve #110
  • #112: install mysql via service addon for tests

0.2.2

10 Jan 01:23
Compare
Choose a tag to compare
Don't manually include routes file

0.2.1

10 Jan 01:23
0.2.1
Compare
Choose a tag to compare
CakePHP ACL plugin 0.2.1

* Fixed missing import.

Version 0.2.0

19 May 10:15
Compare
Choose a tag to compare
  • Now requires CakePHP 3.1 or newer
  • Allows passing an ID to the nodes method (@Wouter0100)
  • Account for string action passed in already prefixed with an '_' (@jrble819)
  • Get all tests to pass.