Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for WordPress 6.3 #14

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading