Skip to content

Commit

Permalink
Drop support for WordPress 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 12, 2023
1 parent 0c48356 commit 87cd2d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,15 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.1
- php: '7.4'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.1
- php: '8.0'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.1
- php: '8.2'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.1
- php: '7.4'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.1
- php: '8.0'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.1
- php: '8.2'
wp: WordPress#6.3.2
wp: WordPress#6.4.2
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
2 changes: 1 addition & 1 deletion enable-responsive-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Requires at least: 6.4
* Requires PHP: 7.4
* Version: 1.0.0
* Author: Aki Hamano
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Enable Responsive Image ===
Contributors: wildworks, Toro_Unit
Tags: gutenberg, block, image, responsive
Requires at least: 6.3
Tested up to: 6.3
Requires at least: 6.4
Tested up to: 6.4
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
Expand Down

0 comments on commit 87cd2d6

Please sign in to comment.