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

zend-view 2.8.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 20 Mar 19:59
· 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 $partial argument, as that key is no longer used.

  • #98 fixes how the HeadMeta helper renders the <meta charset> tag, ensuring it is the first rendered. As long as the HeadMeta helper is called early in your markup, this should ensure it is within the first 1024 characters, ensuring your document validates.

  • #104 fixes the @method annotation for the Placeholder view helper to use the correct case, fixing issues with method completion in IDEs.

  • #112 fixes an issue in the PhpRendererStrategy whereby absence of a response instance in the ViewEvent would lead to a fatal error.