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

Commit cd65354

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 008702f commit cd65354

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="1.0.0-RC8"></a>
2+
# [1.0.0-RC8](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC7...v1.0.0-RC8) (2015-10-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **Cart:** typo in custom line item model ([c583fb9](https://github.com/sphereio/commercetools-php-sdk/commit/c583fb9))
8+
* **JsonObject:** add missing static keyword to named constructors ([f83e4c6](https://github.com/sphereio/commercetools-php-sdk/commit/f83e4c6))
9+
* **JsonObject:** fix error message for unknown method ([22431f8](https://github.com/sphereio/commercetools-php-sdk/commit/22431f8))
10+
* **Payment:** add missing type for payment transactions ([c6d3765](https://github.com/sphereio/commercetools-php-sdk/commit/c6d3765))
11+
* **Payment:** correct type for PaymentInfo model ([b942a06](https://github.com/sphereio/commercetools-php-sdk/commit/b942a06))
12+
13+
### Features
14+
15+
* **CustomFields:** add customs fields and types for prices ([cfbc0bb](https://github.com/sphereio/commercetools-php-sdk/commit/cfbc0bb)), closes [#156](https://github.com/sphereio/commercetools-php-sdk/issues/156)
16+
* **ImportOrder:** add custom fields to ImportOrder ([008702f](https://github.com/sphereio/commercetools-php-sdk/commit/008702f))
17+
* **Order:** add order delete request ([5944de7](https://github.com/sphereio/commercetools-php-sdk/commit/5944de7))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* added PriceDraft to price update actions
23+
24+
The new PriceDraft object has been added as type hint to ProductAddPriceAction and ProductChangePriceAction. The ProductVariantDraft expects now a PriceDraftCollection
25+
26+
127
<a name="1.0.0-RC7"></a>
228
# [1.0.0-RC7](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC5...v1.0.0-RC7) (2015-10-19)
329

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-
> STATUS: Release Candidate 7. We ask you to really use this API thoroughly now, especially the API design and object structure. Thank you very much!
3+
> STATUS: Release Candidate 8. We ask you to really use this API thoroughly now, especially the API design and object structure. Thank you very much!
44
>
55
> See the [Milestone Plan](https://github.com/sphereio/commercetools-php-sdk/milestones?direction=desc&sort=completeness&state=open) for details of what's planned in detail. We love feedback and [Issue reports](https://github.com/sphereio/commercetools-php-sdk/issues?q=is%3Aopen+is%3Aissue+sort%3Acreated-asc)!
66
> Up-to-Date planning status can be found on this [Waffle Board](https://waffle.io/sphereio/commercetools-php-sdk)

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.0.0-RC7';
17+
const VERSION = '1.0.0-RC8';
1818

1919
/**
2020
* @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-RC7",
3+
"version": "1.0.0-RC8",
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)