Releases: contentful/contentful.php
Releases · contentful/contentful.php
0.6.3-beta
Added
- Implemented missing functionality of the Contentful Images API in ImageOptions.
- Added the missing method LogEntry::getResponse
- Added LogEntry::isError
Fixed
- Logged requests were always shown as belonging to the Delivery API, even when the Preview API was used.
- Fields not present in an Entry would lead to an error.
- The Synchronization Manager's method
startSync
was type hinted to the wrong Query class. - API responses were not correctly logged.
0.6.2-beta
Added
- Compatibility with Symfony 3.
- The ability to log information about requests made against the Contentful API.
Changed
- Use PSR-7 internally.
Fixed
- Default headers were never actually sent
0.6.1-beta
Added
- Send a User-Agent header with API requests.
Changed
- When GitHub is generating archives, are few files with metadata are excluded.
Fixed
- Calling the get*Id Method on a field that is not a link or an array of links did not cause an error. (#2)
- Accessing a non-localized field would fail with and throw a PHP notice.
0.6.0-beta
Initial release