Releases: dereuromark/cakephp-tinyauth
Releases · dereuromark/cakephp-tinyauth
5.2.0
Fixes
- Use plugin-specific i18n domain for translations — strings now live under the
tinyauthdomain instead of leaking into the host app'sdefaultdomain (#166)
Improvements
- Add PHP adapter for ACL and Allow config —
PhpAclAdapter/PhpAllowAdapterwork alongside the existing INI adapters, with sharedAbstractAclAdapter/AbstractAllowAdapterbase classes for custom backends (#168)
Full Changelog: 5.1.4...5.2.0
5.1.4
Fixes
- Fix
isPublicplugin/prefix scope leak so plugin- or prefix-scoped allow rules no longer match unscoped requests (#165) - Fix
hasRole()type juggling that allowed loose matches between0and non-numeric strings, and rejected non-scalar input (#165)
Full Changelog: 5.1.3...5.1.4
5.1.3
Improvements
- Add
roleIdColumnconfig option for UUID-based role systems (#163)
Full Changelog: 5.1.2...5.1.3
5.1.2
5.1.1
5.1.0
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
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
4.5.2
4.5.1
Fixes
Removed deprecation usage.