Skip to content

Commit f682965

Browse files
committed
Update readme for v1.0.0
1 parent 33a6281 commit f682965

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818

1919
The *Storyblok Management API PHP Client* library simplifies the integration with Storyblok's Management API in PHP applications. With easy-to-use methods, you can interact with your Storyblok space effectively.
2020

21-
> ⚠️ This is just a version 0.x, we expect to refactor classes and change interface before the version 1. Essentially it is a Work In Progress. We are adding more endpoint coverage, specific Response Data, etc.
2221

2322
## Installation
2423

2524
Install the package via Composer:
2625

2726
```shell
28-
composer require storyblok/php-management-api-client:dev-main
27+
composer require storyblok/php-management-api-client
2928
```
3029

3130
Below is an example showcasing how to use the library to interact with the Management API.
@@ -960,4 +959,3 @@ This SDK is licensed under the MIT License. See the LICENSE file for details.
960959

961960
- [ ] define LocalizedPath class to allow to handle the localized path in setting the Story for creating and update the story
962961
- [ ] add the set method for localized field (for example set("heading", $value, "de")) for setting the `heading__i18n__de` field
963-

0 commit comments

Comments
 (0)