Skip to content

Commit

Permalink
Fixed issue with speed variable when loading Ajax Load More in a SPA …
Browse files Browse the repository at this point in the history
…application
  • Loading branch information
dcooney committed Oct 20, 2023
1 parent 5ef0ae3 commit a1b8032
Show file tree
Hide file tree
Showing 14 changed files with 8,547 additions and 14,101 deletions.
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: dcooney, connekthq
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 at least: 5.0
Requires PHP: 5.6
Tested up to: 6.3
Stable tag: 6.2.0
Stable tag: 6.2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -261,6 +261,10 @@ How to install Ajax Load More.

== Changelog ==

= 6.2.0.1 - October 20, 2023 =
* HOTFIX: Fixed issue with speed variable when loading Ajax Load More in a SPA application or via HTTP request.


= 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.
Expand Down
6 changes: 3 additions & 3 deletions ajax-load-more.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
* Author: Darren Cooney
* Twitter: @KaptonKaos
* Author URI: https://connekthq.com
* Version: 6.2.0
* Version: 6.2.0.1
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
* @package AjaxLoadMore
*/

define( 'ALM_VERSION', '6.2.0' );
define( 'ALM_RELEASE', 'September 27, 2023' );
define( 'ALM_VERSION', '6.2.0.1' );
define( 'ALM_RELEASE', 'October 20, 2023' );
define( 'ALM_STORE_URL', 'https://connekthq.com' );

// Plugin installation helpers.
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'cf6b7cc79fb2357f6ea2');
<?php return array('dependencies' => array(), 'version' => '8b37e600b83a7774ad4a');
5,170 changes: 5,169 additions & 1 deletion build/admin/index.css

Large diffs are not rendered by default.

999 changes: 83 additions & 916 deletions build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/frontend/ajax-load-more.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '91e35732448d36edb841');
<?php return array('dependencies' => array(), 'version' => '15e68396bc16e6bbd89b');
536 changes: 535 additions & 1 deletion build/frontend/ajax-load-more.css

Large diffs are not rendered by default.

Loading

0 comments on commit a1b8032

Please sign in to comment.