Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zf-mvc-auth 1.4.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 30 Sep 15:51
· 60 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #128 fixes an issue stemming from changes in the Admin API; controller service names are often written in configuration using dash, versus namespace, separators, which causes authorization lookups to fail. This version now converts dashes to namespace separators in the controller names when creating the ACL.