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

Commit 6c03f8b

Browse files
committed
docs(Changelog): update changelog
1 parent 64de35d commit 6c03f8b

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.6.0"></a>
2+
# [2.6.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.5.1...v2.6.0) (2019-01-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **OrderEditResult:** fix data mapping ([08af3bd](https://github.com/commercetools/commercetools-php-sdk/commit/08af3bd))
8+
* **OrderEditResult:** fix type property ([c84d649](https://github.com/commercetools/commercetools-php-sdk/commit/c84d649))
9+
* **OrderEditUpdateByKey:** fix inheritance class & add test for dryRun ([7e0a465](https://github.com/commercetools/commercetools-php-sdk/commit/7e0a465))
10+
* **OrderEdit:** fix StagedOrder structure & ActionBuilder ([6fd3c65](https://github.com/commercetools/commercetools-php-sdk/commit/6fd3c65))
11+
* **RequestBuilder:** fix OrderEditApplyRequest ([252f319](https://github.com/commercetools/commercetools-php-sdk/commit/252f319))
12+
* **SetCustomShippingMethodAction:** fix type of shippingRate property ([ce1afa4](https://github.com/commercetools/commercetools-php-sdk/commit/ce1afa4))
13+
* **Subscription:** fix typo in SQS destination ([cbf1dae](https://github.com/commercetools/commercetools-php-sdk/commit/cbf1dae))
14+
* **TLS Check:** update urls for TLS 1.2 check ([f006006](https://github.com/commercetools/commercetools-php-sdk/commit/f006006))
15+
16+
17+
### Features
18+
19+
* **ApiClients:** add support for managing api clients ([93b62de](https://github.com/commercetools/commercetools-php-sdk/commit/93b62de))
20+
* **Order:** add support for CustomLineItemReturnItem ([82ebfdf](https://github.com/commercetools/commercetools-php-sdk/commit/82ebfdf))
21+
* **Payment:** support anonymousId ([4dd0e3e](https://github.com/commercetools/commercetools-php-sdk/commit/4dd0e3e))
22+
123
<a name="2.5.1"></a>
224
## [2.5.1](https://github.com/commercetools/commercetools-php-sdk/compare/v2.5.0...v2.5.1) (2018-10-24)
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.6.0-dev';
17+
const VERSION = '2.6.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)