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

Commit 8f88045

Browse files
committed
docs(Changelog): update changelog
1 parent 1f61eb3 commit 8f88045

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="2.7.0"></a>
2+
# [2.7.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.6.0...v2.7.0) (2019-03-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **GraphQL:** fix GraphQL requests without variables ([fa9d376](https://github.com/commercetools/commercetools-php-sdk/commit/fa9d376))
8+
* **LineItemImportDraft:** add missing field distributionChannel ([52d2ff0](https://github.com/commercetools/commercetools-php-sdk/commit/52d2ff0))
9+
10+
11+
### Features
12+
13+
* **Discounts:** add setValidFromAndUntil action ([c226e1f](https://github.com/commercetools/commercetools-php-sdk/commit/c226e1f))
14+
* **Error:** add error codes for BadRequest ([9012d5d](https://github.com/commercetools/commercetools-php-sdk/commit/9012d5d))
15+
* **ExternalTaxRateDraft:** add field includedInPrice ([2771f2d](https://github.com/commercetools/commercetools-php-sdk/commit/2771f2d)), closes [#451](https://github.com/commercetools/commercetools-php-sdk/issues/451)
16+
* **Message:** add new messages for ProductPriceDiscounts ([fc876f7](https://github.com/commercetools/commercetools-php-sdk/commit/fc876f7)), closes [#445](https://github.com/commercetools/commercetools-php-sdk/issues/445)
17+
* **Message:** add OrderDeleted Message ([22ab652](https://github.com/commercetools/commercetools-php-sdk/commit/22ab652))
18+
* **Messages:** set MessagesConfiguration at Project ([5389c23](https://github.com/commercetools/commercetools-php-sdk/commit/5389c23)), closes [#443](https://github.com/commercetools/commercetools-php-sdk/issues/443)
19+
* **Order:** support setCustomerId ([756811d](https://github.com/commercetools/commercetools-php-sdk/commit/756811d))
20+
* **PasswordResetToken:** support ttlMinutes for token ([ebe6d77](https://github.com/commercetools/commercetools-php-sdk/commit/ebe6d77))
21+
* **ProductAddVariantAction:** support field assets ([ce591e8](https://github.com/commercetools/commercetools-php-sdk/commit/ce591e8))
22+
* **ProductType:** support changeAttributeOrderByName action ([dd52af8](https://github.com/commercetools/commercetools-php-sdk/commit/dd52af8)), closes [#453](https://github.com/commercetools/commercetools-php-sdk/issues/453)
23+
* **ShippingInfoImportDraft:** add ShippingInfoImportDraft representation ([bde4473](https://github.com/commercetools/commercetools-php-sdk/commit/bde4473)), closes [#449](https://github.com/commercetools/commercetools-php-sdk/issues/449)
24+
* **ShippingMethod:** support Reference expansion ([bd745f7](https://github.com/commercetools/commercetools-php-sdk/commit/bd745f7))
25+
* **Subscription:** add changeDestination update action ([b0fbb04](https://github.com/commercetools/commercetools-php-sdk/commit/b0fbb04)), closes [#437](https://github.com/commercetools/commercetools-php-sdk/issues/437)
26+
* **Subscription:** add subscription status ([a2ff2e1](https://github.com/commercetools/commercetools-php-sdk/commit/a2ff2e1)), closes [#436](https://github.com/commercetools/commercetools-php-sdk/issues/436)
27+
* **UserProvidedIdentifiers:** support UserProvidedIdentifiers at Messages & Subscriptions ([aeece56](https://github.com/commercetools/commercetools-php-sdk/commit/aeece56))
28+
* **Zone:** support Key on shipping Zones ([d331cff](https://github.com/commercetools/commercetools-php-sdk/commit/d331cff)), closes [#448](https://github.com/commercetools/commercetools-php-sdk/issues/448)
29+
30+
31+
132
<a name="2.6.0"></a>
233
# [2.6.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.5.1...v2.6.0) (2019-01-11)
334

src/Core/AbstractHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
abstract class AbstractHttpClient
1616
{
17-
const VERSION = '2.7.0-dev';
17+
const VERSION = '2.7.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)