Skip to content

Releases: dereuromark/cakephp-tinyauth

5.2.0

04 May 13:04
759147e

Choose a tag to compare

Fixes

  • Use plugin-specific i18n domain for translations — strings now live under the tinyauth domain instead of leaking into the host app's default domain (#166)

Improvements

  • Add PHP adapter for ACL and Allow config — PhpAclAdapter / PhpAllowAdapter work alongside the existing INI adapters, with shared AbstractAclAdapter / AbstractAllowAdapter base classes for custom backends (#168)

Full Changelog: 5.1.4...5.2.0

5.1.4

02 May 14:33
919f2d9

Choose a tag to compare

Fixes

  • Fix isPublic plugin/prefix scope leak so plugin- or prefix-scoped allow rules no longer match unscoped requests (#165)
  • Fix hasRole() type juggling that allowed loose matches between 0 and non-numeric strings, and rejected non-scalar input (#165)

Full Changelog: 5.1.3...5.1.4

5.1.3

18 Mar 02:53
2cf447c

Choose a tag to compare

Improvements

  • Add roleIdColumn config option for UUID-based role systems (#163)

Full Changelog: 5.1.2...5.1.3

5.1.2

07 Feb 09:23
dbc0160

Choose a tag to compare

Fixes

  • Fix null array offset deprecation (PHP 8.5+)

Full Changelog: 5.1.1...5.1.2

5.1.1

19 Dec 15:45

Choose a tag to compare

Fixes

  • Fix AuthPanel serialization issue with PDO objects

Full Changelog: 5.1.0...5.1.1

5.1.0

26 Nov 14:07

Choose a tag to compare

Improvements

Allow grouping of commands now:

tiny_auth:
  tiny_auth add
  tiny_auth sync 

Full Changelog: 5.0.0...5.1.0

5.0.0

04 Nov 03:38

Choose a tag to compare

Improvements

Removed all old Cake (v3) legacy code and Auth component.
It now uses only the 2 new plugins and further extends and improves those in usability.

The docs have been simplified.

4.5.3

01 Aug 10:11
a9c61fb

Choose a tag to compare

Fixes

Full Changelog: 4.5.2...4.5.3

4.5.2

16 Jul 13:13
187ed50

Choose a tag to compare

Improvements

  • Allow using nested role config in #157

Full Changelog: 4.5.1...4.5.2

4.5.1

08 May 01:38
206e4ae

Choose a tag to compare

Fixes

Removed deprecation usage.