Skip to content

Releases: LM-Commons/LmcCors

Release v1.3.1 - Minor maintenance

14 Aug 00:56
5e99f6e
Compare
Choose a tag to compare

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

14 Feb 22:24
1a42e79
Compare
Choose a tag to compare

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

09 Jun 02:13
452291f
Compare
Choose a tag to compare

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

31 May 16:06
b849188
Compare
Choose a tag to compare

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

02 Oct 21:11
Compare
Choose a tag to compare

CHANGELOG

1.0.2

Changed organization name to LM-Commons

Added

  • Nothing.

Changed

  • Nothing

Deprecated

  • Nothing.

Removed

  • Nothing

Fixed

  • Nothing

Release v1.0.1

02 Oct 21:23
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

02 Oct 21:25
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.