Plugin Directory

Changeset 3355727


Ignore:
Timestamp:
09/03/2025 11:53:43 PM (7 months ago)
Author:
importify
Message:

Version 1.0.12

Location:
importify
Files:
27 added
2 edited

Legend:

Unmodified
Added
Removed
  • importify/trunk/importify.php

    r3300419 r3355727  
    88 * Plugin Name: Importify
    99 * Description: Easily import best-selling products, and automate your entire dropshipping process, all with a single click.
    10  * Version: 1.0.11
     10 * Version: 1.0.12
    1111 * Author: Importify
    1212 * Author URI: https://www.importify.com/
     
    2020
    2121define("IMPORTIFY_API_URL", "https://app.importify.net/dashboard");
    22 define('IMPORTIFY_VERSION', '1.0.11');
     22define('IMPORTIFY_VERSION', '1.0.12');
    2323define('IMPORTIFY_PATH', dirname(__FILE__));
    2424define('IMPORTIFY_FOLDER', basename(IMPORTIFY_PATH));
     
    294294        $headers = array(
    295295          'Content-Type' => 'application/json',
     296      'User-Agent' => 'Importify Wp Plugin',
    296297          'x-plugin-version' => IMPORTIFY_VERSION,
    297298          'x-site-url' => get_site_url(),
     
    311312      'method' => 'POST',
    312313      'data_format' => 'body',
    313       'sslverify' => false,
    314       'user-agent' => "Importify Wp Plugin"
     314      'sslverify' => false
    315315    );
    316316   
  • importify/trunk/readme.txt

    r3300424 r3355727  
    66Requires PHP: 5.4
    77Tested up to: 6.8
    8 Stable tag: 1.0.11
     8Stable tag: 1.0.12
    99Plugin URI: https://importify.com
    1010License: proprietary
Note: See TracChangeset for help on using the changeset viewer.