Plugin Directory

Changeset 3113233


Ignore:
Timestamp:
07/05/2024 05:40:42 PM (19 months ago)
Author:
datafeedr.com
Message:

Update to version 1.3.19 from GitHub

Location:
datafeedr-api
Files:
4 edited
1 copied

Legend:

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

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

    r3113231 r3113233  
    22
    33Contributors: datafeedr.com
    4 Tags: woocommerce, datafeedr, affiliate products, dfrapi, import csv, import datafeed, import data feed, data feed, datafeed, import affiliate products
     4Tags: import csv, import datafeed, data feed, datafeed, import affiliate products
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Requires PHP: 7.4
    88Requires at least: 3.8
    9 Tested up to: 6.7-alpha-58674
    10 Stable tag: 1.3.18
     9Tested up to: 6.6-RC2
     10Stable tag: 1.3.19
    1111
    1212Connect to the Datafeedr API.
     
    7474
    7575== Changelog ==
     76
     77= 1.3.19 - 2024/07/05 =
     78* Fixed "tested up to" version
    7679
    7780= 1.3.18 - 2024/07/05 =
  • datafeedr-api/trunk/datafeedr-api.php

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

    r3113231 r3113233  
    22
    33Contributors: datafeedr.com
    4 Tags: woocommerce, datafeedr, affiliate products, dfrapi, import csv, import datafeed, import data feed, data feed, datafeed, import affiliate products
     4Tags: import csv, import datafeed, data feed, datafeed, import affiliate products
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Requires PHP: 7.4
    88Requires at least: 3.8
    9 Tested up to: 6.7-alpha-58674
    10 Stable tag: 1.3.18
     9Tested up to: 6.6-RC2
     10Stable tag: 1.3.19
    1111
    1212Connect to the Datafeedr API.
     
    7474
    7575== Changelog ==
     76
     77= 1.3.19 - 2024/07/05 =
     78* Fixed "tested up to" version
    7679
    7780= 1.3.18 - 2024/07/05 =
Note: See TracChangeset for help on using the changeset viewer.