Skip to content

Releases: florianbrinkmann/lazy-loading-responsive-images

v3.1.12

22 Sep 11:47
Compare
Choose a tag to compare

Fixed

  • Added back the support for data-no-lazyload attr to disable lazy loading for specific images (was removed in 3.1.0 without keeping backwards compatibility in mind, sorry).

v3.1.11

19 Sep 09:34
Compare
Choose a tag to compare

Changed

  • Added details to the readme, what images are lazy loaded.

Fixed

  • Now also adds a noscript element for gallery images.

Removed

  • No lazy loading for images that are added via wp_get_attachment_image(), because for those image cannot be added a noscript fallback.

v3.1.10

17 Sep 07:30
Compare
Choose a tag to compare

Fixed

  • is_admin_request() check does not work for subdirectory installs.

v3.1.9

25 Aug 07:04
Compare
Choose a tag to compare

Fixed

  • Product image appears twice in WooCommerce cart.

v3.1.8

25 Aug 07:04
Compare
Choose a tag to compare

Fixed

  • Bump »Requires at least« to 4.5 because using wp_add_inline_script() since a few versions.

v3.1.7

25 Aug 07:04
Compare
Choose a tag to compare

Fixed

  • Use saveHTMLExact() method from SmartDomDocument to prevent doctype, html and body element to be added to the content.

v3.1.6

25 Aug 07:03
Compare
Choose a tag to compare

Fixed

  • Disable lazy loading for AMP pages which are generated by the »AMP« plugin by Automattic.

v3.1.5

21 Jul 08:24
Compare
Choose a tag to compare

Fixed

  • Further issues with PHP 5.3.
  • Issue with lazy loaded post thumbnail in the backend.

v3.1.4

21 Jul 08:24
Compare
Choose a tag to compare

Fixed

  • Replaced [] array syntax with traditional one, so it works with PHP 5.3 again.

v3.1.3

21 Jul 08:23
Compare
Choose a tag to compare

Fixed

  • Wrong check for js class, which causes hidden images if nothing else added a js class…