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
* Adding date query support for after/before
* Adding support for date query and date after/before query
* Adding date query support for ajax requests.
* Release prep
* Release prep
@@ -24,7 +24,7 @@ Ajax Load More is compatible for endless scrolling with popular eCommerce plugin
24
24
### Features
25
25
26
26
- **Shortcode Builder** - Create a custom Ajax Load More shortcode in seconds by adjusting various WordPress query parameters in the inuitive shortcode builder.
27
-
- **Query Parameters** - Query WordPress by many different content types. Query by Post Type, Post Format, Date, Category, Tags, Custom Taxonomies, Search Term, Authors and more!
27
+
- **Query Parameters** - Query WordPress by many different content types. Query by Post Type, Category, Tags, Custom Taxonomies, Search Term, Date Query, Authors and more!
28
28
- **Repeater Templates** - Edit and extend the functionality of Ajax Load More by creating your own repeater template to match the look and feel of your website.
29
29
- **Multiple Instances** - Include multiple instances of Ajax Load More on a single page, post or template.
30
30
- **Ajax Filtering** - The Ajax Load More [custom filtering](https://connekthq.com/plugins/ajax-load-more/examples/filtering/) method will allow you to filter and update your Ajax query results.
@@ -269,6 +269,10 @@ How to install Ajax Load More.
269
269
270
270
== Changelog ==
271
271
272
+
= 7.3.0 - February 6, 2025 =
273
+
* NEW: Added Date Query support with `date_query`, `date_query_before` and `date_query_after` parameters.
274
+
* UPDATE: Various admin UI/UX updates and code cleanup throughout plugin.
275
+
272
276
= 7.2.0.1 - January 22, 2025 =
273
277
* HOTFIX: Fixed potential issue with the parsing of `meta_query` and `tax_query` parameters when using Preloaded add-on.
0 commit comments