Rocket Lazy Load Versions Save

Standalone LazyLoad plugin for WordPress (based on WP Rocket)

v2.3.6

2 years ago
  • Fix deployment issues with missed vendor directory

v2.3.5

2 years ago
  • Enhancement: Test the plugin with latest version of WordPress v5.9.3
  • Enhancement: Change WP readme content.

v2.3.4

3 years ago
  • Enhancement: Allow <a> tags to lazyload background images
  • Enhancement: Add
  • Bugfix: Prevent a Fatal error related to the League Container package conflict with WooCommerce 4.4
  • Bugfix: Update lazyload for background images support for new version of lazyload script
  • Bugfix: Correctly apply the rocket-lazyload class on elements with a background-image and an empty class value
  • Bugfix: Correctly apply the rocket-lazyloadclass on elements with malformed HTML
  • Bugfix: Prevent a display issue with background-images when using different types of quotes around the URL
  • Bugfix: Prevent Layout from breaking when alt attribute has any html encoded characters

v2.3.3

3 years ago
  • Enhancement: Add data-skip-lazy and skip-lazy class to exclusions list as part of the interoperability initiative between lazyload plugins
  • Enhancement: Add loading attribute only if filter rocket_use_native_lazyload is true
  • Enhancement: Apply lazyload for background images set on figure elements
  • Bugfix: Correctly add the rocket-lazyload class when class attribute is empty on an element with a background image
  • Bugfix: Correctly replace YouTube iframe with preview image when using relative protocol
  • Bugfix: Preserve youtube-nocookie.com during LazyLoad

v2.3.2

4 years ago
  • Enhancement: Add support for browser native lazyload
  • Bugfix: Prevent broken image in some cases for picture element
  • Bugfix: Prevent wrong lazy attributes for srcset and sizes on an image inside a picture element
  • Bugfix: Prevent a conflict with WP Rocket
  • Bugfix: apply loading="lazy" on Youtube thumbnail
  • Bugfix: Add autoplay attribute on iframe loaded with Youtube thumbnail
  • Bugfix: Incorrect characters used in Youtube thumbnail HTML code

v2.2.3

4 years ago
  • Enhancement: Improve compatibility for the picture element
  • Enhancement: Apply lazyload on background images set on section, span and li elements
  • Enhancement: also pass $width and $height values to the rocket_lazyload_placeholder filter
  • Bugfix: Use 0 instead of 1 for the default placeholder dimensions to improve compatibility
  • Bugfix: Improve infinite scroll support
  • Bugfix: Exclude Enfold avia-background-fixed background images and data-large_image from lazyload

v2.2.2

5 years ago
  • Bugfix: Auto-exclude data-height-percentage attribute to prevent display issues
  • Bugfix: Correctly handle responsive videos using fitVids again

v2.2.1

5 years ago
  • Enhancement: add a way to customize the lazyload script options
  • Bugfix: Prevent error on Internet Explorer 11
  • Bugfix: Prevent conflict with WooCommerce variation swatches
  • Bugfix: Prevent empty src when the image is an inline base64
  • Bugfix: Prevent issue when the original src attribute uses single quotes

v2.2

5 years ago
  • Enhancement: Update lazyload script to the latest version
  • Enhancement: Use the dimensions of the original image for the placeholder size when possible, to reduce content reflow
  • Enhancement: Ignore images using the new loading attribute introduce by Chrome for browser-native lazyload

v2.1.5

5 years ago
  • Bugfix: Prevent matching with the wrong data when a data-style attribute is on a div for background images
  • Remove data-cfasync="false" by default
  • Enhancement: Add filter rocket_lazyload_script_tag to modify the lazyload script HTML if needed
  • Enhancement: Add data-no-minify attribute to the lazyload script tag to prevent it from being combined by JS combiners
  • Enhancement: Improve MutationObserver code to only call the lazyload update method if an image/iframe or element with .rocket-lazyload is contained in the new node(s) added to the DOM