|
1 | 1 | <a name="1.0.0-RC3"></a> |
2 | | -# [1.0.0-RC3](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC2...v1.0.0-RC3) (2015-09-01) |
| 2 | +# [1.0.0-RC3](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC2...v1.0.0-RC3) (2015-09-10) |
3 | 3 |
|
4 | 4 |
|
5 | 5 | ### Bug Fixes |
6 | 6 |
|
7 | 7 | * **Comment:** delete comment endpoint functionality ([506644c](https://github.com/sphereio/commercetools-php-sdk/commit/506644c)) |
| 8 | +* **OAuthManager:** don't expose api credentials through exception callstack ([f0caaa1](https://github.com/sphereio/commercetools-php-sdk/commit/f0caaa1)) |
8 | 9 | * **ProductDraft:** use ProductVariantDraftCollection for variants ([f252a2d](https://github.com/sphereio/commercetools-php-sdk/commit/f252a2d)), closes [#142](https://github.com/sphereio/commercetools-php-sdk/issues/142) |
9 | 10 |
|
10 | 11 | ### Features |
|
14 | 15 | * **Orders:** add cart field to order ([922d812](https://github.com/sphereio/commercetools-php-sdk/commit/922d812)), closes [#132](https://github.com/sphereio/commercetools-php-sdk/issues/132) [#131](https://github.com/sphereio/commercetools-php-sdk/issues/131) |
15 | 16 | * **ProductSearch:** add reference expansion to product search request ([c003de6](https://github.com/sphereio/commercetools-php-sdk/commit/c003de6)), closes [#144](https://github.com/sphereio/commercetools-php-sdk/issues/144) |
16 | 17 | * **ProductVariant:** add helper methods to get variant by id ([f2ff1d4](https://github.com/sphereio/commercetools-php-sdk/commit/f2ff1d4)) |
| 18 | +* **Products:** add getBySku method ([ab9a0b9](https://github.com/sphereio/commercetools-php-sdk/commit/ab9a0b9)) |
17 | 19 | * **Products:** add support to set EnumType and LocalizedEnumType attributes by key ([df88267](https://github.com/sphereio/commercetools-php-sdk/commit/df88267)) |
18 | 20 | * **Products:** add support to set EnumType and LocalizedEnumType attributes by key in all variants ([e07cad6](https://github.com/sphereio/commercetools-php-sdk/commit/e07cad6)) |
| 21 | +* **QueryRequest:** add page request interface ([ecc5666](https://github.com/sphereio/commercetools-php-sdk/commit/ecc5666)) |
| 22 | +* **QueryRequest:** add sort and query request interfaces ([d19c127](https://github.com/sphereio/commercetools-php-sdk/commit/d19c127)) |
| 23 | +* **QueryRequest:** add with total request interface ([c1059ee](https://github.com/sphereio/commercetools-php-sdk/commit/c1059ee)) |
| 24 | +* **RedisCacheAdapter:** unify life time ([7b73d30](https://github.com/sphereio/commercetools-php-sdk/commit/7b73d30)) |
19 | 25 | * **Reviews:** add review delete request ([2c6493e](https://github.com/sphereio/commercetools-php-sdk/commit/2c6493e)), closes [#134](https://github.com/sphereio/commercetools-php-sdk/issues/134) |
20 | 26 | * **ShippingMethod:** add getByName and getById to ShippingMethodCollection ([2de7668](https://github.com/sphereio/commercetools-php-sdk/commit/2de7668)) |
21 | 27 | * **UpdateActions:** add limit to update actions ([3f728a5](https://github.com/sphereio/commercetools-php-sdk/commit/3f728a5)) |
| 28 | +* **CategoryCollection:** add getByParent and getRoots to CategoryCollection ([ece9d87](https://github.com/sphereio/commercetools-php-sdk/commit/ece9d87)) |
| 29 | +* **LocalizedString:** add support for locales to LocalizedString ([ea5e1c6](https://github.com/sphereio/commercetools-php-sdk/commit/ea5e1c6)) |
| 30 | +* **Image:** return empty thumb image url if no url is set ([a4be01b](https://github.com/sphereio/commercetools-php-sdk/commit/a4be01b)) |
22 | 31 |
|
23 | 32 |
|
24 | 33 | ### BREAKING CHANGES |
|
0 commit comments