Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vienthuong committed Feb 14, 2025
1 parent d014ca7 commit 9f2e724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to `shopware-php-sdk` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

### 2.3.0
- feat: adding the previous exception to the ShopwareResponseException when it's mapped in Client
- fix: catching the ShopwareResponseException in AdminAuthenticator since a BadResponseException always gets mapped to it in Client::handleException()

### 2.2.0
- Compatibility with Shopware 6.6.10.0
- Update Criteria to support partial loading (Criteria.addFields)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A PHP SDK for Shopware 6 Platform",
"type": "library",
"license": "MIT",
"version": "2.2.0",
"version": "2.3.0",
"authors": [
{
"name": "vin",
Expand Down

0 comments on commit 9f2e724

Please sign in to comment.