File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
/*
3
3
Plugin Name: a3 Lazy Load
4
4
Description: Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load.
5
- Version: 2.7.2
5
+ Version: 2.7.3
6
6
Author: a3rev Software
7
7
Author URI: https://a3rev.com/
8
8
Requires at least: 6.0
9
- Tested up to: 6.4.1
9
+ Tested up to: 6.6
10
10
Text Domain: a3-lazy-load
11
11
Domain Path: /languages
12
12
License: GPLv2 or later
31
31
32
32
define ( 'A3_LAZY_LOAD_KEY ' , 'a3_lazy_load ' );
33
33
define ( 'A3_LAZY_LOAD_PREFIX ' , 'a3_lazy_load_ ' );
34
- define ( 'A3_LAZY_VERSION ' , '2.7.2 ' );
34
+ define ( 'A3_LAZY_VERSION ' , '2.7.3 ' );
35
35
define ( 'A3_LAZY_LOAD_G_FONTS ' , false );
36
36
37
37
use \A3Rev \LazyLoad \FrameWork ;
Original file line number Diff line number Diff line change 2
2
Contributors: a3rev, a3rev Software, nguyencongtuan
3
3
Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
4
4
Requires at least: 6.0
5
- Tested up to: 6.4.1
6
- Stable tag: 2.7.2
5
+ Tested up to: 6.6
6
+ Stable tag: 2.7.3
7
7
License: GPLv3
8
8
License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
9
@@ -202,6 +202,10 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
202
202
203
203
== Changelog ==
204
204
205
+ = 2.7.3 - 2024/07/15 =
206
+ * This release has various tweaks for compatibility with WordPress 6.6
207
+ * Tweak - Tested for compatibility with WordPress 6.6
208
+
205
209
= 2.7.2 - 2024/02/06 =
206
210
* This release has a fix for conflict with WordPress expand on click feature in the image block.
207
211
* 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
637
641
638
642
== Upgrade Notice ==
639
643
644
+ = 2.7.3 =
645
+ This release has various tweaks for compatibility with WordPress 6.6
646
+
640
647
= 2.7.2 =
641
648
This release has a fix for conflict with WordPress expand on click feature in the image block.
642
649
You can’t perform that action at this time.
0 commit comments