Skip to content

Commit

Permalink
Merge pull request #145 from wp-media/develop
Browse files Browse the repository at this point in the history
2.3.9
  • Loading branch information
CrochetFeve0251 authored Jul 11, 2024
2 parents 222c6f8 + 7c8ff88 commit 2820743
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ composer.lock
LICENSE
phpcs.xml
phpunit.xml.dist
readme.md
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ You can report any security bugs found in the source code of the site-reviews pl
* [Increase Max upload file size](https://wordpress.org/plugins/upload-max-file-size/) is the best plugin to increase the upload file size limit to any value with one click.

## Changelog
= 2.3.9 =
Updated version to fix a mismatch between the tag of the release on Github and the release version which leads to a deployment issue that.

= 2.3.8 =
Enhancement: Launchpad compatibility (see https://github.com/wp-launchpad)
Enhancement: Raised compatibility with PHP > 7.3
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: lazyload, lazy load, images, iframes, thumbnail, thumbnails, smiley, smili
Requires at least: 4.9
Tested up to: 6.5
Requires PHP: 7.3
Stable tag: 2.3.8
Stable tag: 2.3.9
Tags: lazy load, lazy loading, defer offscreen images, lazy load plugin, lazy load images, image lazy loading, iframe lazy load, video lazy load

The best free lazy load plugin for WordPress. Lazy load images, videos, and iframes to improve performance and Core Web Vitals scores.
Expand Down Expand Up @@ -113,6 +113,9 @@ You can report any security bugs found in the source code of the site-reviews pl
* [Increase Max upload file size](https://wordpress.org/plugins/upload-max-file-size/) is the best plugin to increase the upload file size limit to any value with one click.

== Changelog ==
= 2.3.9 =
Updated version to fix a mismatch between the tag of the release on Github and the release version which leads to a deployment issue that.

= 2.3.8 =
Enhancement: Launchpad compatibility (see https://github.com/wp-launchpad)
Enhancement: Raised compatibility with PHP > 7.3
Expand Down
4 changes: 2 additions & 2 deletions rocket-lazy-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Lazy Load - Optimize Images
* Plugin URI: http://wordpress.org/plugins/rocket-lazy-load/
* Description: The tiny Lazy Load script for WordPress without jQuery or others libraries.
* Version: 2.3.8
* Version: 2.3.9
* Requires at least: 4.9
* Requires PHP: 7.3
* Author: WP Rocket
Expand Down Expand Up @@ -31,7 +31,7 @@

defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );

define( 'ROCKET_LL_VERSION', '2.3.8' );
define( 'ROCKET_LL_VERSION', '2.3.9' );
define( 'ROCKET_LL_WP_VERSION', '4.9' );
define( 'ROCKET_LL_PHP_VERSION', '7.3' );
define( 'ROCKET_LL_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 2820743

Please sign in to comment.