Skip to content

Commit

Permalink
Pimcore 10.6 release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jul 7, 2023
1 parent 8f72608 commit 5d1638a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeception.yml
Expand Up @@ -38,12 +38,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ecs.yml
Expand Up @@ -37,12 +37,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php-stan.yml
Expand Up @@ -37,12 +37,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,8 +2,8 @@

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

This Connector allows you to fetch social posts from Facebook.

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

## Installation
Expand Down

0 comments on commit 5d1638a

Please sign in to comment.