Releases: castle/castle-php
Releases · castle/castle-php
Release 3.0.0
Release v2.1.0
Release v2.0.0
Bug fixes
- Client ID is now correctly sent as snake case
Breaking Changes
- Dropped support for PHP5
Castle PHP 1.7.0
Updates
- Added
Castle::impersonate()
method
Castle PHP 1.5.0
Features
- automatically extract X-Castle-Client-Id header from request
Castle PHP 1.4.4
• Remove strict UUID check
• Only strip out control characters, whitespace characters
Castle PHP 1.4.3
- Strengthen checks for '__cid' cookie validity
Castle PHP 1.4.2
- Added support for user defined cURL options (CURLOPT_CONNECTTIMEOUT, CURLOPT_CONNECTTIMEOUT_MS, CURLOPT_TIMEOUT, CURLOPT_TIMEOUT_MS). See implementation here for more details.
- Bug Fix: When
__cid
cookie is not available, ensure X-Castle-Cookie-Id is present by setting it to_
.
Castle PHP 1.4.1
- Added support for a headers whitelist. When this whitelist is used, only whitelisted headers will be sent in 'X-Castle-Headers'
Castle PHP 1.4.0
Features
- added
fetchReview
method - added
identify
method - added
track
method