Skip to content

Commit 3e0930c

Browse files
committed
Release new version 2.4.4
= 2.4.4 - 2021/03/09 = * This maintenance release is for compatibility with WordPress 5.7 * Tweak - Test for compatibility with WordPress 5.7 * Tweak - Tweak for compatibility with WordPress 5.7 iframes lazy load feature * Tweak - Update the plugins description
1 parent 228c578 commit 3e0930c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

a3-lazy-load.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.3
5+
Version: 2.4.4
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
8-
Requires at least: 4.9
9-
Tested up to: 5.6
8+
Requires at least: 5.0
9+
Tested up to: 5.7
1010
Text Domain: a3-lazy-load
1111
Domain Path: /languages
1212
License: GPLv2 or later
@@ -31,7 +31,7 @@
3131

3232
define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
3333
define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
34-
define( 'A3_LAZY_VERSION', '2.4.3' );
34+
define( 'A3_LAZY_VERSION', '2.4.4' );
3535
define( 'A3_LAZY_LOAD_G_FONTS', false );
3636

3737
use \A3Rev\LazyLoad\FrameWork;

readme.txt

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
=== a3 Lazy Load ===
22
Contributors: a3rev, a3rev Software, nguyencongtuan
33
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
4+
Requires at least: 5.0
5+
Tested up to: 5.7
6+
Stable tag: 2.4.4
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

10-
Use a3 Lazy Load for images, videos, iframes. Instantly improve your sites load time and dramatically improve site users experience.
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.
1111

1212
== DESCRIPTION ==
1313

1414
a3 Lazy Load is a Mobile Oriented, very simple to use plugin that will speed up sites page load speed. The more content heavy your site the better the plugin will perform and the more you will see the improvements in performance. See [this demo](http://ressio.github.io/lazy-load-xt/demo/stresstest1000img.htm) of a page with 1,000 images (yes 1,000 images) to load.
1515

1616
a3 Lazy Load is inspired by and powered by the ressio [Lazy-Load-xt JavaScript](https://github.com/ressio/lazy-load-xt).
1717

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.
1918

20-
= 100% COMPATABLE WITH WORDPRESS 5.5 =
19+
= 100% COMPATABLE WITH WORDPRESS 5.7 =
2120

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.
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.
2322

2423
= IMAGE LAZY LOAD =
2524

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
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:
2726

2827
* Post, Pages and Custom Post Types (All Content areas)
2928
* Widgets (Sidebar, header and footer)
@@ -34,25 +33,17 @@ Images are the number one element that slows page load and increases bandwidth u
3433

3534
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.
3635

37-
= MORE THAN JUST IMAGES =
3836

3937
= VIDEO LAZY LOAD =
4038

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-
4539
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
4640

4741
* Video embeded by URL in Post and Pages (All Content areas)
4842
* 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/)
5243

5344
= iFRAME LAZY LOAD =
5445

55-
a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets. Examples
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
5647

5748
* WordPress embedded media
5849
* 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
145136

146137
= Minimum Requirements =
147138

148-
* WordPress 4.9 or greater
139+
* WordPress 5.0 or greater
149140
* PHP version 7.0.0 or greater
150141
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
151142

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

209200
== Changelog ==
210201

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+
211208
= 2.4.3 - 2020/12/30 =
212209
* This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
213210
* 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
546543

547544
== Upgrade Notice ==
548545

546+
= 2.4.4 =
547+
This maintenance release is for compatibility with WordPress 5.7
548+
549549
= 2.4.3 =
550550
This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
551551

0 commit comments

Comments
 (0)