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

zend-view 2.6.3

Choose a tag to compare

@weierophinney weierophinney released this 22 Feb 18:46
· 591 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #50 fixes the initializer defined and registered in Navigation\PluginManager::__construct() to ensure it properly pulls and injects the application container into navigation helpers, under both zend-servicemanager v2 and v3. Additionally, when lazy-instantiating the Navigation\PluginManager, the Navigation helper now passes the composed service manager instance to its constructor.