All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
No meaningful changes since last release.
9.0.2 (2024-04-02)
Support for Laravel 11 Tests for PHP8.3
9.0.1 (2023-03-12)
Support for Laravel 10
9.0.0 (2023-01-16)
Support for contentful library v4
Support for PHP versions below 8
Support for EOL laravel versions (v5 to v7)
8.2.0 (2022-03-26)
Added support for Laravel 9 (thanks @camaech !)
8.1.0 (2021-03-25)
Added support for PHP8
Smaller clean-ups
8.0.1 (2020-10-04)
Remove closure from configuration file.
8.0.0 (2020-09-15)
Support for Laravel 8
7.0.2 (2020-09-10)
Fix closures will not serialize with Laravel 7
7.0.1 (2020-09-10)
No meaningful changes since last release.
7.0.0 (2020-05-14)
- Configs are now accessible in a more Laravel-friendly way, i.e. config('contentful.delivery.space'); as opposed to config('contentful')['delivery.space'];
6.0.0 (2020-03-24)
- Added support for PHP 7.4
- Removed support for PHP 7.0 & PHP 7.1
- Added support for Laravel 6
- Upgraded components
5.0.0 (2020-02-24)
- Updated contentful/contenful dependency and releasing as a major version due to breaking changes in dependencies
4.0.2 (2019-11-26)
- Added support for Laravel 6
4.0.1 (2019-01-08)
- Fixed a bug where the SDK would use the Delivery API regardless of configuration.
4.0.0 (2018-11-12)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- Use version 4.0 of the Contentful SDK. [BREAKING] This release contains breaking changes, you can read more about them in the SDK Changelog for version 4.0.0.
3.0.0 (2018-06-25)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- Use version 3.0 of the Contentful SDK. [BREAKING] This release contains breaking changes, you can read more about them in the SDK Changelog for version 3.0.0.
2.0.0 (2017-06-13)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- Use version 2.0 of the Contentful SDK. [BREAKING] This release contains breaking changes, you can read more about them in the SDK Changelog for version 2.0.0.
1.0.0 (2017-04-26)
- Use version 1.0 of the Contentful SDK.
0.8.0-beta (2017-04-12)
- The ability to set the default locale for querying the space by setting
delivery.defaultLocale
- Use version 0.8 of the Contentful SDK. Note: This release contains breaking changes, you can read more about them in the change logs for version 0.7 and version 0.8.
0.6.0-beta (2017-04-05)
Initial release