diff --git a/a3-lazy-load.php b/a3-lazy-load.php index 43c3cbd..b9878ee 100644 --- a/a3-lazy-load.php +++ b/a3-lazy-load.php @@ -2,11 +2,11 @@ /* Plugin Name: a3 Lazy Load Description: Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load. -Version: 2.7.2 +Version: 2.7.3 Author: a3rev Software Author URI: https://a3rev.com/ Requires at least: 6.0 -Tested up to: 6.4.1 +Tested up to: 6.6 Text Domain: a3-lazy-load Domain Path: /languages License: GPLv2 or later @@ -31,7 +31,7 @@ define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' ); define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' ); -define( 'A3_LAZY_VERSION', '2.7.2' ); +define( 'A3_LAZY_VERSION', '2.7.3' ); define( 'A3_LAZY_LOAD_G_FONTS', false ); use \A3Rev\LazyLoad\FrameWork; diff --git a/readme.txt b/readme.txt index 57b6f81..df8149b 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: a3rev, a3rev Software, nguyencongtuan Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload Requires at least: 6.0 -Tested up to: 6.4.1 -Stable tag: 2.7.2 +Tested up to: 6.6 +Stable tag: 2.7.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -202,6 +202,10 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide == Changelog == += 2.7.3 - 2024/07/15 = +* This release has various tweaks for compatibility with WordPress 6.6 +* Tweak - Tested for compatibility with WordPress 6.6 + = 2.7.2 - 2024/02/06 = * This release has a fix for conflict with WordPress expand on click feature in the image block. * Fix - Update lazy load work compatibility with Expand on Click feature from core image block @@ -637,6 +641,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide == Upgrade Notice == += 2.7.3 = +This release has various tweaks for compatibility with WordPress 6.6 + = 2.7.2 = This release has a fix for conflict with WordPress expand on click feature in the image block.