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.4.6 - 2021/06/08 =
* This maintenance release has code tweaks to resolve conflicts with third party plugs that use data-src and data-poster attributes, plus compatibility with WordPress 5.7.2
* Tweak - Check if data-src attribute exists on image tags, if so, then lazy load placeholder image for src attribute
* Tweak - Check if data-poster attribute exists on video tags, if so, then lazy load placeholder image for poster attribute
* Tweak - Test for compatibility with WordPress 5.7.2
@@ -199,6 +199,12 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
199
199
200
200
== Changelog ==
201
201
202
+
= 2.4.6 - 2021/06/08 =
203
+
* This maintenance release has code tweaks to resolve conflicts with third party plugs that use data-src and data-poster attributes, plus compatibility with WordPress 5.7.2
204
+
* Tweak - Check if data-src attribute exists on image tags, if so, then lazy load placeholder image for src attribute
205
+
* Tweak - Check if data-poster attribute exists on video tags, if so, then lazy load placeholder image for poster attribute
206
+
* Tweak - Test for compatibility with WordPress 5.7.2
207
+
202
208
= 2.4.5 - 2021/03/17 =
203
209
* This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
204
210
* Tweak - Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated.
@@ -570,6 +576,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
570
576
571
577
== Upgrade Notice ==
572
578
579
+
= 2.4.6 =
580
+
This maintenance release has code tweaks to resolve conflicts with third party plugs that use data-src and data-poster attributes, plus compatibility with WordPress 5.7.2
581
+
573
582
= 2.4.5 =
574
583
This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
0 commit comments