Changeset 3186121
- Timestamp:
- 11/12/2024 02:46:32 AM (17 months ago)
- Location:
- ajax-load-more-rest-api
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from ajax-load-more-rest-api/trunk)
-
tags/1.2.4/README.txt (modified) (2 diffs)
-
tags/1.2.4/ajax-load-more-rest-api.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ajax-load-more-rest-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-load-more-rest-api/tags/1.2.4/README.txt
r2866626 r3186121 1 1 === Ajax Load More: REST API === 2 Contributors: dcooney3 Author: Darren Cooney2 Contributors: edanzer, dcooney 3 Author: Erick Danzer 4 4 Author URI: https://connekthq.com/ 5 5 Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/ 6 6 Donate link: https://connekthq.com/donate/ 7 Tags: ajax load more, rest api, api, rest, ajax, infinite scroll, javascript, query, endpoints, endpoint, lazy load7 Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll 8 8 Requires at least: 4.0 9 Tested up to: 6. 110 Stable tag: 1.2. 39 Tested up to: 6.7 10 Stable tag: 1.2.4 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.2.4 - November 11, 2024 = 78 * UPDATE: Readme, contributors, WordPress tested version 79 * NOTE: Plugin has new ownership 80 77 81 = 1.2.3 - February 23, 2023 = 78 82 * FIX: Fixed up PHP warnign messages found in debug log for default endpoint. -
ajax-load-more-rest-api/tags/1.2.4/ajax-load-more-rest-api.php
r2866626 r3186121 5 5 * Description: An Ajax Load More extension for infinite scrolling with the WordPress REST API 6 6 * Text Domain: ajax-load-more-rest-api 7 * Author: Darren Cooney 8 * Twitter: @KaptonKaos 7 * Author: Erick Danzer 9 8 * Author URI: https://connekthq.com 10 * Version: 1.2. 39 * Version: 1.2.4 11 10 * License: GPL 12 * Copyright: Darren Cooney & Connekt Media11 * Copyright: Erick Danzer & AjaxWP LLC 13 12 * 14 13 * @package ALMRESTAPI … … 24 23 define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) ); 25 24 define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) ); 26 define( 'ALM_RESTAPI_VERSION', '1.2. 3' );25 define( 'ALM_RESTAPI_VERSION', '1.2.4' ); 27 26 define( 'ALM_RESTAPI_RELEASE', 'February 16, 2023' ); 28 27 -
ajax-load-more-rest-api/trunk/README.txt
r2866626 r3186121 1 1 === Ajax Load More: REST API === 2 Contributors: dcooney3 Author: Darren Cooney2 Contributors: edanzer, dcooney 3 Author: Erick Danzer 4 4 Author URI: https://connekthq.com/ 5 5 Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/ 6 6 Donate link: https://connekthq.com/donate/ 7 Tags: ajax load more, rest api, api, rest, ajax, infinite scroll, javascript, query, endpoints, endpoint, lazy load7 Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll 8 8 Requires at least: 4.0 9 Tested up to: 6. 110 Stable tag: 1.2. 39 Tested up to: 6.7 10 Stable tag: 1.2.4 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.2.4 - November 11, 2024 = 78 * UPDATE: Readme, contributors, WordPress tested version 79 * NOTE: Plugin has new ownership 80 77 81 = 1.2.3 - February 23, 2023 = 78 82 * FIX: Fixed up PHP warnign messages found in debug log for default endpoint. -
ajax-load-more-rest-api/trunk/ajax-load-more-rest-api.php
r2866626 r3186121 5 5 * Description: An Ajax Load More extension for infinite scrolling with the WordPress REST API 6 6 * Text Domain: ajax-load-more-rest-api 7 * Author: Darren Cooney 8 * Twitter: @KaptonKaos 7 * Author: Erick Danzer 9 8 * Author URI: https://connekthq.com 10 * Version: 1.2. 39 * Version: 1.2.4 11 10 * License: GPL 12 * Copyright: Darren Cooney & Connekt Media11 * Copyright: Erick Danzer & AjaxWP LLC 13 12 * 14 13 * @package ALMRESTAPI … … 24 23 define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) ); 25 24 define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) ); 26 define( 'ALM_RESTAPI_VERSION', '1.2. 3' );25 define( 'ALM_RESTAPI_VERSION', '1.2.4' ); 27 26 define( 'ALM_RESTAPI_RELEASE', 'February 16, 2023' ); 28 27
Note: See TracChangeset
for help on using the changeset viewer.