a3 Lazy Load - Version 2.3.2

Version Description

This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.

Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.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.1
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 4.9
9
- Tested up to: 5.3.2
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  WC requires at least: 2.0.0
13
- WC tested up to: 3.9.2
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.1' );
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.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
 
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;
admin/settings/template-settings/global-settings.php CHANGED
@@ -562,7 +562,7 @@ class Global_Panel extends FrameWork\Admin_UI
562
  ),
563
 
564
  array(
565
- 'name' => __( 'Jetpack Site Accelerator (Proton) Compatibility', 'a3-lazy-load' ),
566
  'class' => 'a3l_apply_to_load_container',
567
  'type' => 'heading',
568
  'id' => 'a3l_jetpack_compatibility_box',
562
  ),
563
 
564
  array(
565
+ 'name' => __( 'Jetpack Site Accelerator (Photon) Compatibility', 'a3-lazy-load' ),
566
  'class' => 'a3l_apply_to_load_container',
567
  'type' => 'heading',
568
  'id' => 'a3l_jetpack_compatibility_box',
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.3.2
6
- Stable tag: 2.3.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -67,9 +67,9 @@ a3 Lazy Load has built in support for content that is added by iframe from any s
67
  * There are no setting options for exclude /amp - Lazy Load is just never applied to the /amp endpoint
68
  * When the url is loaded in browser without /amp Lazy Load is applied
69
 
70
- = JETPACK SITE ACCELERATOR (Proton) =
71
 
72
- This is an option that you turn on as the Jetpack Accelerator (Proton CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to videos and iframes as well as images.
73
 
74
  = WebP IMAGES =
75
 
@@ -204,6 +204,13 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
204
 
205
  == Changelog ==
206
 
 
 
 
 
 
 
 
207
  = 2.3.1 - 2020/02/29 =
208
  * This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
209
  * Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
@@ -248,7 +255,7 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
248
  = 2.0.0 - 2019/11/19 =
249
  * This feature release has a lot. PHP is upgraded to Composer PHP Dependency Manager, Compatibility with Jetpack Accelerator, a full security review, and compatibility with with WordPress 5.3.0
250
  * Feature - Plugin fully refactored to Composer for cleaner and faster PHP code
251
- * Feature - Add Jetpack Accelerator (Proton CDN images) compatibility. Props [@ KZeni](https://github.com/KZeni)
252
  * Tweak - Define new option box so that you can turn ON|OFF Jetpack Compatibility
253
  * Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css
254
  * Tweak - Test for compatibility with WordPress 5.3.0
@@ -487,6 +494,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
487
 
488
  == Upgrade Notice ==
489
 
 
 
 
490
  = 2.3.1 =
491
  This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
492
 
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
 
67
  * There are no setting options for exclude /amp - Lazy Load is just never applied to the /amp endpoint
68
  * When the url is loaded in browser without /amp Lazy Load is applied
69
 
70
+ = JETPACK SITE ACCELERATOR (Photon) =
71
 
72
+ This is an option that you turn on as the Jetpack Accelerator (Photon CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to videos and iframes as well as images.
73
 
74
  = WebP IMAGES =
75
 
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
210
+ * Tweak - Test for compatibility with WooCommerce 4.0
211
+ * Tweak - Run Tavis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4
212
+ * Tweak - Update Jetpack Photon typo
213
+
214
  = 2.3.1 - 2020/02/29 =
215
  * This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
216
  * Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
255
  = 2.0.0 - 2019/11/19 =
256
  * This feature release has a lot. PHP is upgraded to Composer PHP Dependency Manager, Compatibility with Jetpack Accelerator, a full security review, and compatibility with with WordPress 5.3.0
257
  * Feature - Plugin fully refactored to Composer for cleaner and faster PHP code
258
+ * Feature - Add Jetpack Accelerator (Photon CDN images) compatibility. Props [@ KZeni](https://github.com/KZeni)
259
  * Tweak - Define new option box so that you can turn ON|OFF Jetpack Compatibility
260
  * Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css
261
  * Tweak - Test for compatibility with WordPress 5.3.0
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
+
500
  = 2.3.1 =
501
  This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
502