This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 2.7.14 - 2018-05-02
6+
7+ ### Added
8+
9+ - [ #279 ] ( https://github.com/zendframework/zend-mvc/pull/279 ) provides support for PHP 7.1 and 7.2.
10+
11+ ### Changed
12+
13+ - [ #279 ] ( https://github.com/zendframework/zend-mvc/pull/279 ) changes the ` Zend\Mvc\Controller\PluginManager ` implementation to vary
14+ based on zend-servicemanager major version detected in order to ensure the
15+ signature of ` get() ` will be correct regardless of version.
16+
17+ ### Deprecated
18+
19+ - Nothing.
20+
21+ ### Removed
22+
23+ - [ #279 ] ( https://github.com/zendframework/zend-mvc/pull/279 ) removes explicit support for PHP 5.5.
24+ The code may, and likely will, continue to run on the 5.5 series, but we are
25+ unable to continue testing it at this time as dependencies necessary for PHP
26+ 7.2 support have all bumped their minimum versions to PHP 5.6. If you use PHP
27+ 5.5, upgrade at your own risk.
28+
29+ ### Fixed
30+
31+ - Nothing.
32+
533## 2.7.13 - 2017-12-14
634
735### Added
You can’t perform that action at this time.
0 commit comments