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

zend-mvc-console 1.1.11

Compare
Choose a tag to compare
@weierophinney weierophinney released this 29 Aug 19:11
· 91 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 ups the minimum supported zend-mvc version to 3.0.3, to ensure that the SendResponseListenerFactory is present, fixing an issue with console output.
  • #15 promotes Zend\Mvc\Console\View\ViewManager::getView() to public visibility, matching the API of Zend\Mvc\View\Http\ViewManager.