Skip to content

Releases: asm89/stack-cors

Support Symfony 7

29 Nov 10:22
50f5710
Compare
Choose a tag to compare
v2.2.0

Bump version to 2.2-dev

v2.1.1

18 Jan 09:24
Compare
Choose a tag to compare

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

Actually (and only) support Symfony 6

03 Jan 15:55
Compare
Choose a tag to compare
v2.1.0

Ignore line length

Fix BC break in options

03 Jan 15:39
7a198ec
Compare
Choose a tag to compare
v2.0.5

Update CorsService.php

Support Symfony 6

03 Jan 14:50
0c39358
Compare
Choose a tag to compare
v2.0.4

Allow Symfony 6 (#96)

v2.0.3

11 Mar 10:16
9cb795b
Compare
Choose a tag to compare
  • 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

29 Oct 16:04
8d8f88b
Compare
Choose a tag to compare
PHP 8 Support (#83)

* PHP 8 Support

* Fix whitespace issue

* Run builds on Pull Requests

Tweak wildcard header/method behavior

31 May 07:19
23f469e
Compare
Choose a tag to compare

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

2.0.0-beta3: Add typehints (#78)

20 Apr 10:14
1913589
Compare
Choose a tag to compare

Added typehints
Only send rest of the CORS headers when Origin passes

v2.0.0

11 May 09:11
1913589
Compare
Choose a tag to compare

Added

  • CORS headers are better cachable now, with correct Vary headers (#70, #74)

Changed

  • CORS headers are added to non-Origin requests when possible (#73)
  • Requests are no longer blocked by the server, only by the browser (#70)