This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.10.1
·
158 commits
to master
since this release
Added
- #173 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#170 ensures that variables referenced in
compact()
operations are properly
initialized, fixing an error that occures in PHP 7.3. -
#169 adds zendframework/zend-json as a required dependency, as it is referenced
in multiple locations within the package. -
#156 adds missing
@method
annotations to theHeadMeta
helper.