Skip to content

Releases: ajaxloadmore/ajax-load-more

7.4.2

10 Jun 11:37
Compare
Choose a tag to compare

= 7.4.2 - June 10, 2025 =

  • FIX: Fixed issue with registering the load_text_domain() function.
  • UPDATE: Updated functions to get the querystring with the SEO and Single Posts Add-on. [DONE]
  • UPDATE: Various updates UI/UX updates to the core plugin.

7.4.1

06 Jun 14:41
d738b13
Compare
Choose a tag to compare

7.4.1 - June 6, 2025

  • UPDATE: Updated license handling functionality to reduce failed attempted to activate licenses.
  • UPDATE: Various code cleanup and UI updates throughout the plugin.
  • UPDATE: Secuirty fixes.

7.4.0.1

27 May 13:30
Compare
Choose a tag to compare

Tagging 7.4.0.1

7.4.0

27 May 12:51
Compare
Choose a tag to compare
  • 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

15 May 13:59
Compare
Choose a tag to compare

= 7.3.1.3 - May 15, 2025 =

  • UPDATE: Various security fixes.

7.3.1.2

11 May 12:04
Compare
Choose a tag to compare

Revert change to fix load_plugin_textdomain warning.

7.3.1.1

10 May 15:17
911c75d
Compare
Choose a tag to compare

Various security fixes.

7.3.1

12 Feb 15:56
Compare
Choose a tag to compare

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.

7.3.0

06 Feb 18:33
5673106
Compare
Choose a tag to compare

7.3.0 - February 6, 2025

  • NEW: Added Date Query support with date_query, date_query_before and date_query_after parameters.
  • UPDATE: Various admin UI/UX updates and code cleanup throughout the plugin.

7.2.0.1

22 Jan 19:26
Compare
Choose a tag to compare

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.