diff --git a/README.md b/README.md index 50e96ef7..5e570c4b 100755 --- a/README.md +++ b/README.md @@ -155,6 +155,13 @@ When the plugin is disabled, your existing images remain optimized. Backups of t Please report security bugs found in the site-reviews plugin's source code through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/imagify). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin. ## Changelog +### 2.2.3 +- Enhancement: Cache the calls to the license API to avoid sending unnecessary requests +- 3rd-party compatibility: Update priority on `template_redirect` to improve compatibility with WP Rocket’s LazyLoad +- Bugfix: Fix `Uncaught TypeError: strpos() expects parameter 1 to be string` fatal error +- Enhancement: UI improvements +- Enhancement: Improve the code architecture + ### 2.2.2 - Enhancement: Allow to choose which Next-Gen images should be generated in UI - Enhancement: Guard against image size that’s not a string diff --git a/imagify.php b/imagify.php index 8e5f7c3f..2d4c81bd 100644 --- a/imagify.php +++ b/imagify.php @@ -3,7 +3,7 @@ * Plugin Name: Imagify * Plugin URI: https://wordpress.org/plugins/imagify/ * Description: Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool. - * Version: 2.2.2 + * Version: 2.2.3 * Requires at least: 5.3 * Requires PHP: 7.3 * Author: Imagify Image Optimizer – Optimize Images & Convert WebP & Avif @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); // Imagify defines. -define( 'IMAGIFY_VERSION', '2.2.2' ); +define( 'IMAGIFY_VERSION', '2.2.3' ); define( 'IMAGIFY_SLUG', 'imagify' ); define( 'IMAGIFY_FILE', __FILE__ ); define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' ); diff --git a/readme.txt b/readme.txt index 478b20a1..cdb7bdaa 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Imagify – Optimize Images & Convert WebP & AVIF | Compress Images Easily === Contributors: wp_rocket, imagify Tags: optimize images, image optimization, compress images, convert webp, convert AVIF -Tested up to: 6.5 -Stable tag: 2.2.2 +Tested up to: 6.6 +Stable tag: 2.2.3 Requires PHP: 7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -266,6 +266,13 @@ You can report any security bugs found in the source code of the site-reviews pl 4. Other Media Page == Changelog == += 2.2.3 = +- Enhancement: Cache the calls to the license API to avoid sending unnecessary requests +- 3rd-party compatibility: Update priority on `template_redirect` to improve compatibility with WP Rocket’s LazyLoad +- Bugfix: Fix `Uncaught TypeError: strpos() expects parameter 1 to be string` fatal error +- Enhancement: UI improvements +- Enhancement: Improve the code architecture + = 2.2.2 = - Enhancement: Allow to choose which Next-Gen images should be generated in UI - Enhancement: Guard against image size that’s not a string