Releases: contentful/contentful.php
Releases · contentful/contentful.php
v7.2.0-beta
Added
- New parameter to Entry::all() to resolve nested assets links
- Support & tests for PHP8.4
Internal
- Minor code cleanups and metadata files
- Updated headers for current year
v7.1.0
v7.0.2
v7.0.1
v7.0.0
Changed
- Breaking change: Dropped support for PHP7
- Breaking change: Updated depdency for contentful/rich-text to 4.0, which has breaking changes - see here.
- Minor docs updates - thanks Manuele Menozzi (@mmenozzi) !
- Fixed several deprecation warnings - thanks Pierre Klink (@pklink) !
Internal
- CI pipelines slightly reworked
Notes
- The unit tests currently segfault on PHP8.2. This is a known PHP bug - see here. Feel free to install the library with
--ignore-platform-reqsfor now (the other dependencies will work), but PHP8.2 is not officially supported for now.
v6.4.0
Added
- Support for caching of Client::getEntries() - thanks Manuele Menozzi (@mmenozzi) !
- Support for psr/cache v2.0 - thanks Ryan (@kwivix) !
Internal
- Small CI fixes
- Switched to new CircleCI PHP images
Notes
- Due to some interface incompatibility, this version does currently not support psr/cache 3.0 - if you need 3.0, you can stay on 6.3.0 for now. We plan on supporting version 3 again in the future.
6.3.0
6.2.0
6.1.0
6.0.5
Added
withoutMessageLogging option