Skip to content

Releases: zendtech/zend-studio-development-mode

Zend Studio Development Mode 1.0.1

23 May 12:16
Compare
Choose a tag to compare

Fixed bug:

  • #1 Fix param type for fixBrokenOriginHeader()

Zend Studio Development Mode 1.0.0

22 May 14:25
Compare
Choose a tag to compare

Initial release with the following features:

  • Adds a Cache-Control: no-cache header to the response object to avoid caching in Internet Explorer.
  • Changes the Origin: file:// header in the request object sent by Android 4.x devices to Origin: file:/// to avoid failure when using the ZfrCors module.