Skip to content

Commit

Permalink
7.1.0.1 hotfix release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Mar 21, 2024
1 parent 076ca29 commit 86004f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions ajax-load-more.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );

Expand Down

0 comments on commit 86004f6

Please sign in to comment.