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

zend-view 2.5.3

Choose a tag to compare

@weierophinney weierophinney released this 19 Jan 20:53
· 665 commits to master since this release

Added

  • #5 adds support for the itemprop attribute in the headLink() view helper.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #25 updates PhpRenderer::render() to no longer lazy-instantiate a FilterChain; content filtering is now only done if a FilterChain is already injected in the renderer.