Releases: contentful/contentful.php
Releases · contentful/contentful.php
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 @mmenozzi !
- Fixed several deprecation warnings - thanks @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-reqs
for 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 @mmenozzi !
- Support for psr/cache v2.0 - thanks @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
6.0.4
Added
Update packages
Coding standards
Fixed a few static code analysis issues