Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Releases: commercetools/commercetools-php-sdk

v1.7.0

03 Mar 14:29
Compare
Choose a tag to compare

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

14 Feb 09:29
Compare
Choose a tag to compare

Bug Fixes

  • Product: correct type of sku in product variant (526c4c3), closes #292

v1.6.0

09 Jan 13:19
Compare
Choose a tag to compare

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

06 Jan 13:48
Compare
Choose a tag to compare

Bug Fixes

  • Subscription: fix typo in subscription delivery model (5e1761b)

v1.5.0

06 Jan 13:49
Compare
Choose a tag to compare

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

06 Jan 13:49
Compare
Choose a tag to compare

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

06 Jan 13:51
Compare
Choose a tag to compare

Bug Fixes

  • CustomObject: add version to custom object draft (4963073), closes #249

v1.3.0

06 Jan 13:51
Compare
Choose a tag to compare

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

v1.2.3

06 Jan 13:52
Compare
Choose a tag to compare

Bug Fixes

  • ProductType: fix NestedType field definitions (982d51d), closes #231

v1.2.2

06 Jan 13:52
Compare
Choose a tag to compare

Bug Fixes

  • Suggestion: correct type mapping for suggestion result (d46008c), closes #228