Skip to content

Commit

Permalink
7.1.2 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed May 30, 2024
1 parent 8247c5d commit 885fed3
Show file tree
Hide file tree
Showing 18 changed files with 16,933 additions and 9,107 deletions.
7 changes: 6 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, ajax load more
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.5
Stable tag: 7.1.1
Stable tag: 7.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -260,6 +260,11 @@ How to install Ajax Load More.

== Changelog ==

= 7.1.2 - May 30, 2024 =
* FIX: Fixed issue with full article loading in Next Page add-on.
* UPDATE: Various security fixes.


= 7.1.1 - May 10, 2024 =
* UPDATE: Added required functionality and support to allow for Next Page add-on to be used with Single Posts for full article loading with split pages.
* UPDATE: Various UI/UX improvements for the plugin admin.
Expand Down
11 changes: 3 additions & 8 deletions ajax-load-more.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
* Author: Darren Cooney
* Twitter: @KaptonKaos
* Author URI: https://connekthq.com
* Version: 7.1.1
* Version: 7.1.2
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
* @package AjaxLoadMore
*/

/*
* FIX: Fixed issue with full article loading in Next Page add-on.
* FIX: Fixed a variety of potential security XSS issues.
*/

define( 'ALM_VERSION', '7.1.1' );
define( 'ALM_RELEASE', 'May 10, 2024' );
define( 'ALM_VERSION', '7.1.2' );
define( 'ALM_RELEASE', 'May 30, 2024' );
define( 'ALM_STORE_URL', 'https://connekthq.com' );

// Plugin installation helpers.
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '75cac55ac755f24371be');
<?php return array('dependencies' => array(), 'version' => 'edc6f70738b049572515');
Loading

0 comments on commit 885fed3

Please sign in to comment.