From ee1ad44e9235dd3a44c616599e4a950c28f48e65 Mon Sep 17 00:00:00 2001 From: Darren Cooney Date: Wed, 17 Jan 2024 11:26:54 -0500 Subject: [PATCH] Readme update --- README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index af67b23..f5e9dfb 100755 --- a/README.txt +++ b/README.txt @@ -213,12 +213,11 @@ global $post;theImplementationGuidehttpstheImplementationGuidehttpstheImplementa = Which browsers are supported? = -- Firefox (Mac, PC, iOS) - Chrome (Mac, PC, iOS, Android) +- Firefox (Mac, PC, iOS) - Safari (Mac, iOS) -- Opera - Android -- IE11+ +- MS Edge = How Can You Contribute? = Issues and pull requests can be submitted via [GitHub](https://github.com/dcooney/wordpress-ajax-load-more). @@ -268,6 +267,8 @@ This Ajax Load More update may introduce breaking changes for core plugin CSS st 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](https://connekthq.com/ajax-load-more-7-0/) + * 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.