Skip to content

Commit aac8d7d

Browse files
committed
Updated readme
1 parent 50a232d commit aac8d7d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.txt

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

@@ -68,8 +68,9 @@ Yes! As long as you are using the default /wp-json/ajaxloadmore/posts endpoint a
6868

6969
== Changelog ==
7070

71-
= 1.2.5 - June 5, 2025 =
72-
* UPDATE: Updated require plugin, readme and WP tested version.
71+
= 1.2.6 - June 5, 2025 =
72+
* NEW: Adding Ajax Load More as a required plugin.
73+
* UPDATE: Code cleanup, readme and WP tested version.
7374

7475
= 1.2.4 - November 11, 2024 =
7576
* UPDATE: Readme, contributors, WordPress tested version

ajax-load-more-rest-api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Text Domain: ajax-load-more-rest-api
77
* Author: Darren Cooney
88
* Author URI: https://connekthq.com
9-
* Version: 1.2.5
9+
* Version: 1.2.6
1010
* License: GPL
1111
* Copyright: Connekt Media & Darren Cooney
1212
* Requires Plugins: ajax-load-more
@@ -23,7 +23,7 @@
2323
*/
2424
define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) );
2525
define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) );
26-
define( 'ALM_RESTAPI_VERSION', '1.2.5' );
26+
define( 'ALM_RESTAPI_VERSION', '1.2.6' );
2727
define( 'ALM_RESTAPI_RELEASE', 'June 5, 2025' );
2828

2929
/**

0 commit comments

Comments
 (0)