Skip to content

Releases: storyblok/php-management-api-client

v1.0.4

02 Oct 15:44

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

29 Sep 17:20

Choose a tag to compare

What's Changed

  • Adding new parameter for duplicating space (for adding the space in the organization)
  • Adding update() method for Space endpoint
  • Implementing hasWorkflowStage() method for Stories

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 May 10:48

Choose a tag to compare

What's Changed

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

v1.0.1

09 May 17:21

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

Choose a tag to compare

What's Changed

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

v0.1.0

21 Feb 09:24

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

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

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

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

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