Skip to content

7.3.1

Compare
Choose a tag to compare
@dcooney dcooney released this 12 Feb 15:56
· 24 commits to main since this release

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.