Releases: storyblok/php-management-api-client
Releases · storyblok/php-management-api-client
v1.0.2
v1.0.1
What's Changed
- chore: add README repo cover by @edodusi in #6
- chore: add license-checker for license validation by @edodusi in #7
- chore: update readme with reference to content api client by @lantiguav in #8
- Adding new plans by @roberto-butti in #9
- Handling regions with getRegionFromSpaceId by @roberto-butti in #11
- Fixing #10 by @roberto-butti in #12
New Contributors
- @lantiguav made their first contribution in #8
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.1.0
- Refactoring exception handling: Bubble up the exception
- Refactoring Space, Spaces and SpaceResponse
- Adding some helper methods to Space like region() and planLevel()
- Refactoring Story / Stories , StoryResponse, StoriesResponse
- Adding StoryComponent class
- Refactoring Asset, Assets and AssetResponse
- Refactoring Tag, Tags and TagResponse
- Adding
setExternalUrl()
toAsset
data class, you can set an external URL for an asset - Adding
publishedAt()
method toStory
data class, you can retrieve the published at field (with formatting options, default is "Y-m-d") - Adding
addBlok()
method toStoryComponent
data class, so you can easily add nested component to your content - Readme: A new example for nesting components
Full Changelog: v0.0.7...v0.1.0
v0.0.7
- AssetApi full coverage tests
- WorkflowApi full coverage tests
- WorkflowStageApi full coverage tests
- TagApi full coverage tests
- Introducing stricter types for responses (Asset response)
- Introducing common PHP CS Fixer configuration
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- Adding helper methods to UserData
- UserData / UserApi tests
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Re-structuring bulk operations and pagination with
StoryBulkApi
class - Refactoring creating new Api instances from Api classes
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: add bulk story creation with rate limit handling by @edodusi in #4
- Adding WorkflowStage Api class for handling workflow stages
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- Adding helper methods for SpaceData (id(), updatedAt())
- Adding WorkflowApi class for handling workflows
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Assets filtering with
AssetsParams
- Setting per page default constant
- Filtering stories with
StoriesParams
- Publishing a story with
publish()
- Unpublishing a story with
unpublish()
- Query Filters for Stories
Full Changelog: v0.0.1...v0.0.2