Releases: LM-Commons/LmcCors
Releases · LM-Commons/LmcCors
1.4.0
Release Notes for 1.4.0
1.4.0
- Total issues resolved: 5
- Total pull requests resolved: 0
- Total contributors: 1
enhancement
- 53: Add Psalm static analysis thanks to @visto9259
- 52: Apply Laminas Coding Standards thanks to @visto9259
- 50: Add .gitattributes thanks to @visto9259
- 37: Add support for PHP 8.3 thanks to @visto9259
- 17: Add ConfigProviders thanks to @visto9259
Release v1.3.1 - Minor maintenance
1.3.1
This is a maintenance release.
Changed
- Updated dependencies for docusaurus
Removed
- Removed Travis and Scrutinizer configuration files that are no longer needed
Release V1.3.0 - Added support for PHP 8.1 and 8.2
CHANGELOG
1.3.0
- Added PHP 8.1 and 8.2 as minimum requirements
- Dropped PHP 7 and 8.0
- CI moved to GitHub actions
- Updated README badges and fixed some typos
- Added parameter and function typing
Added
- Nothing.
Changed
- Minimum PHP is now 8.1 and 8.2. If your environment is on a lower PHP version, do not use this version.
Deprecated
- Nothing
Removed
- Nothing
Fixed
Release v1.2.0 - Added support for PHP8, PSR-4
CHANGELOG
1.2.0
- Added PHP 8.0 as a requirement in addition to ^7.3
- Updated to use PSR-4 autoload
- Upgraded to phpunit 9
Added
- Nothing.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
Release v1.1.0 - Bump minimal PHP to 7.3
CHANGELOG
1.1.0
Bumped minimal PHP version to 7.3
Added
- Nothing.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
Release v1.0.2
CHANGELOG
1.0.2
Changed organization name to LM-Commons
Added
- Nothing.
Changed
- Nothing
Deprecated
- Nothing.
Removed
- Nothing
Fixed
- Nothing
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.