Skip to content

Commit 885fed3

Browse files
committed
7.1.2 release prep
1 parent 8247c5d commit 885fed3

18 files changed

+16933
-9107
lines changed

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: infinite scroll, load more, lazy load, endless scroll, ajax load more
55
Requires at least: 5.0
66
Requires PHP: 5.6
77
Tested up to: 6.5
8-
Stable tag: 7.1.1
8+
Stable tag: 7.1.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -260,6 +260,11 @@ How to install Ajax Load More.
260260

261261
== Changelog ==
262262

263+
= 7.1.2 - May 30, 2024 =
264+
* FIX: Fixed issue with full article loading in Next Page add-on.
265+
* UPDATE: Various security fixes.
266+
267+
263268
= 7.1.1 - May 10, 2024 =
264269
* 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.
265270
* UPDATE: Various UI/UX improvements for the plugin admin.

ajax-load-more.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@
77
* Author: Darren Cooney
88
* Twitter: @KaptonKaos
99
* Author URI: https://connekthq.com
10-
* Version: 7.1.1
10+
* Version: 7.1.2
1111
* License: GPL
1212
* Copyright: Darren Cooney & Connekt Media
1313
*
1414
* @package AjaxLoadMore
1515
*/
1616

17-
/*
18-
* FIX: Fixed issue with full article loading in Next Page add-on.
19-
* FIX: Fixed a variety of potential security XSS issues.
20-
*/
21-
22-
define( 'ALM_VERSION', '7.1.1' );
23-
define( 'ALM_RELEASE', 'May 10, 2024' );
17+
define( 'ALM_VERSION', '7.1.2' );
18+
define( 'ALM_RELEASE', 'May 30, 2024' );
2419
define( 'ALM_STORE_URL', 'https://connekthq.com' );
2520

2621
// Plugin installation helpers.

build/admin/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '75cac55ac755f24371be');
1+
<?php return array('dependencies' => array(), 'version' => 'edc6f70738b049572515');

0 commit comments

Comments
 (0)