Skip to content

Commit 7f95753

Browse files
committed
Release new version 2.7.3
= 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
1 parent 706f658 commit 7f95753

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

a3-lazy-load.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*
33
Plugin Name: a3 Lazy Load
44
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
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 6.0
9-
Tested up to: 6.4.1
9+
Tested up to: 6.6
1010
Text Domain: a3-lazy-load
1111
Domain Path: /languages
1212
License: GPLv2 or later
@@ -31,7 +31,7 @@
3131

3232
define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
3333
define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
34-
define( 'A3_LAZY_VERSION', '2.7.2' );
34+
define( 'A3_LAZY_VERSION', '2.7.3' );
3535
define( 'A3_LAZY_LOAD_G_FONTS', false );
3636

3737
use \A3Rev\LazyLoad\FrameWork;

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
44
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
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -202,6 +202,10 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
202202

203203
== Changelog ==
204204

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+
205209
= 2.7.2 - 2024/02/06 =
206210
* This release has a fix for conflict with WordPress expand on click feature in the image block.
207211
* 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
637641

638642
== Upgrade Notice ==
639643

644+
= 2.7.3 =
645+
This release has various tweaks for compatibility with WordPress 6.6
646+
640647
= 2.7.2 =
641648
This release has a fix for conflict with WordPress expand on click feature in the image block.
642649

0 commit comments

Comments
 (0)