This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.8.2
·
366 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#92 fixes the docblocks and exception messages in the breadcrumbs and menu navigation helpers to remove references to 'module' keys for the
$partialargument, as that key is no longer used. -
#98 fixes how the
HeadMetahelper renders the<meta charset>tag, ensuring it is the first rendered. As long as theHeadMetahelper is called early in your markup, this should ensure it is within the first 1024 characters, ensuring your document validates. -
#104 fixes the
@methodannotation for thePlaceholderview helper to use the correct case, fixing issues with method completion in IDEs. -
#112 fixes an issue in the
PhpRendererStrategywhereby absence of a response instance in theViewEventwould lead to a fatal error.