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

Commit 8692371

Browse files
author
Barbara Palumbo
committed
docs(Changelog): update changelog
1 parent 31e1d9b commit 8692371

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.19.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.18.0...v2.19.0) (2022-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **Customer:** made password field as optional field ([bf4d5a0](https://github.com/commercetools/commercetools-php-sdk/commit/bf4d5a0f57ecbba2a1268c452df11cf0606419d0))
7+
* **Project:** fix optional flag for SearchIndexingConfigurationValues ([710019e](https://github.com/commercetools/commercetools-php-sdk/commit/710019e5980c87a676ec501928a8f8712c698d3b))
8+
9+
10+
### Features
11+
12+
* **ApiClient:** add property for token validity ([0b43652](https://github.com/commercetools/commercetools-php-sdk/commit/0b43652c07df82d0d71827ba5b655aab0d1a2038))
13+
* **ApiClient:** support shipping matching location adding sort ([d073700](https://github.com/commercetools/commercetools-php-sdk/commit/d07370061cd5fb54ded9cdc16175a11fd2204668))
14+
* **Order:** support order payment added message ([28e0f92](https://github.com/commercetools/commercetools-php-sdk/commit/28e0f9234767effebf6a1c73565082068681e62f))
15+
* **ProductSelection:** product selection extended with custom fields ([ff839ae](https://github.com/commercetools/commercetools-php-sdk/commit/ff839aeb96f27041e43b6b4d782cd70c93049137))
16+
* **Store:** add missing update action ([2283fca](https://github.com/commercetools/commercetools-php-sdk/commit/2283fca23bcaf64cd20510f908f07239b3eea0bc))
17+
18+
119
# [2.18.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.17.0...v2.18.0) (2022-02-23)
220

321

src/Core/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 = '2.18.0';
17+
const VERSION = '2.19.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)