Plugin Directory

Changeset 3186121


Ignore:
Timestamp:
11/12/2024 02:46:32 AM (17 months ago)
Author:
edanzer
Message:

Update to version 1.2.4 from GitHub

Location:
ajax-load-more-rest-api
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ajax-load-more-rest-api/tags/1.2.4/README.txt

    r2866626 r3186121  
    11=== Ajax Load More: REST API ===
    2 Contributors: dcooney
    3 Author: Darren Cooney
     2Contributors: edanzer, dcooney
     3Author: Erick Danzer
    44Author URI: https://connekthq.com/
    55Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/
    66Donate link: https://connekthq.com/donate/
    7 Tags: ajax load more, rest api, api, rest, ajax, infinite scroll, javascript, query, endpoints, endpoint, lazy load
     7Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll
    88Requires at least: 4.0
    9 Tested up to: 6.1
    10 Stable tag: 1.2.3
     9Tested up to: 6.7
     10Stable tag: 1.2.4
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
  • ajax-load-more-rest-api/tags/1.2.4/ajax-load-more-rest-api.php

    r2866626 r3186121  
    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
     
    2423define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) );
    2524define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) );
    26 define( 'ALM_RESTAPI_VERSION', '1.2.3' );
     25define( 'ALM_RESTAPI_VERSION', '1.2.4' );
    2726define( 'ALM_RESTAPI_RELEASE', 'February 16, 2023' );
    2827
  • ajax-load-more-rest-api/trunk/README.txt

    r2866626 r3186121  
    11=== Ajax Load More: REST API ===
    2 Contributors: dcooney
    3 Author: Darren Cooney
     2Contributors: edanzer, dcooney
     3Author: Erick Danzer
    44Author URI: https://connekthq.com/
    55Plugin URI: https://connekthq.com/ajax-load-more/extensions/rest-api/
    66Donate link: https://connekthq.com/donate/
    7 Tags: ajax load more, rest api, api, rest, ajax, infinite scroll, javascript, query, endpoints, endpoint, lazy load
     7Tags: ajax load more, rest api, endpoints, lazy load, infinite scroll
    88Requires at least: 4.0
    9 Tested up to: 6.1
    10 Stable tag: 1.2.3
     9Tested up to: 6.7
     10Stable tag: 1.2.4
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
  • ajax-load-more-rest-api/trunk/ajax-load-more-rest-api.php

    r2866626 r3186121  
    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
     
    2423define( 'ALM_RESTAPI_PATH', plugin_dir_path( __FILE__ ) );
    2524define( 'ALM_RESTAPI_URL', plugins_url( '', __FILE__ ) );
    26 define( 'ALM_RESTAPI_VERSION', '1.2.3' );
     25define( 'ALM_RESTAPI_VERSION', '1.2.4' );
    2726define( 'ALM_RESTAPI_RELEASE', 'February 16, 2023' );
    2827
Note: See TracChangeset for help on using the changeset viewer.