Skip to content

Commit

Permalink
Drop support for WP 6.4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Oct 14, 2024
1 parent 2f06f97 commit 3d206e8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion custom-html-block-extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Custom HTML Block Extension
* Description: Extend Custom HTML block to evolve into the advanced code editor.
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.4
* Version: 3.6.0
* Author: Aki Hamano
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wildworks
Tags: gutenberg, block, html, highlighting, emmet
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.4
Requires at least: 6.5
Tested up to: 6.6
Stable tag: 3.6.0
Requires PHP: 7.4
Expand Down
6 changes: 0 additions & 6 deletions src/admin/editor-config/components/filter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,5 @@
.components-input-control__container {
background: $white;
}

// Fallback for WP6.4 and below
input[type="search"].components-search-control__input {
height: 40px;
background: $white;
}
}
}

0 comments on commit 3d206e8

Please sign in to comment.