From 180e1f4b700aa5f6494aca719721928372049c7e Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Thu, 27 Jun 2024 11:38:04 +0900 Subject: [PATCH] v2.4.0 --- flexible-spacer-block.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/flexible-spacer-block.php b/flexible-spacer-block.php index c27e4b2..8e7df01 100644 --- a/flexible-spacer-block.php +++ b/flexible-spacer-block.php @@ -4,7 +4,7 @@ * Description: Add white space between blocks and customize its height for each device. * Requires at least: 6.4 * Requires PHP: 7.4 - * Version: 2.3.0 + * Version: 2.4.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/package-lock.json b/package-lock.json index 9e91fce..37fcb90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flexible-spacer-block", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flexible-spacer-block", - "version": "2.3.0", + "version": "2.4.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/base-styles": "5.2.0", diff --git a/package.json b/package.json index 2be1f62..30ccd86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flexible-spacer-block", - "version": "2.3.0", + "version": "2.4.0", "description": "WordPress plugin to add white space between blocks and customize its height for each device.", "author": "Aki Hamano", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index bd7da9d..7f3ec6f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wildworks Tags: gutenberg, block, spacer, responsive Donate link: https://www.paypal.me/thamanoJP Requires at least: 6.4 -Tested up to: 6.5 -Stable tag: 2.3.0 +Tested up to: 6.6 +Stable tag: 2.4.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -48,6 +48,10 @@ Source: https://pxhere.com/ja/photo/245 == Changelog == += 2.4.0 = +* Tested to WordPress 6.6 +* Drop support for WordPress 6.3 + = 2.3.0 = * Tested to WordPress 6.5 * Enhancement: Polish block style