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

zend-mvc 2.6.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Feb 18:46
· 644 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #71 fixes the ViewHelperManagerFactory to be backwards-compatible with v2 by ensuring that the factories for each of the url, basepath, and doctype view helpers are registered using the fully qualified class names present in Zend\View\HelperPluginManager; these changes ensure requests for these helpers resolve to these override factories, instead of the InvokableFactory.