diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 8a7a0942..695a4c35 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -11,4 +11,4 @@ jobs: uses: alleyinteractive/.github/.github/workflows/built-branch.yml@main with: node: 20 - php: 8.2 + php: 8.1 diff --git a/.github/workflows/built-release.yml b/.github/workflows/built-release.yml index e3aea702..250160bd 100644 --- a/.github/workflows/built-release.yml +++ b/.github/workflows/built-release.yml @@ -10,4 +10,4 @@ jobs: uses: alleyinteractive/.github/.github/workflows/built-release.yml@main with: node: 20 - php: 8.2 + php: 8.1 diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 00feb2c7..244ab958 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -12,9 +12,13 @@ on: jobs: code-quality: if: github.event.pull_request.draft == false + strategy: + matrix: + php: [8.1, 8.2] + wordpress: ["latest"] uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main with: - php: 8.2 + php: ${{ matrix.php }} command: | phpcs phpstan diff --git a/CHANGELOG.md b/CHANGELOG.md index c0bd6a7a..cd4d98d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to `WP Curate` will be documented in this file. -## 1.5.1 - 2023-01-25 +## 1.6.0 - 2024-01-26 +- Change GitHub actions back to PHP 8.1 so that sites are not required to run 8.2 yet. + +## 1.5.1 - 2024-01-25 - Bug Fix: Avoid BlockControl toolbar obstructing PostPicker button when Post inner blocks are selected. diff --git a/wp-curate.php b/wp-curate.php index d15634c0..92007725 100644 --- a/wp-curate.php +++ b/wp-curate.php @@ -3,7 +3,7 @@ * Plugin Name: WP Curate * Plugin URI: https://github.com/alleyinteractive/wp-curate * Description: Plugin to curate homepages and other landing pages - * Version: 1.5.1 + * Version: 1.6.0 * Author: Alley Interactive * Author URI: https://github.com/alleyinteractive/wp-curate * Requires at least: 6.4