Skip to content

Releases: neomerx/cors-illuminate

v3.0.0

18 Feb 19:30
Compare
Choose a tag to compare

Made changes to support Laravel 6.x

Enhancements

30 Jan 15:03
Compare
Choose a tag to compare
  • Added support for Laravel 5.5 feature Package Discovery which make it easier to install the package. #25
  • Improved compatibility with IE. #26

Bug fixes

05 May 11:07
Compare
Choose a tag to compare
  • #19 Error with merging configs (default and application)

Enhancements

03 May 14:03
Compare
Choose a tag to compare
  • #17 Updated to newer cors-psr7 which has slightly different config keys (which is a breaking change). That's why we move to v2. As a bonus it supports caching CORS settings.

Bug fixes

25 Apr 11:02
Compare
Choose a tag to compare

#16 Added all config keys to default config file

Enhancements

17 Mar 15:21
Compare
Choose a tag to compare
  • #13 Updated to latest cors-psr7 (added new config options to default config file)

Added logging (debug feature)

10 Mar 22:34
Compare
Choose a tag to compare
  • Closes #8 (logging)
  • Upgraded to newer version of cors-psr7

Logging could be enabled in config/cors-illuminate.php

    ...
    /**
     * If CORS handling should be logged. Debugging feature.
     */
    Settings::KEY_LOGS_ENABLED  => true,
    ...

Stable

22 Dec 05:46
Compare
Choose a tag to compare

Just works without any issues and interface/design looks stable.

Enhancements

16 Aug 19:00
Compare
Choose a tag to compare
  • Made CORS Analysis results available everywhere in app (mostly for proper exceptions handling) #6
  • Upgraded to newer version of cors-psr7 #7

Enhancements

14 Aug 18:36
Compare
Choose a tag to compare

Added provider for Lumen