Skip to content

Commit

Permalink
update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Oct 31, 2024
1 parent 76ec1bf commit 0fe6f38
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ) ) . '/' );
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0fe6f38

Please sign in to comment.