Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 1.4.3 =
* WordPress 7.1 compatibility: tested up to 7.1.

= 1.4.2 =
* Fix versioning and changelog

Expand Down
2 changes: 1 addition & 1 deletion gumlet.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Gumlet
* Plugin URI: https://github.com/gumlet/wordpress-plugin
* Description: A WordPress plugin to automatically load all your existing (and future) WordPress images via the <a href="http://www.gumlet.com" target="_blank">Gumlet</a> service for smaller, faster, and better looking images.
* Version: 1.4.2
* Version: 1.4.3
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Gumlet
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Text Domain: gumlet
Author URI: https://www.gumlet.com
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 7.0
Stable tag: 1.4.2
Tested up to: 7.1
Stable tag: 1.4.3
License: BSD-2
License URI: http://opensource.org/licenses/BSD-2-Clause

Expand Down Expand Up @@ -141,6 +141,12 @@ If you need any help, you can reach out to us at support@gumlet.com.

== Changelog ==

= 1.4.3 =
* WordPress 7.1 compatibility: tested up to 7.1.

= 1.4.2 =
* Fix versioning and changelog

= 1.4.1 =
* WordPress 7.0 compatibility: tested up to 7.0; requires WordPress 6.0+ and PHP 7.4+.
* Fix undefined $is_s3_host variable when rewriting S3 image URLs.
Expand Down