From 196520995c756201b8f3b3a660cff14c241fd9a9 Mon Sep 17 00:00:00 2001 From: Ahmed Saeed Date: Wed, 27 Apr 2022 10:51:28 -0400 Subject: [PATCH] update the version --- readme.txt | 2 +- rocket-lazy-load.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 873215b..ed79709 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.7 Tested up to: 5.9.3 Requires PHP: 5.6 -Stable tag: 2.3.5 +Stable tag: 2.3.6 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. diff --git a/rocket-lazy-load.php b/rocket-lazy-load.php index 8072a78..5af0b89 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.5 + * Version: 2.3.6 * Requires PHP: 5.6 * Author: WP Rocket * Author URI: https://wp-rocket.me @@ -30,7 +30,7 @@ defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' ); -define( 'ROCKET_LL_VERSION', '2.3.5' ); +define( 'ROCKET_LL_VERSION', '2.3.6' ); define( 'ROCKET_LL_WP_VERSION', '4.9' ); define( 'ROCKET_LL_PHP_VERSION', '5.6' ); define( 'ROCKET_LL_BASENAME', plugin_basename( __FILE__ ) );