Skip to content

Releases: contentful/contentful.php

0.6.3-beta

02 Mar 16:23
Compare
Choose a tag to compare
0.6.3-beta Pre-release
Pre-release

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

22 Feb 17:02
Compare
Choose a tag to compare
0.6.2-beta Pre-release
Pre-release

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

22 Feb 12:31
Compare
Choose a tag to compare
0.6.1-beta Pre-release
Pre-release

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

11 Jan 14:16
Compare
Choose a tag to compare
0.6.0-beta Pre-release
Pre-release

Initial release