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

Commit a1cd471

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog and version numbers
1 parent 5e23104 commit a1cd471

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="1.0.0-RC4"></a>
2+
# [1.0.0-RC4](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC3...v1.0.0-RC4) (2015-10-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **Cart:** fix addCustomLineItem update action ([b2d704f](https://github.com/sphereio/commercetools-php-sdk/commit/b2d704f)), closes [#154](https://github.com/sphereio/commercetools-php-sdk/issues/154)
8+
* **CustomTypes:** update to breaking changes of the API ([5e23104](https://github.com/sphereio/commercetools-php-sdk/commit/5e23104))
9+
* **Product:** fix type for remove price action ([c0a5ccc](https://github.com/sphereio/commercetools-php-sdk/commit/c0a5ccc)), closes [#153](https://github.com/sphereio/commercetools-php-sdk/issues/153)
10+
11+
### Features
12+
13+
* **Order:** add state to order ([3a6cc3d](https://github.com/sphereio/commercetools-php-sdk/commit/3a6cc3d))
14+
* **Payment:** add payment messages ([b9308c1](https://github.com/sphereio/commercetools-php-sdk/commit/b9308c1))
15+
* **Payment:** add payment requests and models ([c720eed](https://github.com/sphereio/commercetools-php-sdk/commit/c720eed))
16+
* **Product:** add state to product ([95437d8](https://github.com/sphereio/commercetools-php-sdk/commit/95437d8))
17+
* **ProductSearch:** add fuzzy flag to product search request ([0ed8dc8](https://github.com/sphereio/commercetools-php-sdk/commit/0ed8dc8))
18+
* **Review:** add state to review ([8278313](https://github.com/sphereio/commercetools-php-sdk/commit/8278313))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* update actions for changing the order of custom fields have been changed
24+
25+
126
<a name="1.0.0-RC3"></a>
227
# [1.0.0-RC3](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC2...v1.0.0-RC3) (2015-09-10)
328

src/AbstractHttpClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Commercetools\Core;
88

9-
109
use Commercetools\Core\Client\Adapter\AdapterFactory;
1110
use Commercetools\Core\Client\Adapter\AdapterInterface;
1211

@@ -16,7 +15,7 @@
1615
abstract class AbstractHttpClient
1716
{
1817

19-
const VERSION = '1.0.0 RC3';
18+
const VERSION = '1.0.0-RC4';
2019

2120
/**
2221
* @var AdapterInterface

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercetools-php-sdk-changelog",
3-
"version": "1.0.0-RC3",
3+
"version": "1.0.0-RC4",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/sphereio/commercetools-php-sdk",
66
"bugs": "https://github.com/sphereio/commercetools-php-sdk/issues",

0 commit comments

Comments
 (0)