Plugin Directory

Changeset 3043331


Ignore:
Timestamp:
02/29/2024 07:13:49 PM (23 months ago)
Author:
datafeedr.com
Message:

Update to version 1.3.17 from GitHub

Location:
datafeedr-api
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • datafeedr-api/tags/1.3.17/datafeedr-api.php

    r2993994 r3043331  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.4.2-alpha
    13 Version: 1.3.16
     12Tested up to: 6.4.4-alpha
     13Version: 1.3.17
    1414
    1515Datafeedr API Plugin
    16 Copyright (C) 2023, Datafeedr - [email protected]
     16Copyright (C) 2024, Datafeedr - [email protected]
    1717
    1818This program is free software: you can redistribute it and/or modify
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.16' );
     35define( 'DFRAPI_VERSION', '1.3.17' );
    3636define( 'DFRAPI_URL', plugin_dir_url( __FILE__ ) ); // https://example.com/wp-content/plugins/datafeedr-api/
    3737define( 'DFRAPI_PATH', plugin_dir_path( __FILE__ ) ); // /absolute/path/to/wp-content/plugins/datafeedr-api/
  • datafeedr-api/tags/1.3.17/readme.txt

    r2993994 r3043331  
    77Requires PHP: 7.4
    88Requires at least: 3.8
    9 Tested up to: 6.4.2-alpha
    10 Stable tag: 1.3.16
     9Tested up to: 6.4.4-alpha
     10Stable tag: 1.3.17
    1111
    1212Connect to the Datafeedr API.
     
    7474
    7575== Changelog ==
     76
     77= 1.3.17 - 2024/02/29 =
     78* Updated "tested up to" value
    7679
    7780= 1.3.16 - 2023/11/10 =
  • datafeedr-api/trunk/datafeedr-api.php

    r2993994 r3043331  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.4.2-alpha
    13 Version: 1.3.16
     12Tested up to: 6.4.4-alpha
     13Version: 1.3.17
    1414
    1515Datafeedr API Plugin
    16 Copyright (C) 2023, Datafeedr - [email protected]
     16Copyright (C) 2024, Datafeedr - [email protected]
    1717
    1818This program is free software: you can redistribute it and/or modify
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.16' );
     35define( 'DFRAPI_VERSION', '1.3.17' );
    3636define( 'DFRAPI_URL', plugin_dir_url( __FILE__ ) ); // https://example.com/wp-content/plugins/datafeedr-api/
    3737define( 'DFRAPI_PATH', plugin_dir_path( __FILE__ ) ); // /absolute/path/to/wp-content/plugins/datafeedr-api/
  • datafeedr-api/trunk/readme.txt

    r2993994 r3043331  
    77Requires PHP: 7.4
    88Requires at least: 3.8
    9 Tested up to: 6.4.2-alpha
    10 Stable tag: 1.3.16
     9Tested up to: 6.4.4-alpha
     10Stable tag: 1.3.17
    1111
    1212Connect to the Datafeedr API.
     
    7474
    7575== Changelog ==
     76
     77= 1.3.17 - 2024/02/29 =
     78* Updated "tested up to" value
    7679
    7780= 1.3.16 - 2023/11/10 =
Note: See TracChangeset for help on using the changeset viewer.