Skip to content

Releases: clayharmon/bb-lazy-load

1.1

Choose a tag to compare

@clayharmon clayharmon released this 05 Dec 16:21
6c3935f
  • Fixed lazy loading for responsive images

1.0.2

Choose a tag to compare

@clayharmon clayharmon released this 01 Dec 07:29

Hot Fix:

  • background image store wasn't saving to db properly.

1.0.1

Choose a tag to compare

@clayharmon clayharmon released this 01 Dec 07:27

Hot Fix:

  • background image store wasn't saving to db properly.

1.0.0

Choose a tag to compare

@clayharmon clayharmon released this 23 Nov 08:08
493cf63
  • Major Release
  • Removes img tag lazy load since WordPress 5.5 handles that. (This improves compatibility with other plugins)
  • Lazy loads all background images including background images in modules.
  • Fixed issue with background images not lazy loading when background color is set.

0.4.8

Choose a tag to compare

@clayharmon clayharmon released this 15 May 16:23
  • Fixed media library not loading.
  • webp only added to jpg and png images, all others are ignored.
  • Updated github plugin updater dependency.

0.4.7.2

Choose a tag to compare

@clayharmon clayharmon released this 14 Jun 18:46
  • Hotfix: incorrect WP Rocket detection.

0.4.7.1

Choose a tag to compare

@clayharmon clayharmon released this 14 Jun 18:41
  • Hotfix - conflict with WP Rocket. Fixed by detecting if WP rocket is in use.

0.4.7

Choose a tag to compare

@clayharmon clayharmon released this 14 Jun 18:13
  • Processes LazyLoad on complete html document.
  • Purges Beaver Builder Cache on plugin deactivation.
  • Fixed <script> tags from getting messed up by DOMDocument.

0.4.6

Choose a tag to compare

@clayharmon clayharmon released this 06 Jun 17:13
f8eb274
  • fixed srcset issue for .webp extension

0.4.5

Choose a tag to compare

@clayharmon clayharmon released this 04 Jun 21:14
887dce1
  • Fixed parallax background images not pulling correct url.
  • Changed attribute filter to apply only when not in beaver builder edit screen.