Skip to content

Releases: graycoreio/magento2-cors

v2.1.0

10 Oct 14:50
80fbc64
Compare
Choose a tag to compare

2.1.0 (2024-10-10)

Features

  • docs: augment docs for configuring Commerce Cloud (#87) (d9f7f69)

v2.0.1

07 Feb 22:05
357a8a0
Compare
Choose a tag to compare

2.0.1 (2024-02-07)

Bug Fixes

  • Access-Control-Expose-Headers only set on preflight (#84) (f2515c8)
  • wrong di.xml configuration - missing noNamespaceSchemaLocation and xmlns:xsi (#82) (104fd5d)

v2.4.5 Support Announcement + Speed Release

14 Oct 17:40
e65e670
Compare
Choose a tag to compare

Bug Fixes

  • add compatability between Laminas\Http and Zend\Http (#75) (b1d4af1)

⚠ BREAKING CHANGES

  • If you were expecting to use the native GraphQl/REST controller when computing CORS headers (and everything else that entails - like having a Magento session, for example) that guarantee is no-longer provided.

Features

  • graphql,rest: add faster CORS headers (#66) (cefd663)

  • denote breaking changes (b98b9bc)

Magento v2.4.4 Support - PHP 8.1

11 Jun 17:48
9990a98
Compare
Choose a tag to compare
v1.6.0

chore(release): 1.6.0

REST External Extension Support

04 Jun 02:19
eb1df2d
Compare
Choose a tag to compare

This release allows users who have 3rd-party plugins around REST to properly process OPTIONS requests. Previously, this was blocked by an internal Magento method.