Skip to content

Commit 44c804b

Browse files
authored
Merge pull request #31 from dachcom-digital/p10-6
Pimcore 10.6 release
2 parents 5fd373a + a8350c8 commit 44c804b

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

.github/workflows/codeception.yml

Lines changed: 5 additions & 7 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]
42-
symfony: [ ^5.3 ]
43-
pimcore: [ ~10.1.0, ~10.2.0 ]
41+
php: [ 8.1 ]
42+
symfony: [ ^5.4 ]
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: 5 additions & 5 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 ]
41-
symfony: [ ^5.3 ]
42-
pimcore: [ ~10.1.0 ]
40+
php: [ 8.1 ]
41+
symfony: [ ^5.4 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.1.0
45-
template_tag: v10.1.0
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: 5 additions & 5 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 ]
41-
symfony: [ ^5.3 ]
42-
pimcore: [ ~10.1.0 ]
40+
php: [ 8.1 ]
41+
symfony: [ ^5.4 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.1.0
45-
template_tag: v10.1.0
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,16 +2,16 @@
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/dynamic-search-data-provider-trinity.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/dynamic-search-data-provider-trinity)
5-
[![Tests](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/Codeception/master?style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/actions?query=workflow%3ACodeception+branch%3Amaster)
6-
[![PhpStan](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/PHP%20Stan/master?style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/.github/workflows/codeception.yml?branch=master&style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/actions?query=workflow%3ACodeception+branch%3Amaster)
6+
[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/.github/workflows/php-stan.yml?branch=master&style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
77

88
A data fetch extension for [Pimcore Dynamic Search](https://github.com/dachcom-digital/pimcore-dynamic-search).
99
Fetch pimcore elements by listings: `assets`, `documents` and `objects`.
1010

1111
## Release Plan
1212
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
1313
|---------|----------------------------|----------------------------|--------------|----------------------|-------------------------------------------------------------------------------------------------|
14-
| **2.x** | `10.0` - `10.5` | `^5.4` | 19.12.2021 | Yes (Bugs, Features) | master |
14+
| **2.x** | `10.0` - `10.6` | `^5.4` | 19.12.2021 | Yes (Bugs, Features) | master |
1515
| **1.x** | `6.6` - `6.9` | `^4.4` | 18.04.2021 | No | [1.x](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/tree/1.x) |
1616

1717
***

0 commit comments

Comments
 (0)