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

zend-mvc 2.7.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 Mar 18:32
· 498 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #95 re-introduces the various zend-di aliases and factories in Zend\Mvc\Service\ServiceListenerFactory, which were accidently removed in the 2.7.0 release.
  • #96 fixes shared event detachment/attachment within the Forward plugin to work with both v2 and v3 of zend-eventmanager.
  • #93 ensures that the Console Catchall route factory will not fail when the defaults $options array key is missing.
  • #43 updates the AbstractRestfulController to ensure it can accept textual (e.g., XML, YAML) data.
  • #79 updates the continuous integration configuration to ensure we test against lowest and highest accepted dependencies, and those in the current lockfile.