Medz Cors Versions Save

🔮Supported(Laravel/Lumen/PSR-15/Swoft/Slim/ThinkPHP) - PHP CORS (Cross-origin resource sharing) middleware.

v1.5.0

4 years ago

#12

v1.4.1

4 years ago

v1.4.0

5 years ago

Feature

  • Add Swoft framework Suppord.

Refactor

  • PSR-15: ⚠️Refactor PSR-15 middleware.

v1.3.3

5 years ago
  • 修改 ThinkPHP 5 支持文档
  • 修改默认 Slim 支持,默认所有 Response 都添加跨域信息

v1.3.2

5 years ago

Fixed

  • fix(ThinkPHP5): Fixed container not bind method, module init error

v1.3.1

6 years ago

Fixed

  • ⚠️修复配置文件中的关键名编写错误!

v1.3.0

6 years ago

Feature

Docs

  • Added PSR-15 support doc
  • Added ThikPHP 5 using doc

v1.2.0

6 years ago

Feature

Docs

  • Added using by Slim framework doc (5985fe0)
  • Added release notes file, CHANGELOG.md file (d206e47)

v1.1.2

6 years ago

Fixed

  • Fixed set "Access-Control-Max-Age" var type is int

Changed

  • Not set "Access-Control-Expose-Headers" don't set to response headers

v1.1.1

6 years ago

Changed

  • ⚠️Laravel Preflight response statuc code using 204 3457188
  • ⚠️Lumen Preflight response statuc code using 204 3457188