From 2926ddd78b014bb2ece9f1b24d8c2b64a8a3eff8 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Wed, 26 Jun 2024 12:05:12 +0900 Subject: [PATCH] v2.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- piano-block.php | 2 +- readme.txt | 6 +++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9e81f7..73cf750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piano-block", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "piano-block", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-2.0-or-later", "dependencies": { "tone": "^15.0.4" diff --git a/package.json b/package.json index 3a1f812..89c2697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piano-block", - "version": "2.4.0", + "version": "2.5.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", diff --git a/piano-block.php b/piano-block.php index f746d21..4ee9e76 100644 --- a/piano-block.php +++ b/piano-block.php @@ -4,7 +4,7 @@ * Description: Can play a variety of tones using the piano keyboard. * Requires at least: 6.4 * Requires PHP: 7.4 - * Version: 2.4.0 + * Version: 2.5.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/readme.txt b/readme.txt index 100bb30..0e72dfc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: gutenberg, audio, music, piano Donate link: https://www.paypal.me/thamanoJP Requires at least: 6.4 Tested up to: 6.5 -Stable tag: 2.4.0 +Stable tag: 2.5.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -97,6 +97,10 @@ Source: https://fonts.google.com/specimen/Yellowtail == Changelog == += 2.5.0 = +* Tested to WordPress 6.6 +* Drop support for WordPress 6.3 + = 2.4.0 = * Tested to WordPress 6.5 * Enhancement: Improve compatibility with theme styles on the front end