a3 Lazy Load - Version 2.4.4

Version Description

This maintenance release is for compatibility with WordPress 5.7

Download this release

Release Info

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

Code changes from version 2.4.3 to 2.4.4

Files changed (2) hide show
  1. a3-lazy-load.php +4 -4
  2. readme.txt +18 -18
a3-lazy-load.php CHANGED
@@ -2,11 +2,11 @@
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.3
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
- Requires at least: 4.9
9
- Tested up to: 5.6
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  License: GPLv2 or later
@@ -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.3' );
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.4
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
+ Requires at least: 5.0
9
+ Tested up to: 5.7
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  License: GPLv2 or later
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.4' );
35
  define( 'A3_LAZY_LOAD_G_FONTS', false );
36
 
37
  use \A3Rev\LazyLoad\FrameWork;
readme.txt CHANGED
@@ -1,13 +1,13 @@
1
  === a3 Lazy Load ===
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.6
6
- Stable tag: 2.4.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
10
- Use a3 Lazy Load for images, videos, iframes. Instantly improve your sites load time and dramatically improve site users experience.
11
 
12
  == DESCRIPTION ==
13
 
@@ -15,15 +15,14 @@ a3 Lazy Load is a Mobile Oriented, very simple to use plugin that will speed up
15
 
16
  a3 Lazy Load is inspired by and powered by the ressio [Lazy-Load-xt JavaScript](https://github.com/ressio/lazy-load-xt).
17
 
18
- a3 Lazy Load is the most fully featured, incredibly easy to set up lazy load plugin for WordPress. Use the plugins admin settings to easily define what elements are lazy loaded and when they become visible in the users browser. As the user scrolls down the page the next lot of elements you have applied lazy Load to are only loaded as they become visible in the view port.
19
 
20
- = 100% COMPATABLE WITH WORDPRESS 5.5 =
21
 
22
- WordPress 5.5 introduced lazy loading for all images uploaded to a site’s media library. a3 Lazy Load Image options work side-by-side with this, but then enhances it by lazy loading all the images loaded from outside of the media library or on older browsers that do not support the new WP attribute.
23
 
24
  = IMAGE LAZY LOAD =
25
 
26
- Images are the number one element that slows page load and increases bandwidth use. From the a3 Lazy Load admin panel turn load images by a3 Lazy Load ON | OFF. For more flexibility when ON you can choose to ON | OFF lazy load for images in
27
 
28
  * Post, Pages and Custom Post Types (All Content areas)
29
  * Widgets (Sidebar, header and footer)
@@ -34,25 +33,17 @@ Images are the number one element that slows page load and increases bandwidth u
34
 
35
  Supports lazy loading of images in containers that use horizontal scroll. The admin Images options has a section where you enter the classname or ID of the container that uses horizontal scroll.
36
 
37
- = MORE THAN JUST IMAGES =
38
 
39
  = VIDEO LAZY LOAD =
40
 
41
- a3 Lazy Load supports all WordPress video Embeds including Youtube, Vimeo and HTML5 video - for a full list see the [WordPress Codex Embeds](http://codex.wordpress.org/Embeds) list. The WordPress embed method of copying and pasting the video url into posts and pages content area is fully supported.
42
-
43
- <strong>Note</strong> - Works with Videos added by Text and HTML Widgets but not the new WordPress Video widget. That widget does not pull iframe at first load, it uses JavaScript to replace html to iframe and hence a3 lazy Load can't see it to apply.
44
-
45
  From the a3 lazy Load admin panel turn Video Support ON | OFF. When ON you can choose to ON | OFF lazy load for videos in
46
 
47
  * Video embeded by URL in Post and Pages (All Content areas)
48
  * Video in Widget types, Text Widget and HTML Widgets.
49
- * Youtube [see demo](http://ressio.github.io/lazy-load-xt/demo/youtube-iframe.htm)
50
- * Video [see demo](http://ressio.github.io/lazy-load-xt/demo/video-html5.htm)
51
- * Fully Compatible with the popular [Youtube Embed Plugin](https://wordpress.org/plugins/youtube-embed/)
52
 
53
  = iFRAME LAZY LOAD =
54
 
55
- a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets. Examples
56
 
57
  * WordPress embedded media
58
  * Facebook Like boxes with profiles, Like buttons, Recommend
@@ -145,7 +136,7 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
145
 
146
  = Minimum Requirements =
147
 
148
- * WordPress 4.9 or greater
149
  * PHP version 7.0.0 or greater
150
  * MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
151
 
@@ -208,6 +199,12 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
208
 
209
  == Changelog ==
210
 
 
 
 
 
 
 
211
  = 2.4.3 - 2020/12/30 =
212
  * This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
213
  * Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
@@ -546,6 +543,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
546
 
547
  == Upgrade Notice ==
548
 
 
 
 
549
  = 2.4.3 =
550
  This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
551
 
1
  === a3 Lazy Load ===
2
  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.7
6
+ Stable tag: 2.4.4
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
10
+ Use a3 Lazy Load for images, videos, iframes that are not lazy loaded by WordPress core. Instantly improve your sites load time and dramatically improve site users experience.
11
 
12
  == DESCRIPTION ==
13
 
15
 
16
  a3 Lazy Load is inspired by and powered by the ressio [Lazy-Load-xt JavaScript](https://github.com/ressio/lazy-load-xt).
17
 
 
18
 
19
+ = 100% COMPATABLE WITH WORDPRESS 5.7 =
20
 
21
+ WordPress 5.5 introduced lazy loading for all images uploaded to a sites media library and 5.7 introduces Core lazy load for iframes. a3 Lazy Load Image options work side-by-side with these, but then enhances it by lazy loading all the images loaded from outside of the media library, or on older browsers that do not support the new WP attribute and any iframes or videos that are not lazy loaded by WordPress.
22
 
23
  = IMAGE LAZY LOAD =
24
 
25
+ For more flexibility when ON you can choose to ON | OFF lazy load all images that are not loaded from the WordPress media Library in:
26
 
27
  * Post, Pages and Custom Post Types (All Content areas)
28
  * Widgets (Sidebar, header and footer)
33
 
34
  Supports lazy loading of images in containers that use horizontal scroll. The admin Images options has a section where you enter the classname or ID of the container that uses horizontal scroll.
35
 
 
36
 
37
  = VIDEO LAZY LOAD =
38
 
 
 
 
 
39
  From the a3 lazy Load admin panel turn Video Support ON | OFF. When ON you can choose to ON | OFF lazy load for videos in
40
 
41
  * Video embeded by URL in Post and Pages (All Content areas)
42
  * Video in Widget types, Text Widget and HTML Widgets.
 
 
 
43
 
44
  = iFRAME LAZY LOAD =
45
 
46
+ a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets and will lazy load any iframe that WordPress core does not load. Examples
47
 
48
  * WordPress embedded media
49
  * Facebook Like boxes with profiles, Like buttons, Recommend
136
 
137
  = Minimum Requirements =
138
 
139
+ * WordPress 5.0 or greater
140
  * PHP version 7.0.0 or greater
141
  * MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
142
 
199
 
200
  == Changelog ==
201
 
202
+ = 2.4.4 - 2021/03/09 =
203
+ * This maintenance release is for compatibility with WordPress 5.7
204
+ * Tweak - Test for compatibility with WordPress 5.7
205
+ * Tweak - Tweak for compatibility with WordPress 5.7 iframes lazy load feature
206
+ * Tweak - Update the plugins description
207
+
208
  = 2.4.3 - 2020/12/30 =
209
  * This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
210
  * Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
543
 
544
  == Upgrade Notice ==
545
 
546
+ = 2.4.4 =
547
+ This maintenance release is for compatibility with WordPress 5.7
548
+
549
  = 2.4.3 =
550
  This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
551