Skip to content

Commit 88d58be

Browse files
committed
v1.1.0
1 parent e004716 commit 88d58be

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.0.0
7+
* Version: 1.1.0
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.0.0",
3+
"version": "1.1.0",
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wildworks, Toro_Unit
33
Tags: gutenberg, block, image, responsive
44
Requires at least: 6.4
5-
Tested up to: 6.4
6-
Stable tag: 1.0.0
5+
Tested up to: 6.5
6+
Stable tag: 1.1.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
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
5151

5252
== Changelog ==
5353

54+
= 1.1.0 =
55+
* Tested to WordPress 6.5
56+
* Enhancement: Polish block sidebar
57+
58+
e004716 (HEAD -> main, origin/main, origin/HEAD) Apply shadow support to image preview
59+
51362f7 Use new 32px/40px default size
60+
5461
= 1.0.0 =
5562
* Initial release

0 commit comments

Comments
 (0)