Skip to content

Commit 0ce363e

Browse files
committed
Updated require plugin, readme and WP tested version.
1 parent d3620a3 commit 0ce363e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/
66
Donate link: https://connekthq.com/donate/
77
Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll
88
Requires at least: 4.0
9-
Tested up to: 6.7
10-
Stable tag: 1.2.4
9+
Tested up to: 6.8
10+
Stable tag: 1.2.5
1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -48,12 +48,8 @@ No, all Repeater Templates that are used with the REST API add-on must be coded
4848
= Are all Ajax Load More shortcode parameters available with the REST API add-on? =
4949
Yes! As long as you are using the default /wp-json/ajaxloadmore/posts endpoint all values passed via shortcode will be parsed in your API call.
5050

51-
52-
5351
== Screenshots ==
5452

55-
56-
5753
== Installation ==
5854

5955
= Uploading in WordPress Dashboard =
@@ -70,10 +66,11 @@ Yes! As long as you are using the default /wp-json/ajaxloadmore/posts endpoint a
7066
4. Ensure Ajax Load More is installed prior to activating the plugin.
7167
5. Activate the plugin in the WP plugin dashboard.
7268

73-
74-
7569
== Changelog ==
7670

71+
= 1.2.5 - June 5, 2025 =
72+
* UPDATE: Updated require plugin, readme and WP tested version.
73+
7774
= 1.2.4 - November 11, 2024 =
7875
* UPDATE: Readme, contributors, WordPress tested version
7976

ajax-load-more-rest-api.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* Text Domain: ajax-load-more-rest-api
77
* Author: Darren Cooney
88
* Author URI: https://connekthq.com
9-
* Version: 1.2.4
9+
* Version: 1.2.5
1010
* License: GPL
1111
* Copyright: Connekt Media & Darren Cooney
12+
* Requires Plugins: ajax-load-more
1213
*
1314
* @package ALMRESTAPI
1415
*/
@@ -22,8 +23,8 @@
2223
*/
2324
define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) );
2425
define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) );
25-
define( 'ALM_RESTAPI_VERSION', '1.2.4' );
26-
define( 'ALM_RESTAPI_RELEASE', 'December 4, 2024' );
26+
define( 'ALM_RESTAPI_VERSION', '1.2.5' );
27+
define( 'ALM_RESTAPI_RELEASE', 'June 5, 2025' );
2728

2829
/**
2930
* Activation hook

0 commit comments

Comments
 (0)