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

zend-mvc 2.7.6

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Apr 21:09
· 452 commits to master since this release

Added

  • #94 adds a documentation recipe for using middleware withing MVC event listeners.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #107 fixes an incorrect import statement in the DiStrictAbstractServiceFactoryFactory that prevented it from working.
  • #112 fixes how the Forward plugin detects and detaches event listeners to ensure it works against either v2 or v3 releases of zend-eventmanager.