Skip to content

Commit c9b1075

Browse files
authored
Update README.md
1 parent 53306d5 commit c9b1075

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,19 @@ This library goal is to resolve all above mentioned issues.
2323
### Installations
2424

2525
```
26-
composer install amazon-php/sp-api-sdk^1.0
26+
composer install amazon-php/sp-api-sdk^2.0
2727
```
2828

2929
This library is not in a stable stage yet, please use with caution.
3030

31+
### Releases
32+
33+
Version <s>[1.0](https://github.com/amazon-php/sp-api-sdk/tree/1.x)</s> is deprecated becuase of the attempt to
34+
make a little more sense of what Amazon is doing with using "tags" in their Open API specification.
35+
This attempt failed and in order to keep Backgward Compatibility promise, changes in the class names had to be
36+
introduced in [2.0](https://github.com/amazon-php/sp-api-sdk/tree/2.x).
37+
Version 1.0 is not going to be updated anymore, please migrate to version 2.0 that will stay consistent with [Amazon Models](https://github.com/amzn/selling-partner-api-models)
38+
3139
### Available SDKs
3240

3341
[SellingPartnerSDK](/src/AmazonPHP/SellingPartner/SellingPartnerSDK.php) - Facade for all SDK's

0 commit comments

Comments
 (0)