Skip to content

Commit

Permalink
Drop support for WP6.4 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Oct 11, 2024
1 parent 8a52e41 commit c4a3268
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:
- uses: actions/checkout@v4
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:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion piano-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Piano Block
* Description: Can play a variety of tones using the piano keyboard.
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.4
* Version: 2.5.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, audio, music, piano
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.4
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 2.5.0
Requires PHP: 7.4
Expand Down
6 changes: 0 additions & 6 deletions src/components/controls/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,4 @@
top: $grid-unit-10;
right: $grid-unit-10;
}

// Fallback for WP6.4 and below
.components-select-control__input.components-select-control__input.components-select-control__input {
height: $grid-unit-40;
min-height: $grid-unit-40;
}
}

0 comments on commit c4a3268

Please sign in to comment.