This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.9.1
·
247 commits
to master
since this release
Added
- #136 updates the
Navigationhelper class to document the various proxy methods it allows via method overloading via@methodannotations.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#123 updates the
HelperPluginManagersuch 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 onlyExceptioninstances, but also PHP 7Throwableinstances, 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.