Skip to content

Commit a53eca1

Browse files
authored
Version: Update to 1.2.4 (#2)
1 parent 75e9b70 commit a53eca1

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
=== Ajax Load More: REST API ===
2-
Contributors: dcooney
3-
Author: Darren Cooney
2+
Contributors: edanzer, dcooney
3+
Author: Erick Danzer
44
Author URI: https://connekthq.com/
55
Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/
66
Donate link: https://connekthq.com/donate/
7-
Tags: ajax load more, rest api, api, rest, ajax, infinite scroll, javascript, query, endpoints, endpoint, lazy load
7+
Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll
88
Requires at least: 4.0
9-
Tested up to: 6.1
10-
Stable tag: 1.2.3
9+
Tested up to: 6.7
10+
Stable tag: 1.2.4
1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -74,6 +74,10 @@ Yes! As long as you are using the default /wp-json/ajaxloadmore/posts endpoint a
7474

7575
== Changelog ==
7676

77+
= 1.2.4 - November 11, 2024 =
78+
* UPDATE: Readme, contributors, WordPress tested version
79+
* NOTE: Plugin has new ownership
80+
7781
= 1.2.3 - February 23, 2023 =
7882
* FIX: Fixed up PHP warnign messages found in debug log for default endpoint.
7983

ajax-load-more-rest-api.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
* Plugin URI: https://connekthq.com/plugins/ajax-load-more/extensions/rest-api/
55
* Description: An Ajax Load More extension for infinite scrolling with the WordPress REST API
66
* Text Domain: ajax-load-more-rest-api
7-
* Author: Darren Cooney
8-
* Twitter: @KaptonKaos
7+
* Author: Erick Danzer
98
* Author URI: https://connekthq.com
10-
* Version: 1.2.3
9+
* Version: 1.2.4
1110
* License: GPL
12-
* Copyright: Darren Cooney & Connekt Media
11+
* Copyright: Erick Danzer & AjaxWP LLC
1312
*
1413
* @package ALMRESTAPI
1514
*/
@@ -23,7 +22,7 @@
2322
*/
2423
define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) );
2524
define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) );
26-
define( 'ALM_RESTAPI_VERSION', '1.2.3' );
25+
define( 'ALM_RESTAPI_VERSION', '1.2.4' );
2726
define( 'ALM_RESTAPI_RELEASE', 'February 16, 2023' );
2827

2928
/**

0 commit comments

Comments
 (0)