From fa862048aec37c87581f74d100cefd6e16fdf063 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Fri, 11 Oct 2024 23:54:54 +0900 Subject: [PATCH] Drop support for WP 6.4 --- .github/workflows/run-test-and-deploy.yml | 6 ------ .github/workflows/run-test.yml | 6 ------ enable-responsive-image.php | 2 +- readme.txt | 2 +- 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/run-test-and-deploy.yml b/.github/workflows/run-test-and-deploy.yml index f4649f1..c1a5631 100644 --- a/.github/workflows/run-test-and-deploy.yml +++ b/.github/workflows/run-test-and-deploy.yml @@ -15,20 +15,14 @@ jobs: wp: WordPress - php: '7.4' wp: WordPress#6.5.5 - - php: '7.4' - wp: WordPress#6.4.5 - php: '8.0' wp: WordPress - php: '8.0' wp: WordPress#6.5.5 - - php: '8.0' - wp: WordPress#6.4.5 - php: '8.2' wp: WordPress - php: '8.2' wp: WordPress#6.5.5 - - php: '8.2' - wp: WordPress#6.4.5 name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test steps: diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 621182b..b95a02c 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -23,20 +23,14 @@ jobs: wp: WordPress - php: '7.4' wp: WordPress#6.5.5 - - php: '7.4' - wp: WordPress#6.4.5 - php: '8.0' wp: WordPress - php: '8.0' wp: WordPress#6.5.5 - - php: '8.0' - wp: WordPress#6.4.5 - php: '8.2' wp: WordPress - php: '8.2' wp: WordPress#6.5.5 - - php: '8.2' - wp: WordPress#6.4.5 name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test steps: diff --git a/enable-responsive-image.php b/enable-responsive-image.php index 57ec8d3..23dc234 100644 --- a/enable-responsive-image.php +++ b/enable-responsive-image.php @@ -2,7 +2,7 @@ /** * Plugin Name: Enable Responsive Image * Description: Adds settings to the Image block to display different images depending on the width of the screen. - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Version: 1.2.0 * Author: Aki Hamano diff --git a/readme.txt b/readme.txt index 6030d33..b5d6685 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Enable Responsive Image === Contributors: wildworks, Toro_Unit Tags: gutenberg, block, image, responsive -Requires at least: 6.4 +Requires at least: 6.5 Tested up to: 6.6 Stable tag: 1.2.0 Requires PHP: 7.4