Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 11, 2024
1 parent fc6cebd commit 23eab14
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piano-block",
"version": "2.5.0",
"version": "2.6.0",
"description": "WordPress custom block plugin that allows you to play a variety of tones using the piano keyboard.",
"author": "Aki Hamano",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion piano-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Can play a variety of tones using the piano keyboard.
* Requires at least: 6.5
* Requires PHP: 7.4
* Version: 2.5.0
* Version: 2.6.0
* Author: Aki Hamano
* Author URI: https://github.com/t-hamano
* License: GPL2 or later
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: wildworks
Tags: gutenberg, audio, music, piano
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 2.5.0
Tested up to: 6.7
Stable tag: 2.6.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -97,6 +97,14 @@ Source: https://fonts.google.com/specimen/Yellowtail

== Changelog ==

= 2.6.0 =
* Tested to WordPress 6.7
* Enhancement: Improve playing responsiveness
* Enhancement: Update API version from 2 to 3
* Enhancement: Improve block icon appearance
* Enhancement: Polish the style of the control section
* Drop support for WordPress 6.4

= 2.5.0 =
* Tested to WordPress 6.6
* Drop support for WordPress 6.3
Expand Down

0 comments on commit 23eab14

Please sign in to comment.