Plugin Directory

Changeset 2409288


Ignore:
Timestamp:
10/29/2020 06:39:31 PM (5 years ago)
Author:
tomspocket
Message:

Updating store URL attribution

Location:
spocket/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • spocket/trunk/index.php

    r2327792 r2409288  
    33Plugin Name:  Spocket
    44Description:  Spocket - Dropshipping US/European Products
    5 Version:      1.5.8
     5Version:      1.5.9
    66Author:       Spocket
    77Author URI:   https://www.spocket.co
  • spocket/trunk/lib/Common/Spocket.php

    r2164115 r2409288  
    225225        $shopUrl  = get_option('spocket_shop_url', '');
    226226        $site_url = get_site_url();
    227         if ('' === $shopUrl) {
     227        //if ('' === $shopUrl) {
    228228            update_option('spocket_shop_url', $site_url, false);
    229         }
     229        //}
    230230    }
    231231
  • spocket/trunk/lib/Plugin.php

    r2327792 r2409288  
    3434     * @var string
    3535     */
    36     protected $version = '1.5.8';
     36    protected $version = '1.5.9';
    3737
    3838    /**1000
  • spocket/trunk/readme.txt

    r2327792 r2409288  
    33Requires at least: 4.4
    44Tested up to: 5.3
    5 Stable tag: 1.5.8
     5Stable tag: 1.5.9
    66
    77Find fast shipping products from reliable suppliers, import them to [your WooCommerce store](https://www.spocket.co/for-woocommerce) and manage your orders automatically: all for free.
Note: See TracChangeset for help on using the changeset viewer.