Skip to content

Releases: ajaxloadmore/ajax-load-more

7.1.4

04 Dec 14:04
Compare
Choose a tag to compare

= 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

01 Oct 13:28
Compare
Choose a tag to compare

7.1.3 - October 1, 2024

  • UPDATE: Various security fixes.

7.1.2

30 May 13:55
Compare
Choose a tag to compare
  • FIX: Fixed issue with full article loading in Next Page add-on.
  • UPDATE: Various security fixes.

7.1.1

10 May 14:10
Compare
Choose a tag to compare
  • UPDATE: Added required functionality and support to allow for Next Page add-on to be used with Single Posts for full article loading with split pages.
  • UPDATE: Various UI/UX improvements for the plugin admin.

7.1.0.1

21 Mar 15:20
Compare
Choose a tag to compare

= 7.1.0.1 - March 21, 2024 =

  • HOTFIX: Hotfix for missing css_classes parameter in 7.1.0 release.

7.1.0

21 Mar 13:10
Compare
Choose a tag to compare
  • 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 level ajax-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 is edit_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

15 Feb 17:38
Compare
Choose a tag to compare

7.0.3 - February 15, 2024

  • FIX: Added fix for Paging add-on scrolling to top of listing on initial page load when paging_scroll was true.
  • FIX: Fixed issue with undefined post_count when loading Ajax Load More with Ajax/HTTP request.

7.0.2

08 Feb 16:49
Compare
Choose a tag to compare

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

23 Jan 16:52
Compare
Choose a tag to compare

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

17 Jan 20:51
Compare
Choose a tag to compare

= 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.

View Release Notes

  • 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.