From c8f03bc8263935a26f3d2828c9de8d7ee8c52701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tetsuaki=20Hamano=20/=20=E6=B5=9C=E9=87=8E=20=E5=93=B2?= =?UTF-8?q?=E6=98=8E?= Date: Thu, 19 May 2022 09:57:08 +0000 Subject: [PATCH] v1.0.2 --- piano-block.php | 2 +- readme.txt | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/piano-block.php b/piano-block.php index 9f61d13..80c3ec5 100644 --- a/piano-block.php +++ b/piano-block.php @@ -4,7 +4,7 @@ * Description: Can play a variety of tones using the piano keyboard on the block editor. * Requires at least: 5.9 * Requires PHP: 7.3 - * Version: 1.0.1 + * Version: 1.0.2 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/readme.txt b/readme.txt index b657c2d..c7b9efc 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wildworks Tags: gutenberg, audio, music, piano Donate link: https://www.paypal.me/thamanoJP Requires at least: 5.9 -Tested up to: 5.9.1 -Stable tag: 1.0.1 +Tested up to: 6.0 +Stable tag: 1.0.2 Requires PHP: 7.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -96,6 +96,11 @@ Source: https://fonts.google.com/specimen/Yellowtail == Changelog == += 1.0.2 = +* Tested to WordPress 6.0 +* Fix: Don't enqueue scripts on frontend +* Doc: Update author name + = 1.0.1 = * Doc: Fix typo and spelling inconsistencies