From e1a90e2b7ee46f83929831846b4843b71006fa33 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Wed, 7 Feb 2024 18:58:48 +0900 Subject: [PATCH] Change the required PHP version to 7.4 or higher. --- .github/workflows/develop-test.yml | 2 +- readme.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-test.yml b/.github/workflows/develop-test.yml index 6fd93c1f1..57d915137 100644 --- a/.github/workflows/develop-test.yml +++ b/.github/workflows/develop-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1'] wp-versions: ['6.3','6.2','6.1'] name: PHP Unit test ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test on ${{ matrix.operating-system }} services: diff --git a/readme.txt b/readme.txt index d02c00d5f..19900f5ce 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: Gutenberg,FAQ,alert Requires at least: 6.1 Tested up to: 6.4 Stable tag: 1.67.0.1 -Requires PHP: 7.2 +Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,8 @@ e.g. 1. VK Blocks examples. == Changelog == + +[ Specification Change ] Change the required PHP version to 7.4 or higher. [ Bug Fix ][ Image ]Fixed a bug in the photo frame with activated zoom in the image block styled 'photoFrame-tilt' [ Specification Change ][ Slider ] Add Slider Mode on Editor.