From bb0e20a5c14020d73bc0a08308448e4c548c9eb2 Mon Sep 17 00:00:00 2001 From: akbansa Date: Fri, 14 Aug 2026 10:28:37 +0530 Subject: [PATCH] upgrade --- changelog.txt | 3 +++ gumlet.php | 2 +- readme.txt | 10 ++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index c97a101..c6ded0a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 1.4.3 = +* WordPress 7.1 compatibility: tested up to 7.1. + = 1.4.2 = * Fix versioning and changelog diff --git a/gumlet.php b/gumlet.php index f2a796a..23320f2 100644 --- a/gumlet.php +++ b/gumlet.php @@ -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 Gumlet 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 diff --git a/readme.txt b/readme.txt index c6e441d..d47afa3 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.