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

zend-view 2.6.4

Choose a tag to compare

@weierophinney weierophinney released this 02 Mar 18:46
· 585 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #52 fixes several issues detected after re-enabling tests skipped when executed against zend-servicemanager/zend-eventmanager v3:
    • HelperPluginManager now implements an EventManagerAware initializer.
    • Zend\View\Helper\Navigation\AbstractHelper now contains logic to ensure that when an EventManager instance is lazy-loaded, it composes a SharedEventManager.
    • The FlashMessenger factory now correctly pulls the config service, not the Config service (former is both backwards- and forwards compatible).