Skip to content

Releases: Cheppers/gathercontent-client

Support image alternative texts

07 Jul 13:18
0720e0f
Compare
Choose a tag to compare

A new alt text property has been added to ElementSimpleFile to support GatherContent's image alternative text management.

Support repeatable fields

17 Feb 13:40
be58c2a
Compare
Choose a tag to compare

A new repeatable property has been added to text element to support GatherContent's new repeatable text field feature.

File upload changes

20 Jul 08:40
Compare
Choose a tag to compare

Implement changes to the file upload logic. From now on the itemPost and itemUpdatePost will return the newly created assets in an array.

Implement file uploading

04 Jul 23:20
Compare
Choose a tag to compare

Add possibility for file upload via the itemPost and itemUpdatePost methods.

Fix client interface and rename section field type

04 Jun 13:39
Compare
Choose a tag to compare

Rename the Section to the new correct name: Guideline
Fix the client interface, and remove response validation from item update.

Fix itemChooseStatusPost method

26 May 17:12
Compare
Choose a tag to compare

Fix the itemChooseStatusPost to prevent wrong status_id response and remove response validation, because it returns empty on success.

Implement some hotfixes

22 May 16:13
b7f2a3f
Compare
Choose a tag to compare

The legacy flag setter is used on every endpoint to prevent the stuck of the flag on multiple endpoint calls after each other.
The return type hints are updated to represent the actual return value type.

Implement v2 API changes.

21 May 17:03
c47f977
Compare
Choose a tag to compare

Implement changes from the v2 API.
For missing endpoints use the old v0.5 API, these requests are using the legacy calls.
Improve the tests to achieve bigger coverage.
Unfortunately because there are major changes in the API the library can not keep its backward compatibility, so it is released under a new major version.

Pagination, structure, related and other fields are fully supported in this new version.
The usage of this library remained the same in its core, so it is easier to upgrade to this version.

Please refer to the README and the official documentation on what request parameters can be sent or retrieved by each endpoint. You can find the links to the given endpoints in the README.

First release

12 May 08:26
93c69b3
Compare
Choose a tag to compare

This release supports the v0.5 GatherContent API.