Skip to content

Commit efd6002

Browse files
committed
Release new version 2.4.8
= 2.4.8 - 2021/11/20 = * This maintenance release has check for compatibility with PHP 8.x * Tweak - Test for compatibility with PHP 8.x
1 parent 3d8f6e7 commit efd6002

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

a3-lazy-load.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.4.7
5+
Version: 2.4.8
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 5.0
@@ -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.4.7' );
34+
define( 'A3_LAZY_VERSION', '2.4.8' );
3535
define( 'A3_LAZY_LOAD_G_FONTS', false );
3636

3737
use \A3Rev\LazyLoad\FrameWork;

readme.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
44
Requires at least: 5.0
55
Tested up to: 5.8
6-
Stable tag: 2.4.7
6+
Stable tag: 2.4.8
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

200200
== Changelog ==
201201

202+
= 2.4.8 - 2021/11/20 =
203+
* This maintenance release has check for compatibility with PHP 8.x
204+
* Tweak - Test for compatibility with PHP 8.x
205+
202206
= 2.4.7 - 2021/07/19 =
203207
* This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
204208
* Tweak - Test for lazy load work correctly with new WebP extension that WordPress 5.8 support
@@ -583,6 +587,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
583587

584588
== Upgrade Notice ==
585589

590+
= 2.4.8 =
591+
* This maintenance release has check for compatibility with PHP 8.x
592+
586593
= 2.4.7 =
587594
This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
588595

0 commit comments

Comments
 (0)