a3 Lazy Load - Version 2.4.8

Version Description

  • This maintenance release has check for compatibility with PHP 8.x
Download this release

Release Info

Developer a3rev
Plugin Icon 128x128 a3 Lazy Load
Version 2.4.8
Comparing to
See all releases

Code changes from version 2.4.7 to 2.4.8

Files changed (2) hide show
  1. a3-lazy-load.php +2 -2
  2. readme.txt +8 -1
a3-lazy-load.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: a3 Lazy Load
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.4.7
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 5.0
@@ -31,7 +31,7 @@ define('A3_LAZY_LOAD_IMAGES_URL', A3_LAZY_LOAD_URL . '/assets/images');
31
 
32
  define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
33
  define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
34
- define( 'A3_LAZY_VERSION', '2.4.7' );
35
  define( 'A3_LAZY_LOAD_G_FONTS', false );
36
 
37
  use \A3Rev\LazyLoad\FrameWork;
2
  /*
3
  Plugin Name: a3 Lazy Load
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.4.8
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 5.0
31
 
32
  define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
33
  define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
34
+ define( 'A3_LAZY_VERSION', '2.4.8' );
35
  define( 'A3_LAZY_LOAD_G_FONTS', false );
36
 
37
  use \A3Rev\LazyLoad\FrameWork;
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: a3rev, a3rev Software, nguyencongtuan
3
  Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
- Stable tag: 2.4.7
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -199,6 +199,10 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
199
 
200
  == Changelog ==
201
 
 
 
 
 
202
  = 2.4.7 - 2021/07/19 =
203
  * This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
204
  * 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
583
 
584
  == Upgrade Notice ==
585
 
 
 
 
586
  = 2.4.7 =
587
  This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
588
 
3
  Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
+ Stable tag: 2.4.8
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
199
 
200
  == Changelog ==
201
 
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
+
206
  = 2.4.7 - 2021/07/19 =
207
  * This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
208
  * Tweak - Test for lazy load work correctly with new WebP extension that WordPress 5.8 support
587
 
588
  == Upgrade Notice ==
589
 
590
+ = 2.4.8 =
591
+ * This maintenance release has check for compatibility with PHP 8.x
592
+
593
  = 2.4.7 =
594
  This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
595