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

Releases: fruitcake/laravel-cors

Fix requirement for Lumen

06 Sep 13:24
7969a52
Compare
Choose a tag to compare
v0.11.2

Update .travis.yml

Support Laravel 5.7

04 Sep 14:15
18535b3
Compare
Choose a tag to compare
v0.11.1

Update .travis.yml

Use upstream asm/stack-cors

04 Jan 09:25
Compare
Choose a tag to compare

Breaking changes

  • The wildcard matcher is changed. You can use allowedOriginPatterns for your own patterns, or simple wildcards in the normal origins. Eg. *.laravel.com should still work.

Changes

  • Uses upstream asm/stack-cors (see #195)
  • Move tests to namespaces (See #277)

Fix preflight status

19 Dec 21:10
Compare
Choose a tag to compare
v0.10.1

Return 200 from preflight, fixes #269, #270

v0.10.0

19 Oct 09:29
Compare
Choose a tag to compare
Update composer.json

v0.9.3

28 Aug 11:49
Compare
Choose a tag to compare
modify: HandleCors - return \Illuminate\Http\Response on 403 (#210)

Fix config merging

22 Mar 08:42
Compare
Choose a tag to compare
Dont merge config, use blank defaults

Fixes #181

Fix Lumen support

20 Mar 15:07
Compare
Choose a tag to compare
v0.9.1

Add fallback Lumen serviceprovider

v0.9.0

20 Mar 14:34
Compare
Choose a tag to compare
Update composer.json

Fix wildcard headers

16 Feb 08:25
Compare
Choose a tag to compare
v0.8.6

Remove headers from actual request