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

Commit 6d9bf2d

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog for v1.4
1 parent 39f356a commit 6d9bf2d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="1.4.0"></a>
2+
# [1.4.0](https://github.com/sphereio/commercetools-php-sdk/compare/v1.3.1...v1.4.0) (2016-10-05)
3+
4+
### Features
5+
6+
* **Cart:** support change of custom line item quantity and price ([63d78e5](https://github.com/sphereio/commercetools-php-sdk/commit/63d78e5)), closes [#256](https://github.com/sphereio/commercetools-php-sdk/issues/256)
7+
* **Cart:** support external line item total price ([417e78c](https://github.com/sphereio/commercetools-php-sdk/commit/417e78c)), closes [#247](https://github.com/sphereio/commercetools-php-sdk/issues/247)
8+
* **CustomObject:** add constructor using custom object draft ([7482d1b](https://github.com/sphereio/commercetools-php-sdk/commit/7482d1b)), closes [#258](https://github.com/sphereio/commercetools-php-sdk/issues/258)
9+
* **CustomObject:** add reference model for custom objects ([566cf22](https://github.com/sphereio/commercetools-php-sdk/commit/566cf22)), closes [#248](https://github.com/sphereio/commercetools-php-sdk/issues/248)
10+
* **Filter:** add method to create a subtree filter with an array of IDs ([ac487a3](https://github.com/sphereio/commercetools-php-sdk/commit/ac487a3)), closes [#257](https://github.com/sphereio/commercetools-php-sdk/issues/257)
11+
* **Inventory:** add inventory deleted message ([699a8c7](https://github.com/sphereio/commercetools-php-sdk/commit/699a8c7)), closes [#245](https://github.com/sphereio/commercetools-php-sdk/issues/245)
12+
* **Inventory:** support customizable inventory entries ([31f16db](https://github.com/sphereio/commercetools-php-sdk/commit/31f16db)), closes [#246](https://github.com/sphereio/commercetools-php-sdk/issues/246)
13+
* **Logger:** add correlation id to logger as context object ([512536b](https://github.com/sphereio/commercetools-php-sdk/commit/512536b))
14+
* **Product:** query product by slug with single language ([88cd9e2](https://github.com/sphereio/commercetools-php-sdk/commit/88cd9e2)), closes [#250](https://github.com/sphereio/commercetools-php-sdk/issues/250)
15+
* **Product:** support key for product and product variant ([39f356a](https://github.com/sphereio/commercetools-php-sdk/commit/39f356a)), closes [#259](https://github.com/sphereio/commercetools-php-sdk/issues/259)
16+
* **Reference:** resolve correct reference model by typeId ([8f76ec4](https://github.com/sphereio/commercetools-php-sdk/commit/8f76ec4))
17+
18+
19+
120
<a name="1.3.1"></a>
221
## [1.3.1](https://github.com/sphereio/commercetools-php-sdk/compare/v1.3.0...v1.3.1) (2016-08-30)
322

src/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 = '1.4.0-dev';
17+
const VERSION = '1.4.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)