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

Commit fb1fbc7

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 9fa6527 commit fb1fbc7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/sphereio/commercetools-php-sdk/compare/v1.2.3...v1.3.0) (2016-08-10)
3+
4+
### Features
5+
6+
* **Address:** add fax field to address ([cb1dda2](https://github.com/sphereio/commercetools-php-sdk/commit/cb1dda2)), closes [#236](https://github.com/sphereio/commercetools-php-sdk/issues/236)
7+
* **Channel:** add Address field to Channel ([66a40a9](https://github.com/sphereio/commercetools-php-sdk/commit/66a40a9)), closes [#237](https://github.com/sphereio/commercetools-php-sdk/issues/237)
8+
* **Localization:** add setLocale action to cart, order and customer ([17c5672](https://github.com/sphereio/commercetools-php-sdk/commit/17c5672)), closes [#235](https://github.com/sphereio/commercetools-php-sdk/issues/235)
9+
* **Order:** add actions to update customer email, shipping and billing address for orders ([23e0193](https://github.com/sphereio/commercetools-php-sdk/commit/23e0193)), closes [#238](https://github.com/sphereio/commercetools-php-sdk/issues/238)
10+
* **Order:** import order with stock update ([a824dae](https://github.com/sphereio/commercetools-php-sdk/commit/a824dae)), closes [#234](https://github.com/sphereio/commercetools-php-sdk/issues/234)
11+
* **Product:** support assets ([43f8dd6](https://github.com/sphereio/commercetools-php-sdk/commit/43f8dd6)), closes [#241](https://github.com/sphereio/commercetools-php-sdk/issues/241)
12+
* **Project:** add messages field to project ([4deb11f](https://github.com/sphereio/commercetools-php-sdk/commit/4deb11f)), closes [#239](https://github.com/sphereio/commercetools-php-sdk/issues/239)
13+
* **Search:** add subtree filter model ([9fa6527](https://github.com/sphereio/commercetools-php-sdk/commit/9fa6527)), closes [#244](https://github.com/sphereio/commercetools-php-sdk/issues/244)
14+
15+
16+
117
<a name="1.2.3"></a>
218
## [1.2.3](https://github.com/sphereio/commercetools-php-sdk/compare/v1.2.2...v1.2.3) (2016-07-14)
319

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

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)