From 86004f6bdc7779074470f784b49ceba5d19c047b Mon Sep 17 00:00:00 2001 From: Darren Cooney Date: Thu, 21 Mar 2024 11:19:12 -0400 Subject: [PATCH] 7.1.0.1 hotfix release prep --- README.txt | 6 +++++- ajax-load-more.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 2a0ca3a..06b0183 100755 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: infinite scroll, load more, lazy load, endless scroll, infinite scrolling Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 6.5 -Stable tag: 7.1.0 +Stable tag: 7.1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -260,6 +260,10 @@ How to install Ajax Load More. == Changelog == += 7.1.0.1 - March 21, 2024 = +* HOTFIX: Hotfix for missing `css_classes` parameter in `7.1.0` update. + + = 7.1.0 - March 21, 2024 = * NEW: Added Ajax Load More block for the WordPress Block Editor. ALM instances are now able to be rendered inside the Block Editor. * NEW: Added Ajax Load More Filters block for the WordPress Block Editor. When activated, ALM Filters can be rendered inside the Block Editor using the Filters block. diff --git a/ajax-load-more.php b/ajax-load-more.php index 08639d0..314557a 100755 --- a/ajax-load-more.php +++ b/ajax-load-more.php @@ -7,14 +7,14 @@ * Author: Darren Cooney * Twitter: @KaptonKaos * Author URI: https://connekthq.com - * Version: 7.1.0 + * Version: 7.1.0.1 * License: GPL * Copyright: Darren Cooney & Connekt Media * * @package AjaxLoadMore */ -define( 'ALM_VERSION', '7.1.0' ); +define( 'ALM_VERSION', '7.1.0.1' ); define( 'ALM_RELEASE', 'March 21, 2024' ); define( 'ALM_STORE_URL', 'https://connekthq.com' );