Skip to content

6.2.0.2

Compare
Choose a tag to compare
@dcooney dcooney released this 03 Nov 12:45
· 63 commits to main since this release

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';
});