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.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 03 Aug 20:37
· 65 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #125 updates the MvcRouteListener to trigger events using triggerEventUntil() instead of using argument overloading on trigger(); this change ensures that the code will work with zend-eventmanager v3 properly.