Skip to content

Commit

Permalink
Update plugin version, readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Dec 23, 2024
1 parent 3587e38 commit fd7e61c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ 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.4
- Enhancement: Deactivate by default calculation of the media elements used for the filters in the Media Library view.
- Enhancement: Remove unnecessary calls to the API on each page load.
- Enhancement: Update the UI of the banners, remove the unnecessary step before the checkout.
- Enhancement: 3rd-party compatibility: Fix a problem when an unstyled banner was displayed on Gravity Forms plugin view.

### 2.2.3.2
- Enhancement: Optimize and cache the modal attachment counter database query.

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.3.2
* Version: 2.2.4
* 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.3.2' );
define( 'IMAGIFY_VERSION', '2.2.4' );
define( 'IMAGIFY_SLUG', 'imagify' );
define( 'IMAGIFY_FILE', __FILE__ );
define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wp_rocket, imagify
Tags: optimize images, image optimization, compress images, convert webp, convert AVIF
Tested up to: 6.7
Stable tag: 2.2.3.2
Stable tag: 2.2.4
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,12 @@ You can report any security bugs found in the source code of the site-reviews pl
4. Other Media Page

== Changelog ==
= 2.2.4 =
- Enhancement: Deactivate by default calculation of the media elements used for the filters in the Media Library view.
- Enhancement: Remove unnecessary calls to the API on each page load.
- Enhancement: Update the UI of the banners, remove the unnecessary step before the checkout.
- Enhancement: 3rd-party compatibility: Fix a problem when an unstyled banner was displayed on Gravity Forms plugin view.

= 2.2.3.2 =
- Enhancement: Optimize and cache the modal attachment counter database query.

Expand Down

0 comments on commit fd7e61c

Please sign in to comment.