Skip to content

Commit 9deb7fc

Browse files
committed
Release new version 2.4.1
= 2.4.1 - 2020/08/17 = * This maintenance release resolves a conflict with jQuery helper plugin and WordPress 5.5 * Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin
1 parent a56b284 commit 9deb7fc

File tree

4 files changed

+11
-60
lines changed

4 files changed

+11
-60
lines changed

a3-lazy-load.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.0
5+
Version: 2.4.1
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 4.9
99
Tested up to: 5.5
1010
Text Domain: a3-lazy-load
1111
Domain Path: /languages
1212
WC requires at least: 2.0.0
13-
WC tested up to: 4.3.1
13+
WC tested up to: 4.4
1414
License: GPLv2 or later
1515
Copyright © 2011 a3 Revolution Software Development team
1616
a3 Revolution Software Development team
@@ -33,7 +33,7 @@
3333

3434
define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
3535
define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
36-
define( 'A3_LAZY_VERSION', '2.4.0' );
36+
define( 'A3_LAZY_VERSION', '2.4.1' );
3737
define( 'A3_LAZY_LOAD_G_FONTS', false );
3838

3939
use \A3Rev\LazyLoad\FrameWork;

admin/assets/js/iphone-style-checkboxes.js

-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/js/iphone-style-checkboxes.rtl.js

-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 4.9
55
Tested up to: 5.5.0
6-
Stable tag: 2.4.0
6+
Stable tag: 2.4.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

209209
== Changelog ==
210210

211+
= 2.4.1 - 2020/08/17 =
212+
* This maintenance release resolves a conflict with jQuery helper plugin and WordPress 5.5
213+
* Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin
214+
211215
= 2.4.0 - 2020/08/08 =
212216
* This feature release has full compatibility with WP 5.5 core image lazy loading. Just Update and a3 Lazy Load will work side-by-side with the WP core image lazy load. No settings to update and a3 lazy load will enhance it by lazy loading images the new core feature misses and on older browsers that do not support the new feature.
213217
* Feature - Full compatibility with WordPress 5.5 core image lazy load feature
@@ -512,6 +516,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
512516

513517
== Upgrade Notice ==
514518

519+
= 2.4.1 =
520+
This maintenance release resolves a conflict with jQuery helper plugin and WordPress 5.5
521+
515522
= 2.4.0 =
516523
This feature release has full compatibility with WP 5.5 core image lazy loading. Just Update and a3 Lazy Load will work side-by-side with the WP core image lazy load. No settings to update and a3 lazy load will enhance it by lazy loading images the new core feature misses and on older browsers that do not support the new feature.
517524

0 commit comments

Comments
 (0)