Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: ozee31/cakephp-cors

v2.0.0

14 May 16:22
fc45012
Compare
Choose a tag to compare

Add compatibility for CakePHP

Thanks to @chrisShick and @rchavik

v1.1.7

25 Jan 16:41
da42a1a
Compare
Choose a tag to compare

Prevent double updating of exception renderer configuration - @Zuluru

Fix Access-Control-Expose-Headers

21 Dec 12:32
Compare
Choose a tag to compare

Fix Access-Control-Expose-Headers' should be after the OPTIONS request #19

Fix send headers

20 Dec 14:07
Compare
Choose a tag to compare

Fix Access-Control-Expose-Headers' should be after the OPTIONS request #19

v1.1.4

05 Jul 13:41
e59a78e
Compare
Choose a tag to compare

Fix regression when not use RoutingMiddleware - @frankvanhest

v1.1.3

04 Jul 13:02
37b1137
Compare
Choose a tag to compare
  • Fix possible 404 errors. Add Cors middleware before Routing - @fiste788

v1.1.2

29 Jun 11:57
f56ea1b
Compare
Choose a tag to compare

Fix cakephp 3.4 is() not exist

14 Aug 09:07
Compare
Choose a tag to compare

Bug Fixes

  • fix is fonction not exist with cakephp 3.4 (#12) @munvier

v1.1.0

19 Apr 13:48
Compare
Choose a tag to compare

Features

  • Cors.exceptionRenderer extends from Error.exceptionRenderer (#8)

Removed features

  • removal of ErrorsController with its associated configuration

v1.0.4

13 Apr 13:57
Compare
Choose a tag to compare

Bug Fixes

  • fix not use deprecated header (use correct with header) (73ee14f)