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
* Maintenance Update. 2 code tweaks to enhance the lazy loading of
images, video and iframe added by third party shortcodes in the content
* Tweak - Increase lazy load filter priority value so that lazy load is
applied to images loaded by the shortcode function do_shortcode
* Tweak - Increase lazy load filter priority value so that lazy load is
applied to video and iframe loaded by the shortcode function
do_shortcode
@@ -194,6 +194,11 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
194
194
195
195
== Changelog ==
196
196
197
+
= 1.8.7 - 2018/03/24 =
198
+
* Maintenance Update. 2 code tweaks to enhance the lazy loading of images, video and iframe added by third party shortcodes in the content
199
+
* Tweak - Increase lazy load filter priority value so that lazy load is applied to images loaded by the shortcode function do_shortcode
200
+
* Tweak - Increase lazy load filter priority value so that lazy load is applied to video and iframe loaded by the shortcode function do_shortcode
201
+
197
202
= 1.8.6 - 2018/03/24 =
198
203
* Maintenance Update. 1 bug fix from this morning 1.8.5 major maintenance release. A small piece of new code in v 1.8.5 was written on PHP v7 and is not compatible with PHP version 5.6 If you are running v PHP 5.6 please run this update to fix it
199
204
* Fix - PHP Fatal Error Call instance a3_lazy_load instead of us $this is not an object caused by incompatibility with PHP version 5.6
@@ -371,6 +376,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
371
376
372
377
== Upgrade Notice ==
373
378
379
+
= 1.8.7 =
380
+
Maintenance Update. 2 code tweaks to enhance the lazy loading of images, video and iframe added by third party shortcodes in the content
381
+
374
382
= 1.8.6 =
375
383
Maintenance Update. 1 bug fix from this morning 1.8.5 major maintenance release. A small piece of new code in v 1.8.5 was written on PHP v7 and is not compatible with PHP version 5.6 If you are running v PHP 5.6 please run this update to fix it
0 commit comments