Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Releases: zendframework/zend-navigation

zend-navigation 2.9.1

21 Aug 08:32
release-2.9.1
Compare
Choose a tag to compare

Added

  • #77 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-navigation 2.9.0

25 Apr 20:20
Compare
Choose a tag to compare

Added

  • #67 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #67 removes support for HHVM.

  • #59 removes support for PHP 5.5.

Fixed

  • Nothing.

zend-navigation 2.8.0

11 Jun 21:26
Compare
Choose a tag to compare

Added

  • #33 adds support for zend-mvc v3.0. Specifically, the Mvc page type now allows usage of either Zend\Mvc\Router or Zend\Router for URI generation.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-navigation 2.7.2

11 Jun 20:10
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #35 fixes errors in the ConfigProvider that prevented its use.

zend-navigation 2.7.1

11 Apr 20:41
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • This release removes the erroneous calls to getViewHelperConfig() in the ConfigProvider and Module classes.

zend-navigation 2.7.0

11 Apr 20:40
Compare
Choose a tag to compare

Added

  • #26 adds:
    • Zend\Navigation\View\ViewHelperManagerDelegatorFactory, which decorates the ViewHelperManager service to configure it using Zend\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

21 Mar 18:33
Compare
Choose a tag to compare

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.

zend-navigation 2.6.0

24 Feb 21:46
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #5 and #20 update the code to be forwards compatible with zend-servicemanager v3.