Releases: ajaxloadmore/ajax-load-more
Releases · ajaxloadmore/ajax-load-more
7.2.0.1
7.2.0
7.2.0
- NEW: Added required updates for the new Query Loop add-on.
- NEW: Added new
alm_single_post_querystring
hook to remove the querystring from Single Post add-on URLs. - NEW: Added preview functionality for previewing an ALM instance while building a shortcode.
- NEW: Added new
template
parameter to the core ALM shortcode. This new parameter will normalize the template selection and replace therepeater
andtheme_repeater
parameters. - NEW: Added new ALM core parameters,
urls
,prev_button_label
,prev_button_loading_label
, andprev_button_done_label
. These new parameters can be used in the near future with various add-ons. - UPDATE: Various admin UI/UX updates throughout plugin.
- FIX: Fixed issue with Users extension showing mising license notice in admin.
7.1.4
= 7.1.4 - December 4, 2024 =
- UPDATE: Updated Axios HTTP library to latest version.
- UPDATE: Added feature to re-save default Repeater Template if template was deleted from the filesystem.
- UDPATE: Modified the
alm
db columns to match upcoming Templates add-on requirements. - UPDATE: Added functionality required for Elementor Add-on update to support loading previous posts on paged results.
- UPDATE: Started integration with Query Loop block and Ajax Load More.
- FIX: Fixed z-index issue with ALM navigation in WP admin.
- FIX: Added fix for
load_plugin_textdomain
php notice. - FIX: Fixed issue with Preloaded amount being 0 and no post remaining.
- FIX: Fixed issue with Comments add-on and allowing for a default post ID.
- UPDATE: Code cleanup and other minor bug fixes.
- UPDATE: Various admin UI/UX updates.
7.1.3
7.1.2
7.1.1
7.1.0.1
7.1.0
- NEW: Added Ajax Load More block for the WordPress Block Editor. ALM instances are now able to be rendered inside the Block Editor.
- NEW: Added Ajax Load More Filters block for the WordPress Block Editor. When activated, ALM Filters can be rendered inside the Block Editor using the Filters block.
- NEW: Added new
wrapper_classes
parameter that injects classnames onto the top levelajax-load-more-wrap
container. - NEW: Added new
alm_user_role
filter to allow developers to change the user role required to access the Ajax Load More admin. Default isedit_theme_options
. - UPDATE: Various security fixes regarding accessing layouts and directory paths.
- UPDATE: Added support for caching Filter add-on facets with the Cache add-on.
- FIX: Fixed bug with Next Page add-on disabling the Load More button early when pages were remaining.
- UDPATE: Various UI/UX updates throughout plugin admin and frontend.
7.0.3
7.0.2
7.0.2 - February 8, 2024
- NEW: Added 'alm_licensing_sslverify' hook to allow users to disable SSL verification when checking for updates.
- NEW: Added new Paging add-on parameter
paging_container_classes
used for adding CSS classes to the paging HTML container. - NEW: Added support for Elementor Loop Grid widget when using Elementor add-on.
- FIX: Fixed issue with Elementor add-on potentially not disabling the Load More button when no content remains.
- SECURITY: Various security fixes for admin-level plugin settings.