This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
Releases: Laminas-Commons/LmcCors
Releases · Laminas-Commons/LmcCors
Release v1.0.2
Release v1.0.1
Release v1.0.0
CHANGELOG
1.0.0
This is the first release of LmcCors. This is a port of the master
branch of zf-fr/zfr-cors
to use Laminas.
Added
- Nothing.
Changed
- [BC Break] The namespace has been changed from
ZfrCors
toLmcCors
. - [BC Break] The config key has been changed from
zfr_cors
tolmc_cors
.
Deprecated
- Nothing.
Removed
- Dependency for PHP 7.1 was removed. Minimum PHP is now 7.2
- Dependency for phpunit 7 was removed.
Fixed
- Some test cases were fixed to call
getMockBuilder
correctly.