Skip to content

Releases: a3rev/a3-lazy-load

2.7.3

15 Jul 05:39
Compare
Choose a tag to compare

= 2.7.3 - 2024/07/15 =

  • This release has various tweaks for compatibility with WordPress 6.6
  • Tweak - Tested for compatibility with WordPress 6.6

2.7.2

06 Feb 11:29
Compare
Choose a tag to compare

= 2.7.2 - 2024/02/06 =

  • This release has a fix for conflict with WordPress expand on click feature in the image block.
  • Fix - Update lazy load work compatibility with Expand on Click feature from core image block

2.7.1

23 Nov 05:09
Compare
Choose a tag to compare

= 2.7.1 - 2023/11/23 =

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1
  • Tweak - Test for compatibility with WordPress 6.4.1
  • Framework - Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards
  • Framework - Validate empty before call trim for option value

2.7.0

03 Jan 11:10
Compare
Choose a tag to compare

= 2.7.0 - 2023/01/03 =

  • This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls.
  • Feature - Convert icon from font awesome to SVG
  • Feature - Update styling for new SVG icons
  • Plugin Framework - Update typography control from plugin framework to add support for Default value
  • Plugin Framework - Default value will get fonts set in the theme.
  • Plugin Framework - Change generate typography style for change on typography control
  • Plugin Framework - Remove fontawesome lib

2.6.1

04 Oct 05:54
Compare
Choose a tag to compare
  • This maintenance release has a security vulnerability patch, please run this update.
  • Security – This release has a patch for a security vulnerability identified by Wordfence scan

2.6.0

20 Jul 07:50
Compare
Choose a tag to compare

= 2.6.0 - 2022/07/20 =

  • This release adds the option to switch OFF WordPress Core Lazy Load.
  • Feature - Add Option to completely disable WordPress Core Lazy Load.
  • Tweak - Add the new option switch to the Lazy Load Activation option box.
  • Tweak - Updated the plugins description to include the new option to disable WordPress Core Lazy Load.

2.5.1

07 Jun 04:36
Compare
Choose a tag to compare

= 2.5.1 - 2022/06/07 =

  • This maintenance release fixes a critical error when updating the plugin settings
  • Fix - Add missed $ to _POST constant from textarea control type

2.5.0

24 May 07:52
Compare
Choose a tag to compare

= 2.5.0 - 2022/05/24 =

  • This release is for compatibility with WordPress major version 6.0 plus includes various tweaks to harden the plugins security.
  • Tweak - Test for compatibility with WordPress 6.0
  • Framework – Upgrade Plugin Framework to version 2.6.0
  • Security - Various code hardening tweaks.
  • Security - Escape all $-variable
  • Security - Sanitize all $_REQUEST, $_GET, $_POST
  • Security - Apply wp_unslash before sanitize

2.4.9

24 Jan 04:51
Compare
Choose a tag to compare

= 2.4.9 - 2022/01/21 =

  • This is a maintenance release for compatibility with WordPress major version 5.9
  • Tweak - Test for compatibility with WordPress 5.9
  • Framework - Update a3rev Plugin Framework to version 2.5.0

2.4.8

21 Nov 08:01
Compare
Choose a tag to compare

= 2.4.8 - 2021/11/20 =

  • This maintenance release has check for compatibility with PHP 8.x
  • Tweak - Test for compatibility with PHP 8.x