Skip to content

Commit

Permalink
Release new version 2.7.3
Browse files Browse the repository at this point in the history
= 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
  • Loading branch information
alextuan committed Jul 15, 2024
1 parent 706f658 commit 7f95753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions a3-lazy-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 7f95753

Please sign in to comment.