Skip to content

Commit 867a452

Browse files
committed
Fixed issue with the parsing of meta_query and tax_query parameters with Preloaded add-on.
1 parent 780c111 commit 867a452

19 files changed

+17841
-9428
lines changed

README.txt

Lines changed: 4 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.7
8-
Stable tag: 7.2.0
8+
Stable tag: 7.2.0.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -269,6 +269,9 @@ How to install Ajax Load More.
269269

270270
== Changelog ==
271271

272+
= 7.2.0.1 - January 22, 2025 =
273+
* HOTFIX: Fixed potential issue with the parsing of `meta_query` and `tax_query` parameters when using Preloaded add-on.
274+
272275
= 7.2.0 - January 17, 2025 =
273276
* NEW: Added required updates for the new [Query Loop add-on](https://connekthq.com/plugins/ajax-load-more/add-ons/query-loop/).
274277
* NEW: Added new `alm_single_post_querystring` hook to remove the querystring from Single Post add-on URLs.

ajax-load-more.php

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

17-
define( 'ALM_VERSION', '7.2.0' );
18-
define( 'ALM_RELEASE', 'January 17, 2025' );
17+
define( 'ALM_VERSION', '7.2.0.1' );
18+
define( 'ALM_RELEASE', 'January 22, 2025' );
1919
define( 'ALM_STORE_URL', 'https://connekthq.com' );
2020

2121
// 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' => '3d0b051c5bbb31082e00');
1+
<?php return array('dependencies' => array(), 'version' => 'a66508db7f4fa15753a2');

0 commit comments

Comments
 (0)