This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.10.0
·
183 commits
to master
since this release
Added
-
#135 adds support for PHP 7.2.
-
#138 adds support for the HTML5 "as" attribute to the
HeadLink
helper. This can be used to help prioritize resource loading. -
#139 adds two new methods to the
Zend\View\Helper\Gravatar
class:setAttributes()
andgetAttributes()
.
Changed
- #133 modifies the behavior the
placeholder()
helper to no longer render a prefix or postfix if no items are available in the container.
Deprecated
- #139 deprecates the
Zend\View\Helper\Gravatar
methodssetAttribs()
andgetAttribs()
in favor of the new methodssetAttributes()
andgetAttributes()
, respectively.
Removed
- #135 removes support for HHVM.
Fixed
- Nothing.