Skip to content

Commit ce710c6

Browse files
committed
Escape scroll_container parameter
1 parent 0bcebf1 commit ce710c6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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.3.1.2
8+
Stable tag: 7.3.1.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -269,6 +269,9 @@ How to install Ajax Load More.
269269

270270
== Changelog ==
271271

272+
= 7.3.1.3 - May 15, 2025 =
273+
* UPDATE: Various security fixes.
274+
272275
= 7.3.1.2 - May 11, 2025 =
273276
* UPDATE: Revert change to fix `load_plugin_textdomain` warning. This update caused a fatal error. Sorry about that. Will fix the warning in the next release.
274277

ajax-load-more.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* Author: Darren Cooney
88
* Twitter: @KaptonKaos
99
* Author URI: https://connekthq.com
10-
* Version: 7.3.1.2
10+
* Version: 7.3.1.3
1111
* License: GPL
1212
* Copyright: Darren Cooney & Connekt Media
1313
*
1414
* @package AjaxLoadMore
1515
*/
16-
define( 'ALM_VERSION', '7.3.1.2' );
17-
define( 'ALM_RELEASE', 'May 11, 2025' );
16+
define( 'ALM_VERSION', '7.3.1.3' );
17+
define( 'ALM_RELEASE', 'May 15, 2025' );
1818
define( 'ALM_STORE_URL', 'https://connekthq.com' );
1919

2020
// Plugin installation helpers.

0 commit comments

Comments
 (0)