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

Releases: fruitcake/laravel-cors

v3.0 Use fruitcake/php-cors

23 Feb 14:53
7c036ec
Compare
Choose a tag to compare

Use the new fruitcake/php-cors stand-alone version instead of asm89/stack-cors. See https://github.com/fruitcake/php-cors/releases/tag/v1.0.0 for more information

v2.2.0: Revert "Remove fallback"

23 Feb 14:33
Compare
Choose a tag to compare

Revert namespace change on minor version
See #558 and #557

3.x will still use fruitcake/php-cors

v2.1.0

19 Feb 14:21
361d71f
Compare
Choose a tag to compare

Use the new fruitcake/php-cors stand-alone version instead of asm89/stack-cors. See https://github.com/fruitcake/php-cors/releases/tag/v1.0.0 for more information

Support Laravel 9

03 Jan 14:53
3a066e5
Compare
Choose a tag to compare
Allow Symfony 6 / Laravel 9 (#540)

* Allow Symfony 6

* Update composer.json

* Test Laravel 9

* Update composer.json

Register event listener in boot()

26 Apr 11:30
a8ccedc
Compare
Choose a tag to compare

To avoid memory leaks with Octane (#469)

Support Laravel 9

22 Oct 13:59
01de0fe
Compare
Choose a tag to compare
v2.0.3

Update composer.json (#507)

Support Laravel 8

07 Sep 11:49
4b19bfc
Compare
Choose a tag to compare

Add support for Laravel 8, drop unsupported versions.

Use reflective headers/methods

31 May 07:30
dbfc311
Compare
Choose a tag to compare

Uses v2.0.1 of stack-cors, re-enables reflective headers instead of wildcards.

v2.0

11 May 09:30
8cc9f7e
Compare
Choose a tag to compare

v2.0 (2020-05-11)

asm89/stack-cors 2.x is now used, with these notable changes:

Added

Changed

Add headers with Event Listener

28 Apr 09:12
138be6e
Compare
Choose a tag to compare
Pre-release
[2.x] Add event listener (#450)

* Test with append/prepend middleware
* Add eventlistener