Skip to content

Commit aeba746

Browse files
committed
v1.4.0
1 parent afb292a commit aeba746

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
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.6
66
* Requires PHP: 7.4
7-
* Version: 1.3.0
7+
* Version: 1.4.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0",
3+
"version": "1.4.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: 8 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.6
5-
Tested up to: 6.7
6-
Stable tag: 1.3.0
5+
Tested up to: 6.8
6+
Stable tag: 1.4.0
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,12 @@ You can find a list of the available filters in the [Github readme](https://gith
5151

5252
== Changelog ==
5353

54+
= 1.4.0 =
55+
* Tested to WordPress 6.8
56+
* Enhancement: Show full srcset url
57+
* Accessibility: Respect user preference for CSS transitions
58+
* Drop support for WordPress 6.5
59+
5460
= 1.3.0 =
5561
* Tested to WordPress 6.7
5662
* Drop support for WordPress 6.4

0 commit comments

Comments
 (0)