Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@visto9259 visto9259 released this 02 Oct 21:25
· 58 commits to master since this release
6bb2be7

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 to LmcCors.
  • [BC Break] The config key has been changed from zfr_cors to lmc_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.