This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Releases: commercetools/commercetools-php-sdk
Releases · commercetools/commercetools-php-sdk
v1.7.0
Bug Fixes
- CustomerDraft: correct type mapping for customer draft dateOfBirth (1233835)
- State: add roles to state draft model (33bb512)
Features
- Cart: support automatic deletion of old carts (47c89b3), closes #294
- Cart: support tax rounding mode (1c22189), closes #290
- Category: add assets to categories (5a7716d), closes #285
- OAuth: Client scope can be left empty (7f1ddec), closes #291
- ShoppingList: support shopping list (d8fdf4d), closes #287
v1.6.1
v1.6.0
Bug Fixes
- Cart: rewind line items in helper method (cbd2426), closes #281
- Client: typo in call to getOauthManager (e9cc4a7), closes #277
Features
- Cart: add product type reference to line item (e795540), closes #280
- Channel: add geo location information to channels (b4d6024), closes #272
- Channel: add setGeolocation update action (db4b46e)
- Customer: add shipping and billing address ids (6e48320), closes #278
- GraphQL: support GraphQL variables (61eca3e), closes #271
- ProductSearch: add productCount to FacetResult (8e0c946), closes #279
- Subscriptions: Support AwsSNS for subscriptions (f4e2c0e), closes #282
v1.5.1
v1.5.0
Bug Fixes
- Example: fix typo in autoloader (a686dc4)
- HttpClient: fix invalid http client access (8c0577a), closes #264
- Product: remove uuid query in ProductProjectionBySlugGetRequest (583f656), closes #251
- Search: fix fuzzy level parameter usage (42a93a7)
- ShippingMethod: fix response object class of shipping method request by cart or location (76b18bc)
- StateRenderer: fix for no transition available (2d1c557)
Features
- Cart: support change of custom line item quantity and price (63d78e5), closes #256
- Cart: support external line item total price (417e78c), closes #247
- Common: add externalId to address object (76dc332)
- CustomObject: add constructor using custom object draft (7482d1b), closes #258
- CustomObject: add reference model for custom objects (566cf22), closes #248
- Filter: add method to create a subtree filter with an array of IDs (ac487a3), closes #257
- Inventory: add inventory deleted message (699a8c7), closes #245
- Inventory: support customizable inventory entries (31f16db), closes #246
- Logger: add correlation id to log as context object (512536b)
- Product: query product by slug with single language (88cd9e2), closes #250
- Product: set discounted price for product variant (bdfd8c7), closes #267
- Product: support key for product and product variant (39f356a), closes #259
- ProductType: add change label actions for enum values (d812fec)
- Reference: resolve correct reference model by typeId (8f76ec4)
- Request: add generic PSR-7-Request (5b374eb)
- Search: add markMatchingVariants flag to search (f4ac2c8), closes #270
- Subscriptions: add subscription requests and models (b184870)
- Subscription: add delivery objects (8fae7f8)
- Subscription: add subscription update actions (1d3de36)
v1.4.0
Features
- Cart: support change of custom line item quantity and price (63d78e5), closes #256
- Cart: support external line item total price (417e78c), closes #247
- CustomObject: add constructor using custom object draft (7482d1b), closes #258
- CustomObject: add reference model for custom objects (566cf22), closes #248
- Filter: add method to create a subtree filter with an array of IDs (ac487a3), closes #257
- Inventory: add inventory deleted message (699a8c7), closes #245
- Inventory: support customizable inventory entries (31f16db), closes #246
- Logger: add correlation id to logger as context object (512536b)
- Product: query product by slug with single language (88cd9e2), closes #250
- Product: support key for product and product variant (39f356a), closes #259
- Reference: resolve correct reference model by typeId (8f76ec4)
v1.3.1
v1.3.0
Features
- Address: add fax field to address (cb1dda2), closes #236
- Channel: add Address field to Channel (66a40a9), closes #237
- Localization: add setLocale action to cart, order and customer (17c5672), closes #235
- Order: add actions to update customer email, shipping and billing address for orders (23e0193), closes #238
- Order: import order with stock update (a824dae), closes #234
- Product: support assets (43f8dd6), closes #241
- Project: add messages field to project (4deb11f), closes #239
- Search: add subtree filter model (9fa6527), closes #244