Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Releases: Laminas-Commons/LmcCors

Release v1.0.2

07 Oct 00:25
774eaab
Compare
Choose a tag to compare

CHANGELOG

1.0.2

This repository is abandoned. The library was moved to LM-Commons/LmcCors

Release v1.0.1

11 Sep 00:17
f8814f5
Compare
Choose a tag to compare

CHANGELOG

1.0.1

Maintenance release to fix the Laminas Component Installer configuration in compose.json. (Issue #13)

Added

  • Nothing.

Changed

  • Nothing

Deprecated

  • Nothing.

Removed

  • Nothing

Fixed

  • Composer extra config for Laminas Component Installer updated to LmcCors (issue #13)

Release v1.0.0

07 Sep 16:17
6bb2be7
Compare
Choose a tag to compare

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.