From 5fbf4d0ac62c54d9a2a0d13a4d98ba712ed4ba54 Mon Sep 17 00:00:00 2001 From: COQUARD Cyrille Date: Thu, 11 Jul 2024 15:58:23 +0200 Subject: [PATCH 1/3] Updated version to 2.3.9 --- .distignore | 1 + readme.txt | 4 +++- rocket-lazy-load.php | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.distignore b/.distignore index 97d41d0..99062b2 100644 --- a/.distignore +++ b/.distignore @@ -11,3 +11,4 @@ composer.lock LICENSE phpcs.xml phpunit.xml.dist +readme.md \ No newline at end of file diff --git a/readme.txt b/readme.txt index ca75363..b041d57 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -113,6 +113,8 @@ 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 = +Update 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 diff --git a/rocket-lazy-load.php b/rocket-lazy-load.php index 6ef23b7..83a13c9 100644 --- a/rocket-lazy-load.php +++ b/rocket-lazy-load.php @@ -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 @@ -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__ ) ); From 0d0b2fc428e6bc01fbeb3eb0d7fa68cd4d99c82f Mon Sep 17 00:00:00 2001 From: COQUARD Cyrille Date: Thu, 11 Jul 2024 15:59:29 +0200 Subject: [PATCH 2/3] Fix grammar --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b041d57..61ea146 100644 --- a/readme.txt +++ b/readme.txt @@ -114,7 +114,7 @@ You can report any security bugs found in the source code of the site-reviews pl == Changelog == = 2.3.9 = -Update version to fix a mismatch between the tag of the release on Github and the release version which leads to a deployment issue that. +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 From 2b8b9043774f00e60a1424c1c808f91e69595f35 Mon Sep 17 00:00:00 2001 From: COQUARD Cyrille Date: Thu, 11 Jul 2024 16:06:23 +0200 Subject: [PATCH 3/3] Updated readme.md --- readme.md | 3 +++ readme.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 33ec8f4..e271034 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/readme.txt b/readme.txt index 61ea146..f2a3767 100644 --- a/readme.txt +++ b/readme.txt @@ -115,6 +115,7 @@ You can report any security bugs found in the source code of the site-reviews pl == 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