diff --git a/.phpcs.xml b/.phpcs.xml index 3062434..3f0e657 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -26,6 +26,12 @@ + + + + + + @@ -49,7 +55,7 @@ Multiple valid prefixes can be provided as a comma-delimited list. --> - + diff --git a/README.txt b/README.txt index 1c7aafc..2ced776 100755 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ Donate link: https://connekthq.com/donate/ Tags: infinite scroll, load more, ajax, lazy load, endless scroll, infinite scrolling, lazy loading, pagination, ajax, ajax posts, woocommerce, ajax load more, masonry Requires at least: 4.4 Requires PHP: 5.6 -Tested up to: 6.0 -Stable tag: 5.5.4.1 +Tested up to: 6.1 +Stable tag: 5.5.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -263,6 +263,19 @@ How to install Ajax Load More. == Changelog == += 5.5.5 - January 5, 2013 = +* UPDATE: Removed requirement of `transition_container` to be present when using Preloaded. +* UPDATE: Various updates required for the new 2.0 Layouts add-on release. +* UPDATE: Removed legacy loading style `circles` and reference from the CSS. +* NEW: Add new `getTotalPosts` and `getPostsCount` public JS functions that will return data from the localized window variables. +* NEW: Added Ajax Load More plugin navigation to the header on all admin plugin pages. +* NEW: Added ability to add add-on licenses via wp-config constants. License activation will still need to be triggered from the License admin screen. `ALM_CACHE_LICENSE_KEY="xxxxxxxxxx"` +* NEW: Added `alm_mask_license_keys` filter to mask the license keys rendering in the WP admin. `add_filter( 'alm_mask_license_keys', '__return_true' );` +* UPDATE: Improved security of shortcode output by sanitizing all fields before render. +* UPDATE: Code cleanup and organization. +* FIX: Fixed various issue with Filters add-on and JS `