Skip to content

Commit

Permalink
Fixed issue with the parsing of meta_query and tax_query paramete…
Browse files Browse the repository at this point in the history
…rs with Preloaded add-on.
  • Loading branch information
dcooney committed Jan 22, 2025
1 parent 780c111 commit 867a452
Show file tree
Hide file tree
Showing 19 changed files with 17,841 additions and 9,428 deletions.
5 changes: 4 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.7
Stable tag: 7.2.0
Stable tag: 7.2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -269,6 +269,9 @@ How to install Ajax Load More.

== Changelog ==

= 7.2.0.1 - January 22, 2025 =
* HOTFIX: Fixed potential issue with the parsing of `meta_query` and `tax_query` parameters when using Preloaded add-on.

= 7.2.0 - January 17, 2025 =
* NEW: Added required updates for the new [Query Loop add-on](https://connekthq.com/plugins/ajax-load-more/add-ons/query-loop/).
* NEW: Added new `alm_single_post_querystring` hook to remove the querystring from Single Post add-on URLs.
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: 7.2.0
* Version: 7.2.0.1
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
* @package AjaxLoadMore
*/

define( 'ALM_VERSION', '7.2.0' );
define( 'ALM_RELEASE', 'January 17, 2025' );
define( 'ALM_VERSION', '7.2.0.1' );
define( 'ALM_RELEASE', 'January 22, 2025' );
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' => '3d0b051c5bbb31082e00');
<?php return array('dependencies' => array(), 'version' => 'a66508db7f4fa15753a2');
Loading

0 comments on commit 867a452

Please sign in to comment.