This repository has been 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
Mvc
page type now allows usage of eitherZend\Mvc\Router
orZend\Router
for 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
ConfigProvider
that prevented its use.
zend-navigation 2.7.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- This release removes the erroneous calls to
getViewHelperConfig()
in theConfigProvider
andModule
classes.
zend-navigation 2.7.0
Added
- #26 adds:
Zend\Navigation\View\ViewHelperManagerDelegatorFactory
, which decorates theViewHelperManager
service 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.