Releases: ajaxloadmore/ajax-load-more
Releases · ajaxloadmore/ajax-load-more
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.
7.0.1
7.0.1 - January 23, 2024
- HOTFIX: Fixed issue with Filters add-on that would appear when using the Paging add-on. Filters would remain disabled after interacting with a filter due to a missing callback function.
- HOTFIX: Fixed issue with display of Single Posts data when being used with Elementor.
7.0.0
= 7.0.0 - January 16, 2024 =
UPGRADE NOTICE:
This Ajax Load More update may introduce breaking changes for core plugin CSS styling and add-on functionality.
Major changes in this release includes the removal of the transition_container
parameter which affects the rendered HTML of the plugin by removing the .alm-reveal
div used to display the Ajax loaded content.
If you are using the Filters, SEO, or Paging add-ons please be sure to update these add-ons after updating the core Ajax Load More plugin.
- NEW: Removed
alm-reveal
div and transition container. This affects all add-ons and core plugin as there is no more a transition container appended for each load more action. - NEW: Added
transition_delay
parameter that allows for staggering the display of each post incrementally as content is loaded. - NEW: Added new
alm-is-loaded
class that is added to the main ALM container after the initial ajax request. - UPDATE: Improved JavaScript code quality and readability which is key for long term maintenance and sustainability of ALM.
- UPDATE: Improved content loading for infinite scroll and when using Paging add-on.
- UPDATE: Improved Masonry loading and transition timing.
- UPDATE: Removed
transition_container_classes
parameter. - UPDATE: Removed legacy browser polyfills and helper functions to lower the overall compiled JS size.
- UPDATE: Updated plugin installer class.
- FIX: Fixed issue with admin_footer_text hook not returning but echoing text content.
- FIX: Fixed issue with Single Posts add-on preview function. This was no longer working but is functional again.