From 88d58be91e283b04f88674d852e68f37332f100f Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 8 Mar 2024 00:11:28 +0900 Subject: [PATCH] v1.1.0 --- enable-responsive-image.php | 2 +- package.json | 2 +- readme.txt | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/enable-responsive-image.php b/enable-responsive-image.php index 5f6d1ec..ea863a0 100644 --- a/enable-responsive-image.php +++ b/enable-responsive-image.php @@ -4,7 +4,7 @@ * Description: Adds settings to the Image block to display different images depending on the width of the screen. * Requires at least: 6.4 * Requires PHP: 7.4 - * Version: 1.0.0 + * Version: 1.1.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/package.json b/package.json index 3692915..b1c3016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enable-responsive-image", - "version": "1.0.0", + "version": "1.1.0", "description": "WordPress plugin that adds settings to the Image block to display different images depending on the width of the screen.", "author": "Aki Hamano", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index bc1743b..a97012d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: wildworks, Toro_Unit Tags: gutenberg, block, image, responsive Requires at least: 6.4 -Tested up to: 6.4 -Stable tag: 1.0.0 +Tested up to: 6.5 +Stable tag: 1.1.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -51,5 +51,12 @@ You can find a list of the available filters in the [Github readme](https://gith == Changelog == += 1.1.0 = +* Tested to WordPress 6.5 +* Enhancement: Polish block sidebar + +e004716 (HEAD -> main, origin/main, origin/HEAD) Apply shadow support to image preview +51362f7 Use new 32px/40px default size + = 1.0.0 = * Initial release