Changeset 2409288
- Timestamp:
- 10/29/2020 06:39:31 PM (5 years ago)
- Location:
- spocket/trunk
- Files:
-
- 4 edited
-
index.php (modified) (1 diff)
-
lib/Common/Spocket.php (modified) (1 diff)
-
lib/Plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spocket/trunk/index.php
r2327792 r2409288 3 3 Plugin Name: Spocket 4 4 Description: Spocket - Dropshipping US/European Products 5 Version: 1.5. 85 Version: 1.5.9 6 6 Author: Spocket 7 7 Author URI: https://www.spocket.co -
spocket/trunk/lib/Common/Spocket.php
r2164115 r2409288 225 225 $shopUrl = get_option('spocket_shop_url', ''); 226 226 $site_url = get_site_url(); 227 if ('' === $shopUrl) {227 //if ('' === $shopUrl) { 228 228 update_option('spocket_shop_url', $site_url, false); 229 }229 //} 230 230 } 231 231 -
spocket/trunk/lib/Plugin.php
r2327792 r2409288 34 34 * @var string 35 35 */ 36 protected $version = '1.5. 8';36 protected $version = '1.5.9'; 37 37 38 38 /**1000 -
spocket/trunk/readme.txt
r2327792 r2409288 3 3 Requires at least: 4.4 4 4 Tested up to: 5.3 5 Stable tag: 1.5. 85 Stable tag: 1.5.9 6 6 7 7 Find 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.