Releases: maglnet/MaglLegacyApplication
Releases · maglnet/MaglLegacyApplication
1.12.0
Replaced ZendFramework by Laminas
1.11.1
- fixes an issue where the output buffer was not prepended in all cases
1.11.0
- add zf2 compatibility again #7
- fixes handling of 404 responses, so the default
RouteNotFoundStrategy
handles the error #6
1.10.0
- drop php 5.6 support
- switch to ZF3
1.9.0
- allow legacy applications to return a
Zend\Http\Response
1.8.0
- allow legacy application to return
ViewModel
- drop support for php < 5.6
1.7.0: Feature/support newer zf2 (#4)
* add test for ControllerService
* test multiple dependency versions
* drop support for zf2 < 2.4
* use php 5.3 compatible array syntax
* reduce build matrix
1.6.1
fixes cases where the application needs to be set earlier
1.6.0
allow adding the output buffer to a short circuited response