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

zend-mvc 2.7.11

Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Apr 14:37
· 427 commits to master since this release

Added

  • #233 adds a replace entry to the composer.json indicating the package replaces zendframework/zend-router. This is done to prevent errors from installing both zend-mvc v2 with zend-router, which could lead to subtle errors when checking exceptions, locating route types, etc. Users should upgrade to zend-mvc v3 if they wish to use the standalone zend-router package.

Deprecated

  • Nothing.

Removed

  • #229 removes the zend-version package from the require-dev and suggest sections of composer.json, and updates the RouteNotFoundStrategy::getConsoleBanner() method to no longer use the version constant. Since zend-version has had no real meaning since the 2.5 release, this removes ambiguity for end-users.

Fixed

  • #223 fixes how the FormAnnotationBuilderFactory injects the builder with the FormElementManager service such that it will work with the latest zend-form releases.