Releases: ajaxloadmore/ajax-load-more
Releases · ajaxloadmore/ajax-load-more
7.4.2
7.4.1
7.4.0.1
7.4.0
- NEW: Added required updates for table layouts and paging add-on.
- NEW: Added required updates for background processing feature of the Filters add-on.
- UPDATE: Added support for iframe block editor and rendering Ajax Load More Block.
- FIX: Fixed issue with default values on archive templates adding a duplicate query param.
- FIX: Fixed issue with
load_plugin_textdomain
warning. - FIX: Fixed potential issue with core and filters ALM blocks throwing admin error.
- Fix: Fixed PHP warning due to registering the text domain.
- UPDATE: Various code cleanup and UI updates throughout the plugin.
7.3.13
7.3.1.2
7.3.1.1
7.3.1
7.3.1 - February 12, 2025
- 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"]
- 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"]
- HOTFIX: Fixed issue with conflicting
wp-block-query
class the new Query Loop add-on.