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

zend-view 2.6.2

Choose a tag to compare

@weierophinney weierophinney released this 18 Feb 16:49
· 601 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 fixes Navigation\PluginManager to 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).