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

Commit 07f2348

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 190e2d2 commit 07f2348

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="1.2.0"></a>
2+
# [1.2.0](https://github.com/sphereio/commercetools-php-sdk/compare/v1.1.1...v1.2.0) (2016-06-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **Client:** fix format of UserAgent header ([bc37b2f](https://github.com/sphereio/commercetools-php-sdk/commit/bc37b2f))
8+
9+
10+
### Features
11+
12+
* **Cart:** add updateProductData flag to cart recalculate action ([827a392](https://github.com/sphereio/commercetools-php-sdk/commit/827a392)), closes [#220](https://github.com/sphereio/commercetools-php-sdk/issues/220)
13+
* **Cart:** support anonymous checkout for me endpoint ([a89f38c](https://github.com/sphereio/commercetools-php-sdk/commit/a89f38c)), closes [#221](https://github.com/sphereio/commercetools-php-sdk/issues/221)
14+
* **MeEndpoint:** add get active cart request ([e61d29d](https://github.com/sphereio/commercetools-php-sdk/commit/e61d29d)), closes [#224](https://github.com/sphereio/commercetools-php-sdk/issues/224)
15+
* **MyProfile:** support customer profile on me endpoint ([3cc0f73](https://github.com/sphereio/commercetools-php-sdk/commit/3cc0f73)), closes [#223](https://github.com/sphereio/commercetools-php-sdk/issues/223)
16+
* **Orders:** add support for orders at me endpoint ([e776230](https://github.com/sphereio/commercetools-php-sdk/commit/e776230)), closes [#222](https://github.com/sphereio/commercetools-php-sdk/issues/222)
17+
* **Product:** add image upload request ([e8985bd](https://github.com/sphereio/commercetools-php-sdk/commit/e8985bd)), closes [#146](https://github.com/sphereio/commercetools-php-sdk/issues/146)
18+
* **Product:** support product price selection ([02026a7](https://github.com/sphereio/commercetools-php-sdk/commit/02026a7)),([ebac224](https://github.com/sphereio/commercetools-php-sdk/commit/ebac224)), closes [#225](https://github.com/sphereio/commercetools-php-sdk/issues/225)
19+
* **ProductSearch:** add fuzzy level support ([617a4ea](https://github.com/sphereio/commercetools-php-sdk/commit/617a4ea)), closes [#217](https://github.com/sphereio/commercetools-php-sdk/issues/217)
20+
21+
22+
123
<a name="1.1.1"></a>
224
## [1.1.1](https://github.com/sphereio/commercetools-php-sdk/compare/v1.1.0...v1.1.1) (2016-06-07)
325

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

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)