Releases: storyblok/php-management-api-client
Releases · storyblok/php-management-api-client
v1.1.2
What's Changed
- Adding
MessageResponsefor typing responses with message data by @roberto-butti in #36 - Fixing 422 error in upload assets
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Adding
deleteMultipleAssets()method for deleting multiple assets by @roberto-butti in #35 - Adding
isExternalUrl()helper method for Asset - Adding
getIds()helper method for Assets - Full test coverage for Asset and Assets classes
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- From PestPHP to PHPunit by @roberto-butti in #32
- Upgrading PHPUnit to version 12 by @roberto-butti in #33
- Adding phpstan/phpstan-phpunit (and ensure level 9 also for tests) by @roberto-butti in #34
- PHPStan level 9 also for tests
Full Changelog: v1.0.11...v1.1.0
v1.0.11
What's Changed
- Adding parameters for updating a story by @roberto-butti in #31
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Introduce shouldRetry flag for automatic 429 retry handling by @roberto-butti in #30
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Improving Story management by @roberto-butti in #29
- Adding
publishparameter increate()method for publishing the story immediatly - Adding
releaseIdparameter in thecreate()method for creating the story in a specific release - Adding getter and setter method for parent folder in Story.
setFolderId()andfolderId()
- Adding
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Space improvements: new methods & SpaceEnvironment (Preview URLs) support by @roberto-butti in #28
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Add support for Workflow Stage Change via Management API by @roberto-butti in #27
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Apply retry logic to first-page bulk retrieval and add comprehensive pagination tests by @roberto-butti in #26
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Adding
AssetFieldclass by @roberto-butti in #24, fix #22
Full Changelog: v1.0.4...v1.0.5