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

Commit da0795f

Browse files
committed
Merge branch 'release/v2.7.0'
2 parents 6e2a060 + 8e2d31a commit da0795f

File tree

140 files changed

+2384
-1593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+2384
-1593
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="2.7.0"></a>
2+
# [2.7.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.6.0...v2.7.0) (2019-03-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **GraphQL:** fix GraphQL requests without variables ([fa9d376](https://github.com/commercetools/commercetools-php-sdk/commit/fa9d376))
8+
* **LineItemImportDraft:** add missing field distributionChannel ([52d2ff0](https://github.com/commercetools/commercetools-php-sdk/commit/52d2ff0))
9+
10+
11+
### Features
12+
13+
* **Discounts:** add setValidFromAndUntil action ([c226e1f](https://github.com/commercetools/commercetools-php-sdk/commit/c226e1f))
14+
* **Error:** add error codes for BadRequest ([9012d5d](https://github.com/commercetools/commercetools-php-sdk/commit/9012d5d))
15+
* **ExternalTaxRateDraft:** add field includedInPrice ([2771f2d](https://github.com/commercetools/commercetools-php-sdk/commit/2771f2d)), closes [#451](https://github.com/commercetools/commercetools-php-sdk/issues/451)
16+
* **Message:** add new messages for ProductPriceDiscounts ([fc876f7](https://github.com/commercetools/commercetools-php-sdk/commit/fc876f7)), closes [#445](https://github.com/commercetools/commercetools-php-sdk/issues/445)
17+
* **Message:** add OrderDeleted Message ([22ab652](https://github.com/commercetools/commercetools-php-sdk/commit/22ab652))
18+
* **Messages:** set MessagesConfiguration at Project ([5389c23](https://github.com/commercetools/commercetools-php-sdk/commit/5389c23)), closes [#443](https://github.com/commercetools/commercetools-php-sdk/issues/443)
19+
* **Order:** support setCustomerId ([756811d](https://github.com/commercetools/commercetools-php-sdk/commit/756811d))
20+
* **PasswordResetToken:** support ttlMinutes for token ([ebe6d77](https://github.com/commercetools/commercetools-php-sdk/commit/ebe6d77))
21+
* **ProductAddVariantAction:** support field assets ([ce591e8](https://github.com/commercetools/commercetools-php-sdk/commit/ce591e8))
22+
* **ProductType:** support changeAttributeOrderByName action ([dd52af8](https://github.com/commercetools/commercetools-php-sdk/commit/dd52af8)), closes [#453](https://github.com/commercetools/commercetools-php-sdk/issues/453)
23+
* **ShippingInfoImportDraft:** add ShippingInfoImportDraft representation ([bde4473](https://github.com/commercetools/commercetools-php-sdk/commit/bde4473)), closes [#449](https://github.com/commercetools/commercetools-php-sdk/issues/449)
24+
* **ShippingMethod:** support Reference expansion ([bd745f7](https://github.com/commercetools/commercetools-php-sdk/commit/bd745f7))
25+
* **Subscription:** add changeDestination update action ([b0fbb04](https://github.com/commercetools/commercetools-php-sdk/commit/b0fbb04)), closes [#437](https://github.com/commercetools/commercetools-php-sdk/issues/437)
26+
* **Subscription:** add subscription status ([a2ff2e1](https://github.com/commercetools/commercetools-php-sdk/commit/a2ff2e1)), closes [#436](https://github.com/commercetools/commercetools-php-sdk/issues/436)
27+
* **UserProvidedIdentifiers:** support UserProvidedIdentifiers at Messages & Subscriptions ([aeece56](https://github.com/commercetools/commercetools-php-sdk/commit/aeece56))
28+
* **Zone:** support Key on shipping Zones ([d331cff](https://github.com/commercetools/commercetools-php-sdk/commit/d331cff)), closes [#448](https://github.com/commercetools/commercetools-php-sdk/issues/448)
29+
30+
31+
132
<a name="2.6.0"></a>
233
# [2.6.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.5.1...v2.6.0) (2019-01-11)
334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="build/theme/resources/CT_cube_200px.png" width="40" align="center"></img> commercetools PHP SDK
22

3-
[![Build Status](https://img.shields.io/travis/commercetools/commercetools-php-sdk/master.svg?style=flat-square)](https://travis-ci.org/commercetools/commercetools-php-sdk) [![Scrutinizer](https://img.shields.io/scrutinizer/g/commercetools/commercetools-php-sdk.svg?style=flat-square)](https://scrutinizer-ci.com/g/commercetools/commercetools-php-sdk/) [![Scrutinizer](https://img.shields.io/scrutinizer/coverage/g/commercetools/commercetools-php-sdk.svg?style=flat-square)](https://scrutinizer-ci.com/g/commercetools/commercetools-php-sdk/) [![Packagist](https://img.shields.io/packagist/v/commercetools/php-sdk.svg?style=flat-square)](https://packagist.org/packages/commercetools/php-sdk) [![Packagist](https://img.shields.io/packagist/dm/commercetools/php-sdk.svg?style=flat-square)](https://packagist.org/packages/commercetools/php-sdk)
3+
[![Build Status](https://img.shields.io/travis/com/commercetools/commercetools-php-sdk/master.svg?style=flat-square)](https://travis-ci.com/commercetools/commercetools-php-sdk) [![Scrutinizer](https://img.shields.io/scrutinizer/g/commercetools/commercetools-php-sdk.svg?style=flat-square)](https://scrutinizer-ci.com/g/commercetools/commercetools-php-sdk/) [![Scrutinizer](https://img.shields.io/scrutinizer/coverage/g/commercetools/commercetools-php-sdk.svg?style=flat-square)](https://scrutinizer-ci.com/g/commercetools/commercetools-php-sdk/) [![Packagist](https://img.shields.io/packagist/v/commercetools/php-sdk.svg?style=flat-square)](https://packagist.org/packages/commercetools/php-sdk) [![Packagist](https://img.shields.io/packagist/dm/commercetools/php-sdk.svg?style=flat-square)](https://packagist.org/packages/commercetools/php-sdk)
44

55
The PHP SDK allows developers to build applications on the commercetools platform (technically speaking against our REST API) using PHP native interfaces, models and helpers instead of manually using the HTTP and JSON API.
66

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"psr/cache": "^1.0",
3636
"psr/simple-cache": "^1.0",
3737
"cache/apcu-adapter": "^1.0 || ^0.3 || ^0.2",
38-
"paragonie/random_compat": "^2.0 || ^1.0",
38+
"paragonie/random_compat": "^2.0 || ^1.0 || ^9.99",
3939
"ext-intl": "*"
4040
},
4141
"require-dev": {
@@ -46,6 +46,7 @@
4646
"monolog/monolog": "^1.12",
4747
"behat/behat": "^3.0",
4848
"symfony/yaml": "^3.2",
49+
"symfony/stopwatch": "^3.2",
4950
"cache/adapter-common": "^1.0",
5051
"cache/apcu-adapter": "^1.0",
5152
"cache/array-adapter": "^1.0",

0 commit comments

Comments
 (0)