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

Releases: commercetools/commercetools-php-sdk

v2.22.0

15 Sep 08:16
Compare
Choose a tag to compare

update deprecation announcement

v2.21.0

04 Jul 09:35
24fd55d
Compare
Choose a tag to compare

Features

  • docs: update naming to match new branding initiative

v2.20.0

20 Apr 11:01
144949c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.19.0...v2.20.0

v2.19.0

04 Apr 09:48
Compare
Choose a tag to compare

Bug Fixes

  • Customer: made password field as optional field (bf4d5a0)
  • Project: fix optional flag for SearchIndexingConfigurationValues (710019e)

Features

  • ApiClient: add property for token validity (0b43652)
  • ApiClient: support shipping matching location adding sort (d073700)
  • Order: support order payment added message (28e0f92)
  • ProductSelection: product selection extended with custom fields (ff839ae)
  • Store: add missing update action (2283fca)

v2.18.0

23 Feb 14:26
1bd020f
Compare
Choose a tag to compare

Bug Fixes

  • Models added optional flag to field definitions of all models

Features

  • Order: add update actions to set the delivery in the custom fields for order and order edit (083b4d8)
  • ProductSelection: new feature about product selection (1d7b7f5)

Full Changelog: v2.17.0...v2.18.0

v2.17.1-beta.2

23 Feb 09:22
v2.17.1-beta.2
3d8deef
Compare
Choose a tag to compare
v2.17.1-beta.2 Pre-release
Pre-release

Bug Fixes

  • JsonObject fields are marked optional by default

v2.17.0

07 Feb 12:03
v2.17.0
0ee68c2
Compare
Choose a tag to compare

Features

  • Cart: add key in Cart (d3f24c4)
  • Cart: add new field productkey (ccd77b8)
  • Cart: add test for replicate cart in store (ec6390d)
  • Cart: introduce more small features (ba45fc5)
  • Cart: support new update action setLineItemSupplyChannel (87887cb)
  • Customer: add anonymousCart field (4c45b41)
  • Delivery: add field param (c7ad278)
  • Error: add querytimeout error (ec13853)
  • Error: add querytimeout error (153cc0b)
  • Head: support Head method for products (6a02a6b)
  • Message: add field in InventoryEntryQuantitySetMessage (7008f32)
  • Message: add new class as useProvidedIdentifiers for ContainerAndKey (3d332fd)
  • Message: add new message for products (1e6e5ad)
  • Message: support oldState to OrderStateTransitionMessage and support store messages (b56c7ed)
  • Order: support new update actions setReturnItemCustom as for order as for order edit (d2e3879)
  • Order: support setReturnInfoAction and related message (b34aa6b)
  • Order: support update actions for Order and Order Edit to SetParcelCustom (0124793)
  • Project: add new actions and add customer message (e97e521)
  • Project: fix failed test (b8357d0)
  • ShipingMethod: add custom field and related action in shipping method (5a9a3f9)
  • ShippingMethod: support localizedName and related action (50dbb24)
  • UserAgent: modify user agent (aa7f055)

v2.16.0

02 Aug 11:28
Compare
Choose a tag to compare

Features

  • Channel: support set address custom update actions for channel and customers(371b47d)

v2.15.0

07 May 20:39
v2.15.0
07c34eb
Compare
Choose a tag to compare

Features

  • ShoppingList: support store for shopping lists (8808ed1)

v2.14.0

02 Mar 13:30
v2.14.0
a902110
Compare
Choose a tag to compare

Features

  • Store support Custom fields for stores
  • Cart support cart replicate for stores

Bug Fixes

  • ErrorResponse: add getter for inner exception (96413a7), closes #601