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

Commit 7c5e503

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 4ee2d36 commit 7c5e503

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
<a name="1.5.0"></a>
2+
# [1.5.0](https://github.com/commercetools/commercetools-php-sdk/compare/v1.3.1...v1.5.0) (2016-11-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **Example:** fix typo in autoloader ([a686dc4](https://github.com/commercetools/commercetools-php-sdk/commit/a686dc4))
8+
* **HttpClient:** fix invalid http client access ([8c0577a](https://github.com/commercetools/commercetools-php-sdk/commit/8c0577a)), closes [#264](https://github.com/commercetools/commercetools-php-sdk/issues/264)
9+
* **Product:** remove uuid query in ProductProjectionBySlugGetRequest ([583f656](https://github.com/commercetools/commercetools-php-sdk/commit/583f656)), closes [#251](https://github.com/commercetools/commercetools-php-sdk/issues/251)
10+
* **Search:** fix fuzzy level parameter usage ([42a93a7](https://github.com/commercetools/commercetools-php-sdk/commit/42a93a7))
11+
* **ShippingMethod:** fix response object class of shipping method request by cart or location ([76b18bc](https://github.com/commercetools/commercetools-php-sdk/commit/76b18bc))
12+
* **StateRenderer:** fix for no transition available ([2d1c557](https://github.com/commercetools/commercetools-php-sdk/commit/2d1c557))
13+
14+
### Features
15+
16+
* **Cart:** support change of custom line item quantity and price ([63d78e5](https://github.com/commercetools/commercetools-php-sdk/commit/63d78e5)), closes [#256](https://github.com/commercetools/commercetools-php-sdk/issues/256)
17+
* **Cart:** support external line item total price ([417e78c](https://github.com/commercetools/commercetools-php-sdk/commit/417e78c)), closes [#247](https://github.com/commercetools/commercetools-php-sdk/issues/247)
18+
* **Common:** add externalId to address object ([76dc332](https://github.com/commercetools/commercetools-php-sdk/commit/76dc332))
19+
* **CustomObject:** add constructor using custom object draft ([7482d1b](https://github.com/commercetools/commercetools-php-sdk/commit/7482d1b)), closes [#258](https://github.com/commercetools/commercetools-php-sdk/issues/258)
20+
* **CustomObject:** add reference model for custom objects ([566cf22](https://github.com/commercetools/commercetools-php-sdk/commit/566cf22)), closes [#248](https://github.com/commercetools/commercetools-php-sdk/issues/248)
21+
* **Filter:** add method to create a subtree filter with an array of IDs ([ac487a3](https://github.com/commercetools/commercetools-php-sdk/commit/ac487a3)), closes [#257](https://github.com/commercetools/commercetools-php-sdk/issues/257)
22+
* **Inventory:** add inventory deleted message ([699a8c7](https://github.com/commercetools/commercetools-php-sdk/commit/699a8c7)), closes [#245](https://github.com/commercetools/commercetools-php-sdk/issues/245)
23+
* **Inventory:** support customizable inventory entries ([31f16db](https://github.com/commercetools/commercetools-php-sdk/commit/31f16db)), closes [#246](https://github.com/commercetools/commercetools-php-sdk/issues/246)
24+
* **Logger:** add correlation id to log as context object ([512536b](https://github.com/commercetools/commercetools-php-sdk/commit/512536b))
25+
* **Product:** query product by slug with single language ([88cd9e2](https://github.com/commercetools/commercetools-php-sdk/commit/88cd9e2)), closes [#250](https://github.com/commercetools/commercetools-php-sdk/issues/250)
26+
* **Product:** set discounted price for product variant ([bdfd8c7](https://github.com/commercetools/commercetools-php-sdk/commit/bdfd8c7)), closes [#267](https://github.com/commercetools/commercetools-php-sdk/issues/267)
27+
* **Product:** support key for product and product variant ([39f356a](https://github.com/commercetools/commercetools-php-sdk/commit/39f356a)), closes [#259](https://github.com/commercetools/commercetools-php-sdk/issues/259)
28+
* **ProductType:** add change label actions for enum values ([d812fec](https://github.com/commercetools/commercetools-php-sdk/commit/d812fec))
29+
* **Reference:** resolve correct reference model by typeId ([8f76ec4](https://github.com/commercetools/commercetools-php-sdk/commit/8f76ec4))
30+
* **Request:** add generic PSR-7-Request ([5b374eb](https://github.com/commercetools/commercetools-php-sdk/commit/5b374eb))
31+
* **Search:** add markMatchingVariants flag to search ([f4ac2c8](https://github.com/commercetools/commercetools-php-sdk/commit/f4ac2c8)), closes [#270](https://github.com/commercetools/commercetools-php-sdk/issues/270)
32+
* **Subscriptions:** add subscription requests and models ([b184870](https://github.com/commercetools/commercetools-php-sdk/commit/b184870))
33+
* **Subscription:** add delivery objects ([8fae7f8](https://github.com/commercetools/commercetools-php-sdk/commit/8fae7f8))
34+
* **Subscription:** add subscription update actions ([1d3de36](https://github.com/commercetools/commercetools-php-sdk/commit/1d3de36))
35+
36+
37+
138
<a name="1.4.0"></a>
239
# [1.4.0](https://github.com/commercetools/commercetools-php-sdk/compare/v1.3.1...v1.4.0) (2016-10-05)
340

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

5-
The PHP SDK allows developers to build applications on the commercetools platform (technically speaking against the SPHERE.IO REST API) using PHP native interfaces, models and helpers instead of manually using the HTTP and JSON API.
5+
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

77
You gain lots of IDE Auto-Completion, type checks on a literal API, Warnings, Object Mapping, i18n support etc.. The Client manages the OAuth2 security tokens, provides caches and interfaces for concurrent and asynchronous API calls.
88

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

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)