This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-mvc-auth 1.4.2
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #125 updates the
MvcRouteListener
to trigger events usingtriggerEventUntil()
instead of using argument overloading ontrigger()
; this change ensures that the code will work with zend-eventmanager v3 properly.