You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= 2.1.0 - 2020/01/02 =
* This feature release adds support for WebP images (this support is automatic there are no settings for it), plus compatibility with WordPress 5.3.2
* Feature - Add auto support WebP images
* Tweak - Update lazyloadxt.srcset for WebP image support
* Tweak - Update lazy style for WebP image support
* Tweak - Test for compatibility with WordPress 5.3.2
@@ -63,6 +63,19 @@ a3 Lazy Load has built in support for content that is added by iframe from any s
63
63
* There are no setting options for exclude /amp - Lazy Load is just never applied to the /amp endpoint
64
64
* When the url is loaded in browser without /amp Lazy Load is applied
65
65
66
+
= JETPACK SITE ACCELERATOR (Proton) =
67
+
68
+
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 the whole site not just images.
69
+
70
+
= WebP IMAGES =
71
+
72
+
As of a3 Lazy Load has built in automatic support for WebP images. There are no settings for this as a3 Lazy Load will automatically detect if an image has a WebP version and load that. If no WebP image exists the appropriate jpg or png version will be loaded. Also fully support browser detection of WebP.
73
+
74
+
75
+
= WOOCOMMERCE =
76
+
77
+
a3 lazy Load is built and tested to be fully compatible with the very widely used WooCommerce plugin
78
+
66
79
= ADVANCED CUSTOM FIELDS =
67
80
68
81
Fully compatible with the very popular Advanced Custom Fields plugin, Free and Premium versions.
@@ -75,9 +88,6 @@ a3 Lazy Load gives you the option to lazy load images with a FADE IN or SPINNER
* Plugins - Will not conflict with any plugin that has lazy load built in
116
-
* CDN's - Cloudfront, Cloudflare and all other known CDN architecture.
127
+
* CDN's - JetPack Accelerator, Cloudfront, Cloudflare and all other known CDN architecture.
117
128
118
129
= MORE FEATURES =
119
130
@@ -132,8 +143,8 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
132
143
133
144
= Minimum Requirements =
134
145
135
-
* WordPress 4.6 or greater
136
-
* PHP version 5.6.0 or greater
146
+
* WordPress 4.9 or greater
147
+
* PHP version 7.0.0 or greater
137
148
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
138
149
139
150
== Frequently Asked Questions ==
@@ -194,6 +205,13 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
194
205
195
206
== Changelog ==
196
207
208
+
= 2.1.0 - 2020/01/02 =
209
+
* This feature release adds support for WebP images (this support is automatic there are no settings for it), plus compatibility with WordPress 5.3.2
210
+
* Feature - Add auto support WebP images
211
+
* Tweak - Update lazyloadxt.srcset for WebP image support
212
+
* Tweak - Update lazy style for WebP image support
213
+
* Tweak - Test for compatibility with WordPress 5.3.2
214
+
197
215
= 2.0.0 - 2019/11/19 =
198
216
* 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
199
217
* Feature - Plugin fully refactored to Composer for cleaner and faster PHP code
@@ -436,6 +454,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
436
454
437
455
== Upgrade Notice ==
438
456
457
+
= 2.1.0 =
458
+
This feature release adds support for WebP images (this support is automatic there are no settings for it), plus compatibility with WordPress 5.3.2
459
+
439
460
= 2.0.0 =
440
461
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
0 commit comments