Releases: contentful/contentful-management.php
3.0.1
Changed
Upgraded symfony/console component
3.0.0
Changed
Added support for PHP 7.4. Removed support for PHP 7.0 & 7.1. Updated dependencies.
2.2.1
Added
Stub for NodesValidation to fix edge case when getting rich content types with validators threw errors
2.2.0
Added
Feature to allow retrying throttled API calls
Fixed
Refactored code for branching environments
2.1.0
Added
Support for Environment Cloning
2.0.1
2.0.0
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version. See the upgrade guide for more.
Added
DeliveryApiKeyandPreviewApiKeynow expose theenvironmentsproperty.- Added support for role constraint
PathsConstraint. - Extensions can now be configured with installation or instance parameters, using the
Contentful\Management\Resource\Extension\Parameterclass. - Webhooks can now define filters, see classes defined in the
Contentful\Management\Resource\Webhooknamespace for more. - Webhooks now accept a transformations array, see the documentation for more.
- Field type
Contentful\Management\Resource\ContentType\Field\RichTextwas added.
Changed
- Link resolution is now delegated to the
Contentful\Management\LinkResolverclass. - The SDK now uses version 2 of the
contentful/corepackage. [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 classContentful\Management\SystemProperties\ContentTypewhich will contain only appropriate methods. [BREAKING]
Removed
BaseMapper::hydrate()has been removed. Use$this->hydrator->hydrate()instead. [BREAKING]
1.0.0
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
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
0.9.0-beta2