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

zend-view 2.9.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 Jan 21:58
· 247 commits to master since this release

Added

  • #136 updates the Navigation helper class to document the various proxy methods it allows via method overloading via @method annotations.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #123 updates the HelperPluginManager such that it no longer injects a translator in a helper if one is already present.

  • #125 provides an update to the PhpRenderer:render() method such that it will now catch not only Exception instances, but also PHP 7 Throwable instances, and properly cleanup the output buffers when it does.

  • #121 provides a fix to ensure that content generated on a previous execution of PhpRenderer::render() is never re-used.