Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 7, 2024
1 parent e004716 commit 88d58be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion enable-responsive-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 88d58be

Please sign in to comment.