Plugin Directory

Changeset 3113231


Ignore:
Timestamp:
07/05/2024 05:30:00 PM (20 months ago)
Author:
datafeedr.com
Message:

Update to version 1.3.18 from GitHub

Location:
datafeedr-api
Files:
4 edited
1 copied

Legend:

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

    r3043331 r3113231  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.4.4-alpha
    13 Version: 1.3.17
     12Tested up to: 6.7-alpha-58674
     13Version: 1.3.18
    1414
    1515Datafeedr API Plugin
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.17' );
     35define( 'DFRAPI_VERSION', '1.3.18' );
    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.18/readme.txt

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

    r3043331 r3113231  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.4.4-alpha
    13 Version: 1.3.17
     12Tested up to: 6.7-alpha-58674
     13Version: 1.3.18
    1414
    1515Datafeedr API Plugin
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.17' );
     35define( 'DFRAPI_VERSION', '1.3.18' );
    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

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