Plugin Directory

Changeset 2993994


Ignore:
Timestamp:
11/10/2023 03:04:22 PM (2 years ago)
Author:
datafeedr.com
Message:

Update to version 1.3.16 from GitHub

Location:
datafeedr-api
Files:
4 edited
1 copied

Legend:

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

    r2907069 r2993994  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.1.2-alpha
    13 Version: 1.3.15
     12Tested up to: 6.4.2-alpha
     13Version: 1.3.16
    1414
    1515Datafeedr API Plugin
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.15' );
     35define( 'DFRAPI_VERSION', '1.3.16' );
    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.16/readme.txt

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

    r2907069 r2993994  
    1010Requires PHP: 7.4
    1111Requires at least: 3.8
    12 Tested up to: 6.1.2-alpha
    13 Version: 1.3.15
     12Tested up to: 6.4.2-alpha
     13Version: 1.3.16
    1414
    1515Datafeedr API Plugin
     
    3333 * Define constants.
    3434 */
    35 define( 'DFRAPI_VERSION', '1.3.15' );
     35define( 'DFRAPI_VERSION', '1.3.16' );
    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

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