Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Aug 24, 2022
1 parent 87d526e commit 20cb39c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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, ajax, lazy load, endless scroll, infinite scro
Requires at least: 4.4
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: 5.5.4
Stable tag: 5.5.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -263,6 +263,10 @@ How to install Ajax Load More.

== Changelog ==

= 5.5.4.1 - August 24, 2022 =
* SECURITY: Patched and improved the data sanitization of some admin level operations.


= 5.5.4 - August 19, 2022 =
* NEW - Added new core setting for adding custom JavaScript. This new setting will allow for adding callbacks directly from the ALM settings page.
* NEW: Added new `alm_seo_posts_per_page` filter to disable the posts_per_page protection in the SEO add-on.
Expand Down
6 changes: 3 additions & 3 deletions ajax-load-more.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
* Author: Darren Cooney
* Twitter: @KaptonKaos
* Author URI: https://connekthq.com
* Version: 5.5.4
* Version: 5.5.4.1
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
* @package AjaxLoadMore
*/

define( 'ALM_VERSION', '5.5.4' );
define( 'ALM_RELEASE', 'August 19, 2022' );
define( 'ALM_VERSION', '5.5.4.1' );
define( 'ALM_RELEASE', 'August 24, 2022' );
define( 'ALM_STORE_URL', 'https://connekthq.com' );

/**
Expand Down

0 comments on commit 20cb39c

Please sign in to comment.