Skip to content

Commit 23eab14

Browse files
committed
v2.6.0
1 parent fc6cebd commit 23eab14

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piano-block",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "WordPress custom block plugin that allows you to play a variety of tones using the piano keyboard.",
55
"author": "Aki Hamano",
66
"license": "GPL-2.0-or-later",

piano-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Can play a variety of tones using the piano keyboard.
55
* Requires at least: 6.5
66
* Requires PHP: 7.4
7-
* Version: 2.5.0
7+
* Version: 2.6.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: wildworks
33
Tags: gutenberg, audio, music, piano
44
Donate link: https://www.paypal.me/thamanoJP
55
Requires at least: 6.5
6-
Tested up to: 6.5
7-
Stable tag: 2.5.0
6+
Tested up to: 6.7
7+
Stable tag: 2.6.0
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -97,6 +97,14 @@ Source: https://fonts.google.com/specimen/Yellowtail
9797

9898
== Changelog ==
9999

100+
= 2.6.0 =
101+
* Tested to WordPress 6.7
102+
* Enhancement: Improve playing responsiveness
103+
* Enhancement: Update API version from 2 to 3
104+
* Enhancement: Improve block icon appearance
105+
* Enhancement: Polish the style of the control section
106+
* Drop support for WordPress 6.4
107+
100108
= 2.5.0 =
101109
* Tested to WordPress 6.6
102110
* Drop support for WordPress 6.3

0 commit comments

Comments
 (0)