Skip to content

Releases: storyblok/php-management-api-client

v1.0.2

28 May 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 May 17:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Mar 16:32
407114c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0

21 Feb 09:24
Compare
Choose a tag to compare
  • 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() to Asset data class, you can set an external URL for an asset
  • Adding publishedAt() method to Story data class, you can retrieve the published at field (with formatting options, default is "Y-m-d")
  • Adding addBlok() method to StoryComponent 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

09 Feb 10:59
Compare
Choose a tag to compare
  • 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

07 Feb 20:35
Compare
Choose a tag to compare
  • Adding helper methods to UserData
  • UserData / UserApi tests

Full Changelog: v0.0.5...v0.0.6

v0.0.5

05 Feb 16:20
Compare
Choose a tag to compare
  • 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

05 Feb 13:30
Compare
Choose a tag to compare

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

03 Feb 10:20
Compare
Choose a tag to compare
  • Adding helper methods for SpaceData (id(), updatedAt())
  • Adding WorkflowApi class for handling workflows

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 Feb 10:06
Compare
Choose a tag to compare
  • 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