File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33## 1.0.9 - 2025-12-10
44- Story management improvements:
5- - Adding ` publish ` parameter in ` create() ` method for publishing the story immediatly
5+ - Adding ` publish ` parameter in ` create() ` method for publishing the story immediately
66 - Adding ` releaseId ` parameter in the ` create() ` method for creating the story in a specific release
7- - Adding getter and setter method for parent folder in Story. ` setFolderId() ` and ` folderId() `
7+ - Adding getter and setter methods for the parent folder in Story. ` setFolderId() ` and ` folderId() `
88
99
1010## 1.0.8 - 2025-12-08
Original file line number Diff line number Diff line change 463463echo PHP_EOL;
464464```
465465
466- If you want to publish a story immediatly while you are creating it, you can set as ` true ` the second parameter (` publish ` ) of the ` create() ` method:
466+ If you want to publish a story immediately while you are creating it, you can set the second parameter (` publish ` ) of the ` create() ` method to ` true ` :
467467
468468``` php
469469$storyCreated = $storyApi->create($story, true)->data();
You can’t perform that action at this time.
0 commit comments