Plugin Directory

Changeset 3431241


Ignore:
Timestamp:
01/02/2026 06:57:50 PM (2 months ago)
Author:
exportyourstore
Message:

Updated EYS setup url

Location:
exportyourstore/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exportyourstore/trunk/exportyourstore.php

    r2640472 r3431241  
    33Plugin Name: ExportYourStore
    44description: Easily integrate your WooCommerce store with the largest online marketplaces.
    5 Version: 1.0
     5Version: 1.1
    66Author: ExportYourStore
    77Author URI: https://www.exportyourstore.com/
     
    2121     * @var string
    2222     */
    23     public $version = '1.0';
     23    public $version = '1.1';
    2424
    2525    /*
     
    121121            $consumer_key = get_option('eys_woocommerce_api_consumer_key');
    122122            $consumer_secret = get_option('eys_woocommerce_api_consumer_secret');
    123             $query ="signup?wc=1&ck=".  $consumer_key."&cs=". $consumer_secret."&url=".get_site_url();
     123            $query ="setup?wc=1&ck=".  $consumer_key."&cs=". $consumer_secret."&url=".get_site_url();
    124124            $ExportYourStore_url =  $ExportYourStore_url.$query;
    125125        } else {
     
    211211                    update_option('eys_woocommerce_api_consumer_key', $consumer_key);
    212212                    update_option('eys_woocommerce_api_consumer_secret', $consumer_secret);
    213                     $query ="signup?wc=1&ck=".  $consumer_key."&cs=". $consumer_secret."&url=".get_site_url();
     213                    $query ="setup?wc=1&ck=".  $consumer_key."&cs=". $consumer_secret."&url=".get_site_url();
    214214                    $ExportYourStore_url =  $ExportYourStore_url.$query;
    215215                }
  • exportyourstore/trunk/readme.txt

    r3226502 r3431241  
    44Tested up to: 6.7.1
    55Requires PHP: 5.5.0
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPL-2.0
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.