From c6b442af3ba615ecb0b5222c3a3699c202639a05 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 8 Mar 2024 00:42:17 +0900 Subject: [PATCH] v1.1.1 --- enable-responsive-image.php | 2 +- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/enable-responsive-image.php b/enable-responsive-image.php index ea863a0..5a2815c 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.1.0 + * Version: 1.1.1 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/package.json b/package.json index b1c3016..5fd8567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enable-responsive-image", - "version": "1.1.0", + "version": "1.1.1", "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 83c94ef..acb2399 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wildworks, Toro_Unit Tags: gutenberg, block, image, responsive Requires at least: 6.4 Tested up to: 6.5 -Stable tag: 1.1.0 +Stable tag: 1.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,9 @@ You can find a list of the available filters in the [Github readme](https://gith == Changelog == += 1.1.1 = +* Remove unnecessary changelog + = 1.1.0 = * Tested to WordPress 6.5 * Enhancement: Polish block sidebar