Skip to content

Commit a50b677

Browse files
authored
Merge pull request #4 from dachcom-digital/p10-6
Pimcore 10.6 release
2 parents 765b60f + 6e918c0 commit a50b677

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

.github/workflows/codeception.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ jobs:
3838
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3939
strategy:
4040
matrix:
41-
php: [ 8.0 ]
41+
php: [ 8.1 ]
4242
symfony: [ ^5.4 ]
43-
pimcore: [ ~10.1.0, ~10.2.0 ]
43+
pimcore: [ ~10.6.0 ]
4444
include:
45-
- pimcore: ~10.1.0
46-
template_tag: v10.1.0
47-
- pimcore: ~10.2.0
48-
template_tag: v10.1.4
45+
- pimcore: ~10.6.0
46+
template_tag: v10.2.5
4947
steps:
5048
- uses: actions/checkout@v2
5149
with:

.github/workflows/ecs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838
strategy:
3939
matrix:
40-
php: [ 8.0 ]
40+
php: [ 8.1 ]
4141
symfony: [ ^5.4 ]
42-
pimcore: [ ~10.2.0 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.2.0
45-
template_tag: v10.1.4
44+
- pimcore: ~10.6.0
45+
template_tag: v10.2.5
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:

.github/workflows/php-stan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838
strategy:
3939
matrix:
40-
php: [ 8.0 ]
40+
php: [ 8.1 ]
4141
symfony: [ ^5.4 ]
42-
pimcore: [ ~10.2.0 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.2.0
45-
template_tag: v10.1.4
44+
- pimcore: ~10.6.0
45+
template_tag: v10.2.5
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)
44
[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/social-data-linkedin-connector.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/social-data-linkedin-connector)
5-
[![Tests](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/Codeception/master?style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3ACodeception+branch%3Amaster)
6-
[![PhpStan](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/PHP%20Stan/master?style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/.github/workflows/codeception.yml?branch=master&style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3ACodeception+branch%3Amaster)
6+
[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/.github/workflows/php-stan.yml?branch=master&style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
77

88
This Connector allows you to fetch social posts from LinkedIn.
99

@@ -12,7 +12,7 @@ This Connector allows you to fetch social posts from LinkedIn.
1212
### Release Plan
1313
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
1414
|---------|----------------------------|----------------------------|--------------|----------------|-------------------------------------------------------------------------------------------|
15-
| **2.x** | `10.1` - `10.5` | `5.4` | 05.01.2022 | Feature Branch | master |
15+
| **2.x** | `10.1` - `10.6` | `5.4` | 05.01.2022 | Feature Branch | master |
1616
| **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 22.10.2020 | Unsupported | [1.x](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/tree/1.x) |
1717

1818
## Installation

0 commit comments

Comments
 (0)