Skip to content

Commit 178164a

Browse files
committed
Improved loading styles
1 parent 905a306 commit 178164a

22 files changed

+19643
-9859
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: infinite scroll, load more, lazy load, endless scroll, ajax load more
55
Requires at least: 5.0
66
Requires PHP: 5.6
77
Tested up to: 6.8
8-
Stable tag: 7.6.0.1
8+
Stable tag: 7.6.0.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -268,6 +268,9 @@ How to install Ajax Load More.
268268

269269
== Changelog ==
270270

271+
= 7.6.0.2 - September 13, 2025 =
272+
* UPDATE: Additional tweaks and improvements to normalize the new loading styles.
273+
271274
= 7.6.0.1 - September 12, 2025 =
272275
* NEW: Further optimization and modernized the Load More button and Infinite Scroll styles/animations with new SVG based spinners.
273276
* UPDATE: Removed `button_loading_label` and `prev_button_loading_label` parameters as these are no longer in used with the new loader styles.

ajax-load-more.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
* Author: Darren Cooney
88
* Twitter: @KaptonKaos
99
* Author URI: https://connekthq.com
10-
* Version: 7.6.0.1
10+
* Version: 7.6.0.2
1111
* License: GPL
1212
* Copyright: Darren Cooney & Connekt Media
1313
*
1414
* @package AjaxLoadMore
1515
*/
1616

17-
define( 'ALM_VERSION', '7.6.0.1' );
18-
define( 'ALM_RELEASE', 'September 12, 2025' );
17+
define( 'ALM_VERSION', '7.6.0.2' );
18+
define( 'ALM_RELEASE', 'September 13, 2025' );
1919
define( 'ALM_STORE_URL', 'https://connekthq.com' );
2020

2121
require_once plugin_dir_path( __FILE__ ) . 'core/functions/install.php';

build/admin/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '4c632fe63786c9a48e33');
1+
<?php return array('dependencies' => array(), 'version' => '85520e4b1c0ee6335f96');

0 commit comments

Comments
 (0)