Skip to content

Releases: contentful/contentful-management.php

3.0.1

13 Mar 12:40
3.0.1

Choose a tag to compare

Changed

Upgraded symfony/console component

3.0.0

13 Mar 12:18
3.0.0

Choose a tag to compare

Changed

Added support for PHP 7.4. Removed support for PHP 7.0 & 7.1. Updated dependencies.

2.2.1

12 Feb 14:43
2.2.1

Choose a tag to compare

Added

Stub for NodesValidation to fix edge case when getting rich content types with validators threw errors

2.2.0

27 Jan 15:41
2.2.0

Choose a tag to compare

Added

Feature to allow retrying throttled API calls

Fixed

Refactored code for branching environments

2.1.0

16 Jan 08:37
2.1.0

Choose a tag to compare

Added

Support for Environment Cloning

2.0.1

28 Feb 19:54

Choose a tag to compare

Fixed

  • Entries with rich text fields could serialize to JSON in an incorrect manner, causing an exception. This should now be fixed.

2.0.0

25 Jan 11:16

Choose a tag to compare

ATTENTION: This release contains breaking changes. Please take extra care when updating to this version. See the upgrade guide for more.

Added

  • DeliveryApiKey and PreviewApiKey now expose the environments property.
  • Added support for role constraint PathsConstraint.
  • Extensions can now be configured with installation or instance parameters, using the Contentful\Management\Resource\Extension\Parameter class.
  • Webhooks can now define filters, see classes defined in the Contentful\Management\Resource\Webhook namespace for more.
  • Webhooks now accept a transformations array, see the documentation for more.
  • Field type Contentful\Management\Resource\ContentType\Field\RichText was added.

Changed

  • Link resolution is now delegated to the Contentful\Management\LinkResolver class.
  • The SDK now uses version 2 of the contentful/core package. [BREAKING]
  • System properties are no longer handled by a single class for all resources. Now each resource will have its own corresponding class. For instance, Contentful\Management\Resource\ContentType::getSystemProperties() will return an object of class Contentful\Management\SystemProperties\ContentType which will contain only appropriate methods. [BREAKING]

Removed

  • BaseMapper::hydrate() has been removed. Use $this->hydrator->hydrate() instead. [BREAKING]

1.0.0

18 Apr 09:54

Choose a tag to compare

This is the first stable release of this SDK 🎉 🎉 🎉

Please refer to the official documentation on the Contentful website:
https://www.contentful.com/developers/docs/php/tutorials/

API reference is available at:
https://contentful.github.io/contentful-management.php/api/1.0.0/index.html

1.0.0-beta1

26 Mar 15:32

Choose a tag to compare

1.0.0-beta1 Pre-release
Pre-release

Changed

  • The way that the client interacts with the API was overhauled, and the proxy system was replaced by client extension traits. Please refer to the documentation for how to interact with the SDK. [BREAKING]

Added

  • The SDK now fully supports handling of space environments.

0.9.0-beta2

17 Oct 17:29

Choose a tag to compare

0.9.0-beta2 Pre-release
Pre-release
0.9.0-beta2