Skip to content

Releases: ButterCMS/buttercms-php

v3.0.2

15 Sep 14:45
75b1a42
Compare
Choose a tag to compare

3.0.2 (2023-09-12)

Miscellaneous Chores

  • add release and publish actions + docs (e1526f4)

Add Autodeploy of SDK

12 Sep 14:41
c3b5a6a
Compare
Choose a tag to compare

Add automatic deployment of SDK to packagist

Add return type hint

06 Oct 13:04
ede07d4
Compare
Choose a tag to compare
Merge pull request #12 from stevenmaguire/sm-add-return-type-hint

Add return type hint to ButterCMS\Model\Model::jsonSerialize to suppress deprecation warning

Add support for Write API operations

21 Sep 20:35
0973f70
Compare
Choose a tag to compare

New models for the Collections domain,
New model for Write API status response (related to async processing),
First-party support for Write API operations under the Pages, Blog Engine, and Collections domains,
Getters and setters for the Read and Write Guzzle clients (to aid in debugging),
Improved code formatting meeting PSR2 and PSR12 standards,
No expected breaking changes for backwards compatibility,
Redundant code changes that were proposed in another, now closed PR: #10.
Updates minimum PHP version to 8.0

Adding GZIP header by default

23 May 11:56
5b85a34
Compare
Choose a tag to compare

Add gzip header to requests to benefit from compressed response payloads.

2.4.1

17 Sep 12:36
Compare
Choose a tag to compare

Adding published and updated fields which are now returned via the API to Page model.

Guzzle 7 support

28 Oct 18:19
Compare
Choose a tag to compare
2.4.0

Bump version for Guzzle 7 support

Add support for featured_image_alt

10 Feb 18:41
Compare
Choose a tag to compare
2.3.4

Adding featured_image_alt support

Adding page_type for Pages

10 Apr 01:44
f7c47d6
Compare
Choose a tag to compare

Minor update that supports the new page_type attribute returned for Pages.

Tag support for blog post model

02 Aug 13:52
1296369
Compare
Choose a tag to compare
Merge pull request #6 from ButterCMS/posttagfix

Fixing issue for accessing tags on post model