a3 Lazy Load - Version 2.3.3

Version Description

This maintenance release is compatibility with WordPress 5.4.2 and a bug fix for a conflict with the latest version 4.3 of WooCommerce

Download this release

Release Info

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

Code changes from version 2.3.2 to 2.3.3

Files changed (3) hide show
  1. a3-lazy-load.php +4 -4
  2. classes/class-a3-lazy-load.php +1 -0
  3. readme.txt +11 -2
a3-lazy-load.php CHANGED
@@ -2,15 +2,15 @@
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.3.2
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 4.9
9
- Tested up to: 5.4
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  WC requires at least: 2.0.0
13
- WC tested up to: 4.0
14
  License: GPLv2 or later
15
  Copyright © 2011 a3 Revolution Software Development team
16
  a3 Revolution Software Development team
@@ -33,7 +33,7 @@ define('A3_LAZY_LOAD_IMAGES_URL', A3_LAZY_LOAD_URL . '/assets/images');
33
 
34
  define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
35
  define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
36
- define( 'A3_LAZY_VERSION', '2.3.2' );
37
  define( 'A3_LAZY_LOAD_G_FONTS', false );
38
 
39
  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.3.3
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 4.9
9
+ Tested up to: 5.4.2
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  WC requires at least: 2.0.0
13
+ WC tested up to: 4.3
14
  License: GPLv2 or later
15
  Copyright © 2011 a3 Revolution Software Development team
16
  a3 Revolution Software Development team
33
 
34
  define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
35
  define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
36
+ define( 'A3_LAZY_VERSION', '2.3.3' );
37
  define( 'A3_LAZY_LOAD_G_FONTS', false );
38
 
39
  use \A3Rev\LazyLoad\FrameWork;
classes/class-a3-lazy-load.php CHANGED
@@ -100,6 +100,7 @@ class LazyLoad
100
  if ( $a3_lazy_load_global_settings['a3l_apply_image_to_gravatars'] == true ) {
101
  add_filter( 'get_avatar', array( $this, 'filter_images' ), 200 );
102
  }
 
103
  }
104
 
105
  // Apply for Videos
100
  if ( $a3_lazy_load_global_settings['a3l_apply_image_to_gravatars'] == true ) {
101
  add_filter( 'get_avatar', array( $this, 'filter_images' ), 200 );
102
  }
103
+ add_filter( 'woocommerce_product_get_image', array( $this, 'filter_images' ), 200 );
104
  }
105
 
106
  // Apply for Videos
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: a3rev, a3rev Software, nguyencongtuan
3
  Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
4
  Requires at least: 4.9
5
- Tested up to: 5.4
6
- Stable tag: 2.3.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -204,6 +204,12 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
204
 
205
  == Changelog ==
206
 
 
 
 
 
 
 
207
  = 2.3.2 - 2020/03/17 =
208
  * This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.
209
  * Tweak - Test for compatibility with WordPress 5.4
@@ -494,6 +500,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
494
 
495
  == Upgrade Notice ==
496
 
 
 
 
497
  = 2.3.2 =
498
  This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.
499
 
2
  Contributors: a3rev, a3rev Software, nguyencongtuan
3
  Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
4
  Requires at least: 4.9
5
+ Tested up to: 5.4.2
6
+ Stable tag: 2.3.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
204
 
205
  == Changelog ==
206
 
207
+ = 2.3.3 – 2020/07/17 =
208
+ * This maintenance release is compatibility with WordPress 5.4.2 and a bug fix for a conflict with the latest version 4.3 of WooCommerce
209
+ * Tweak – Test for compatibility with WordPress 5.4.2
210
+ * Tweak – Test for compatibility with WooCommerce 4.3.0
211
+ * Fix - Support lazy load for WC Product Images
212
+
213
  = 2.3.2 - 2020/03/17 =
214
  * This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.
215
  * Tweak - Test for compatibility with WordPress 5.4
500
 
501
  == Upgrade Notice ==
502
 
503
+ = 2.3.3 =
504
+ This maintenance release is compatibility with WordPress 5.4.2 and a bug fix for a conflict with the latest version 4.3 of WooCommerce
505
+
506
  = 2.3.2 =
507
  This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.
508