Skip to content

Releases: asm89/stack-cors

v2.4.0

Choose a tag to compare

@barryvdh barryvdh released this 28 Jan 13:08
33dcc99

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@barryvdh barryvdh released this 13 Mar 14:26
acf3142

What's Changed

Full Changelog: v2.2.0...v2.3.0

Support Symfony 7

Choose a tag to compare

@barryvdh barryvdh released this 29 Nov 10:22
50f5710
v2.2.0

Bump version to 2.2-dev

v2.1.1

Choose a tag to compare

@barryvdh barryvdh released this 18 Jan 09:24

Re-support Symfony 4 & 5 and PHP 7.2+ (#99)

Actually (and only) support Symfony 6

Choose a tag to compare

@barryvdh barryvdh released this 03 Jan 15:55
v2.1.0

Ignore line length

Fix BC break in options

Choose a tag to compare

@barryvdh barryvdh released this 03 Jan 15:39
7a198ec
v2.0.5

Update CorsService.php

Support Symfony 6

Choose a tag to compare

@barryvdh barryvdh released this 03 Jan 14:50
0c39358
v2.0.4

Allow Symfony 6 (#96)

v2.0.3

Choose a tag to compare

@barryvdh barryvdh released this 11 Mar 10:16
9cb795b
  • Bug with Access-Control-Allow-Origin header is null then allowedOrigins is ['*'], supportsCredentials is true and Origin header doesn't set (#85)
  • Do not check isSameHost to relax CORS detection #84

Add PHP8 support

Choose a tag to compare

@barryvdh barryvdh released this 29 Oct 16:04
8d8f88b
PHP 8 Support (#83)

* PHP 8 Support

* Fix whitespace issue

* Run builds on Pull Requests

Tweak wildcard header/method behavior

Choose a tag to compare

@barryvdh barryvdh released this 31 May 07:19
23f469e

Revert to 1.x behaviour to reflect the allowed headers/methods instead of wildcards.