Skip to content

Commit c6b442a

Browse files
committed
v1.1.1
1 parent c7c4b71 commit c6b442a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

enable-responsive-image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Adds settings to the Image block to display different images depending on the width of the screen.
55
* Requires at least: 6.4
66
* Requires PHP: 7.4
7-
* Version: 1.1.0
7+
* Version: 1.1.1
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enable-responsive-image",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "WordPress plugin that adds settings to the Image block to display different images depending on the width of the screen.",
55
"author": "Aki Hamano",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wildworks, Toro_Unit
33
Tags: gutenberg, block, image, responsive
44
Requires at least: 6.4
55
Tested up to: 6.5
6-
Stable tag: 1.1.0
6+
Stable tag: 1.1.1
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
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
5151

5252
== Changelog ==
5353

54+
= 1.1.1 =
55+
* Remove unnecessary changelog
56+
5457
= 1.1.0 =
5558
* Tested to WordPress 6.5
5659
* Enhancement: Polish block sidebar

0 commit comments

Comments
 (0)