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

Commit 07c34eb

Browse files
committed
Merge branch 'release/v2.15.0'
2 parents a902110 + cb255d0 commit 07c34eb

File tree

22 files changed

+308
-35
lines changed

22 files changed

+308
-35
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @commercetools/clients-sdk-team
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots/Code snippet**
20+
If applicable, add screenshots or code samples to help explain your problem.
21+
22+
**Stack information (please complete the following information):**
23+
- PHP: [e.g. 7.4]
24+
- SDK: [e.g. v2.2]
25+
26+
27+
**Additional context**
28+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tools: composer
2828

2929
- name: "Cache dependencies installed with composer"
30-
uses: actions/cache@v1
30+
uses: actions/cache@v2
3131
with:
3232
path: ~/.composer/cache
3333
key: php7.4-composer-highest-${{ hashFiles('**/composer.json') }}
@@ -109,7 +109,7 @@ jobs:
109109
ini-values: assert.exception=1, zend.assertions=1
110110

111111
- name: "Cache dependencies installed with composer"
112-
uses: actions/cache@v1
112+
uses: actions/cache@v2
113113
with:
114114
path: ~/.composer/cache
115115
key: php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
@@ -157,7 +157,7 @@ jobs:
157157
ini-values: assert.exception=1, zend.assertions=1, apc.enabled=1, apc.enable_cli=1
158158

159159
- name: "Cache dependencies installed with composer"
160-
uses: actions/cache@v1
160+
uses: actions/cache@v2
161161
with:
162162
path: ~/.composer/cache
163163
key: php7.4-composer-highest-${{ hashFiles('**/composer.json') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./install-apigen.sh && php apigen.phar generate --debug --config build/apigen.neon
2525

2626
- name: Install SSH Client 🔑
27-
uses: webfactory/ssh-agent@v0.4.1
27+
uses: webfactory/ssh-agent@v0.5.2
2828
with:
2929
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
3030

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.15.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.14.0...v2.15.0) (2021-05-07)
2+
3+
4+
### Features
5+
6+
* **ShoppingList:** support store for shopping lists ([8808ed1](https://github.com/commercetools/commercetools-php-sdk/commit/8808ed1e36ffc0094372395bc9cd523ba2fcda22))
7+
8+
9+
110
# [2.14.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.13.0...v2.14.0) (2021-03-02)
211

312
### Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"require-dev": {
4444
"guzzlehttp/guzzle": "^7.0 || ^6.0",
4545
"phpunit/phpunit": "^8.5",
46-
"symplify/easy-coding-standard-prefixed": "^8.3.48 || ^9.2.1",
46+
"symplify/easy-coding-standard-prefixed": "8.3.48 || 9.2.1",
4747
"doctrine/cache": "^1.6",
4848
"monolog/monolog": "^1.12",
4949
"symfony/yaml": "^4.0 || ^3.4.38",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercetools-php-sdk-changelog",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/commercetools/commercetools-php-sdk",
66
"bugs": "https://github.com/commercetools/commercetools-php-sdk/issues",
@@ -14,6 +14,6 @@
1414
"postinstall": "cp tools/commit-msg.sh .git/hooks/commit-msg && cp tools/pre-commit.sh .git/hooks/pre-commit"
1515
},
1616
"devDependencies": {
17-
"conventional-changelog-cli": "^2.0.31"
17+
"conventional-changelog-cli": "2.1.1"
1818
}
1919
}

renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":pinOnlyDevDependencies",
5+
":enableVulnerabilityAlerts",
6+
"schedule:weekly"
7+
],
8+
"separateMajorMinor": true,
9+
"packageRules": [
10+
{
11+
"packagePatterns": [
12+
"*"
13+
],
14+
"updateTypes": ["minor", "patch"],
15+
"groupName": "all dependencies",
16+
"groupSlug": "all"
17+
}
18+
],
19+
"lockFileMaintenance": {
20+
"enabled": true
21+
},
22+
"labels": [
23+
"Type: Maintenance"
24+
],
25+
"ignoreDeps": []
26+
}

0 commit comments

Comments
 (0)