plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -3,10 +3,10 @@
* 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.2
* Requires at least: 5.3
* Requires PHP: 7.3
* Author: Imagify Optimize Images & Convert WebP & Avif
* Author: Imagify Image Optimizer Optimize Images & Convert WebP & Avif
* Author URI: https://imagify.io
* Licence: GPLv2
*
@@ -19,7 +19,7 @@
defined( 'ABSPATH' ) || die( 'Cheatin uh?' );
// Imagify defines.
define( 'IMAGIFY_VERSION', '2.2.2' );
define( 'IMAGIFY_VERSION', '2.2.3.2' );
define( 'IMAGIFY_SLUG', 'imagify' );
define( 'IMAGIFY_FILE', __FILE__ );
define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );