You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,6 +269,11 @@ How to install Ajax Load More.
269
269
270
270
== Changelog ==
271
271
272
+
= 7.3.1 - February 12, 2025 =
273
+
* UPDATE: Updated new Date Query feature to parse compare value. This was previously not functioning as expected. e.g. `[ajax_load_more date_query="2024-01-01;2020-01-01" date_query_compare=">=;<=" date_query_relation="OR"]
274
+
* NEW: Added date_query_column parameter to allow for querying the post_date or post_modified column. e.g. `[ajax_load_more date_query="2020-01-01" date_query_column="post_modified"]
275
+
* HOTFIX: Fixed issue with conflicting `wp-block-query` class the new Query Loop add-on.
276
+
272
277
= 7.3.0 - February 6, 2025 =
273
278
* NEW: Added Date Query support with `date_query`, `date_query_before` and `date_query_after` parameters.
274
279
* UPDATE: Various admin UI/UX updates and code cleanup throughout plugin.
0 commit comments