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
2.13.0
v2.12.1
v2.12.0
v2.11.1
v2.11.0
v2.10.0
Bug Fixes
- Query: fix query predicate variables to be forward compatible (bb50caa)
Features
- ApiClient: oauth handler maps authentication errors to ApiException (7a2e887)
- Config: remove legacy hostnames (27f3769), closes #537
- CustomerAddress: add addressKey to actions and add one test (04b453a)
- CustomerStore: add set add remove action for store in customer and add tests (cedb0b0)
- InventoryEntry: add message for InventoryEntryCreated (5c7319f)
- OrderStore: add setStore action and message (b375bfe)
- ProductFixture: update all methods relative to Cart with Published Product (7c3fb2a)
- ShippingMethods: add localized description to shippingMethods (747179d)
- Store: add Languages field to store (b74172f)
v2.9.0
Bug Fixes
Features
- ApiClient: add deleteAt to feldDefinition method (d2b6b35)
- ApiClientDraft: add deleteDaysAfterCreation in fieldDefinitions (4ee7f07)
- ClientFactory: add option to inject middleware to HttpClients (734fe63)
- ClientFactory: create HttpClient with CTP client compatible request signature (3a55d24)
- Customer: support stores for customer (5eee954)
- Draft: add factory methods in draft classes for ApiClient and Asset and Cart (bc0f616)
- ImportOrder: support store for order import (175953c), closes #499
- InStoreRequest: add request to InStoreRequests to add new shipping method endpoint (ee7620f)
- Me: support me/shopping-lists endpoint (fc52e82)
- Message: add messages ProductAddedToCategory and ProductRemovedFromCategory (673b4cf)
- Order: add refusedGift field (7532e38)
- Product: add discounted field to PriceDraft (b3c44fe)
- Query: add support for parametrized queries (b3bc4ad), closes #505
v2.8.0
Features
- CartDiscount: support key attribute (641a8e0)
- Client: add client factory for direct usage of guzzle http client (40a0bd0)
- ClientLogging: add CreatedBy and LastModifieldBy fields (b64d199)
- ClientLogging: support setting X-External-User-ID header (bc863c7)
- Extension: support timeoutInMs (92fcc1b)
- InStore: allow only valid in-store endpoints (b263181)
- Me: add MeCartDeleteRequest (b42424a)
- ProductDiscount: support key attribute (a06a00d)
- Project: support external OAuth (0522fe0), closes #474
- Response: add method to extract guzzle promise (bb75909)
- Store: support in-store requests (526d0ba)
- Store: support Store model (a166426)
- Type: add new type update actions (0e5774c), closes #489
v2.7.0
Bug Fixes
- GraphQL: fix GraphQL requests without variables (fa9d376)
- LineItemImportDraft: add missing field distributionChannel (52d2ff0)
Features
- Discounts: add setValidFromAndUntil action (c226e1f)
- Error: add error codes for BadRequest (9012d5d)
- ExternalTaxRateDraft: add field includedInPrice (2771f2d), closes #451
- Message: add new messages for ProductPriceDiscounts (fc876f7), closes #445
- Message: add OrderDeleted Message (22ab652)
- Messages: set MessagesConfiguration at Project (5389c23), closes #443
- Order: support setCustomerId (756811d)
- PasswordResetToken: support ttlMinutes for token (ebe6d77)
- ProductAddVariantAction: support field assets (ce591e8)
- ProductType: support changeAttributeOrderByName action (dd52af8), closes #453
- ShippingInfoImportDraft: add ShippingInfoImportDraft representation (bde4473), closes #449
- ShippingMethod: support Reference expansion (bd745f7)
- Subscription: add changeDestination update action (b0fbb04), closes #437
- Subscription: add subscription status (a2ff2e1), closes #436
- UserProvidedIdentifiers: support UserProvidedIdentifiers at Messages & Subscriptions (aeece56)
- Zone: support Key on shipping Zones (d331cff), closes #448