Releases: ajaxloadmore/ajax-load-more
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.
6.2.0.3
6.2.0.3 - November 6, 2023
*HOTFIX: Fixed issue with fatal i18n error in core Ajax Load More Elementor widget causing issues with loading posts on edit screens.
*UPDATE: Improved Cache add-on checker function for increased reliability while fetching cache.
6.2.0.2
6.2.0.2 - November 3, 2023
- FIX: Fixed issue with paging URLs when using Elementor add-on with WooCommerce products and WP archive templates.
- FIX: Fixed issue with Cache and Paging add-ons throwing an error on initial page load and causing posts not to load..
- NEW: Added
alm_restapi_url
hook to update the URL base REST API calls.
add_filter( 'alm_restapi_url', function(){
return 'https://mywebsite.com';
});
6.2.0.1
6.2.0
= 6.2.0 - September 27, 2023 =
- UPDATE: Added support for GA4 integration across various add-ons.
- UPDATE: Updated Shortcode builder to accept new plugin parameters for Next Page add-on.
- UPDATE: Code cleanup and organization.
- FIX: Fixed issue with encoding of Canonical URL potentially causing HTTP errors in Ajax request.
- FIX: Fixed various issues in Shortcode Builder.
- FIX: Fixed issue with unclosed HTML element when using seo_offset parameter.
- FIX: Fixed issue with default ALM search parameter being encoded incorrectly.
- FIX: Fixed issue with seo_offset parameter not displaying results due to JS error.
- FIX: Various security fixes and patches.
6.1.0.1
6.1.0
= 6.1.0 - July 27, 2023 =
UPGRADE NOTICE:
This ALM update adds a new sort_key
parameter that is used for ordering results by custom field values.
Users who were previously using meta_key
for custom field ordering will need to update their shortcodes as this update is NOT backward compatible.
- NEW: Added new
sort_key
parameter to make it easier to sort query results by custom field. - NEW: Admin interface refresh.
- FIX: Fixed issue with Canonical URL not being set correctly.
- FIX: Fixed issue with Nextpage and Paging add-on not working in some instances.
- FIX: Added fix for frontpage canonical URL fetching returning incorrect URL.
- UPDATE: Updated ALM build process to use wp-scripts.
- UPDATE: Code cleanup and organization.