This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.6.2
·
601 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #47 fixes
Navigation\PluginManagerto ensure it is backwards compatible with zend-servicemanager v2, including:- fixing the constructor to be BC with v2 and forwards-compatible with v3.
- adding additional, normalized alias/factory pairs.
- #47 fixes the behavior of
HelperPluginManager::injectTranslator()to return early if no container is provided (fixing an issue with navigation helpers introduced in 2.6.0).