Releases: zendtech/zend-studio-development-mode
Releases · zendtech/zend-studio-development-mode
Zend Studio Development Mode 1.0.1
Fixed bug:
- #1 Fix param type for fixBrokenOriginHeader()
Zend Studio Development Mode 1.0.0
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 toOrigin: file:///
to avoid failure when using the ZfrCors module.