Releases: storyblok/storyblok-php-client
Releases · storyblok/storyblok-php-client
v1.1.8
Throws meaningful exceptions.
v1.1.7
Allows you the access to the Response Headers using $client->getHeaders()
.
Refactored duplicated code.
v1.1.6
Introduced Wrapper for Tag Cloud (https://www.storyblok.com/docs/Delivery-Api/Tags)
v1.1.5
Introduced Datasources. Find an example implementation in the Readme.md
v1.1.4
- introduced getStories
v1.1.3
Because of the new CDN in front of the API you need to call flushCache if using setCache. It adds a version number to the request to get a fresh copy of the published json.
v1.1.2
Changes to new api endpoints. Space ID is not required any more as it is detected with the token.
v1.1.1
adds alias
v1.1.0
The function getStoryContent has been replaced by getBody.
v1.0.7
adds sqlite provider