This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-navigation
Releases · zendframework/zend-navigation
zend-navigation 2.9.1
Added
- #77 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-navigation 2.9.0
zend-navigation 2.8.0
Added
- #33 adds support for zend-mvc v3.0. Specifically, the
Mvcpage type now allows usage of eitherZend\Mvc\RouterorZend\Routerfor URI generation.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-navigation 2.7.2
Added
- #27 adds and publishes the documentation to https://zendframework.github.io/zend-navigation/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #35 fixes errors in the
ConfigProviderthat prevented its use.
zend-navigation 2.7.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- This release removes the erroneous calls to
getViewHelperConfig()in theConfigProviderandModuleclasses.
zend-navigation 2.7.0
Added
- #26 adds:
Zend\Navigation\View\ViewHelperManagerDelegatorFactory, which decorates theViewHelperManagerservice to configure it usingZend\Navigation\View\HelperConfig.ConfigProvider, which maps the default navigation factory and the navigation abstract factory, as well as the navigation view helper.Module, which does the same as the above, but for zend-mvc applications.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-navigation 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #25 ups the minimum zend-view version to 2.6.5, to bring in a fix for a circular dependency issue in the navigation helpers.