This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-mvc 2.6.2
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 theurl
,basepath
, anddoctype
view helpers are registered using the fully qualified class names present inZend\View\HelperPluginManager
; these changes ensure requests for these helpers resolve to these override factories, instead of theInvokableFactory
.