3.2.0
3.2.0 - 2020-12-14
Added
- #69 Adds PHP 8.0 support
- zendframework/zend-mvc#282 Adds a full
controller namespace as additional event manager identifier for
implementations of AbstractController
Deprecated
- #51 Deprecates MiddlewareListener. Optional support for dispatching middleware, middleware pipes and handlers is moved to laminas/laminas-mvc-middleware package
Removed
- #69 Removes PHP support prior 7.3.0
Release Notes for 3.2.0
3.2.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
-
69: PHP 8.0 support thanks to @snapshotpl
-
51: Deprecate middleware listener thanks to @Xerkus