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

Commit b911bea

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 70e8715 commit b911bea

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="2.4.0"></a>
2+
# [2.4.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.3.0...v2.4.0) (2018-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* **Guzzle5Adapter:** fix applying client options to guzzle5 http client ([e735afd](https://github.com/commercetools/commercetools-php-sdk/commit/e735afd))
8+
9+
10+
### Features
11+
12+
* **Attribute:** enhance getting attribute by name from attributes collection ([5d6ef10](https://github.com/commercetools/commercetools-php-sdk/commit/5d6ef10))
13+
* **Builder:** add request and update actions builder DSL ([3a55e6d](https://github.com/commercetools/commercetools-php-sdk/commit/3a55e6d))
14+
* **Cart:** Support cart replication ([52d9448](https://github.com/commercetools/commercetools-php-sdk/commit/52d9448)), closes [#392](https://github.com/commercetools/commercetools-php-sdk/issues/392)
15+
* **CartDiscount:** support MultiBuyDiscount on custom line items ([f53d0b5](https://github.com/commercetools/commercetools-php-sdk/commit/f53d0b5)), closes [#389](https://github.com/commercetools/commercetools-php-sdk/issues/389)
16+
* **Message:** add customer messages ([2f8c91d](https://github.com/commercetools/commercetools-php-sdk/commit/2f8c91d)), closes [#391](https://github.com/commercetools/commercetools-php-sdk/issues/391)
17+
* **OAuthManager:** add configuration options for internal HTTP client ([5746c4a](https://github.com/commercetools/commercetools-php-sdk/commit/5746c4a)), closes [#395](https://github.com/commercetools/commercetools-php-sdk/issues/395)
18+
* **ProductType:** support product type changeAttributeName & changeEnumKey ([#397](https://github.com/commercetools/commercetools-php-sdk/issues/397)) ([8994315](https://github.com/commercetools/commercetools-php-sdk/commit/8994315)), closes [#393](https://github.com/commercetools/commercetools-php-sdk/issues/393)
19+
* **ProductType:** support product type removeEnumValues update action ([2bf3e13](https://github.com/commercetools/commercetools-php-sdk/commit/2bf3e13)), closes [#388](https://github.com/commercetools/commercetools-php-sdk/issues/388)
20+
21+
22+
123
<a name="2.3.0"></a>
224
# [2.3.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.2.1...v2.3.0) (2018-03-13)
325

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.4.0-dev';
17+
const VERSION = '2.4.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)