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

Commit aa55d71

Browse files
committed
docs(Changelog): update changelog
1 parent f6c990b commit aa55d71

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [2.9.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.8.0...v2.9.0) (2019-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **Cart:** fix serialization of cart draft ([024b8fd](https://github.com/commercetools/commercetools-php-sdk/commit/024b8fd))
7+
* **OAuth:** fix oauth refresh token URL ([0bf801d](https://github.com/commercetools/commercetools-php-sdk/commit/0bf801d))
8+
9+
10+
### Features
11+
12+
* **ApiClient:** add deleteAt to feldDefinition method ([d2b6b35](https://github.com/commercetools/commercetools-php-sdk/commit/d2b6b35))
13+
* **ApiClientDraft:** add deleteDaysAfterCreation in fieldDefinitions ([4ee7f07](https://github.com/commercetools/commercetools-php-sdk/commit/4ee7f07))
14+
* **ClientFactory:** add option to inject middleware to HttpClients ([734fe63](https://github.com/commercetools/commercetools-php-sdk/commit/734fe63))
15+
* **ClientFactory:** create HttpClient with CTP client compatible request signature ([3a55d24](https://github.com/commercetools/commercetools-php-sdk/commit/3a55d24))
16+
* **Customer:** support stores for customer ([5eee954](https://github.com/commercetools/commercetools-php-sdk/commit/5eee954))
17+
* **Draft:** add factory methods in draft classes for ApiClient and Asset and Cart ([bc0f616](https://github.com/commercetools/commercetools-php-sdk/commit/bc0f616))
18+
* **ImportOrder:** support store for order import ([175953c](https://github.com/commercetools/commercetools-php-sdk/commit/175953c)), closes [#499](https://github.com/commercetools/commercetools-php-sdk/issues/499)
19+
* **InStoreRequest:** add request to InStoreRequests to add new shipping method endpoint ([ee7620f](https://github.com/commercetools/commercetools-php-sdk/commit/ee7620f))
20+
* **Me:** support me/shopping-lists endpoint ([fc52e82](https://github.com/commercetools/commercetools-php-sdk/commit/fc52e82))
21+
* **Message:** add messages ProductAddedToCategory and ProductRemovedFromCategory ([673b4cf](https://github.com/commercetools/commercetools-php-sdk/commit/673b4cf))
22+
* **Order:** add refusedGift field ([7532e38](https://github.com/commercetools/commercetools-php-sdk/commit/7532e38))
23+
* **Product:** add discounted field to PriceDraft ([b3c44fe](https://github.com/commercetools/commercetools-php-sdk/commit/b3c44fe))
24+
* **Query:** add support for parametrized queries ([b3bc4ad](https://github.com/commercetools/commercetools-php-sdk/commit/b3bc4ad)), closes [#505](https://github.com/commercetools/commercetools-php-sdk/issues/505)
25+
26+
27+
128
# [2.8.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.7.0...v2.8.0) (2019-06-06)
229

330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercetools-php-sdk-changelog",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/commercetools/commercetools-php-sdk",
66
"bugs": "https://github.com/commercetools/commercetools-php-sdk/issues",

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

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)