Changeset 2762585
- Timestamp:
- 07/27/2022 07:19:36 PM (4 years ago)
- Location:
- spocket/trunk
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
lib/Plugin.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spocket/trunk/index.php
r2762014 r2762585 3 3 Plugin Name: Spocket 4 4 Description: Spocket - Dropshipping US/European Products 5 Version: 1. 6.95 Version: 1.7.0 6 6 Author: Spocket 7 7 Author URI: https://www.spocket.co … … 24 24 } 25 25 26 if (! defined(' MAKE_PATHS_RELATIVE_FILE')) {27 define(' MAKE_PATHS_RELATIVE_FILE', __FILE__);26 if (! defined('SPOCKET_MAKE_PATHS_RELATIVE_FILE')) { 27 define('SPOCKET_MAKE_PATHS_RELATIVE_FILE', __FILE__); 28 28 } 29 29 -
spocket/trunk/lib/Plugin.php
r2762014 r2762585 3 3 /** 4 4 * File for Requirements class 5 * php version 1. 6.95 * php version 1.7.0 6 6 * 7 7 * @category Category … … 51 51 * @var string 52 52 */ 53 protected $version = '1. 6.9';53 protected $version = '1.7.0'; 54 54 55 55 /** … … 63 63 $this->url = \plugin_dir_url(dirname(__FILE__)); 64 64 $this->path = \plugin_dir_path(dirname(__FILE__)); 65 $this->pluginBaseName = \plugin_basename( MAKE_PATHS_RELATIVE_FILE);65 $this->pluginBaseName = \plugin_basename(SPOCKET_MAKE_PATHS_RELATIVE_FILE); 66 66 } 67 67 -
spocket/trunk/readme.txt
r2762014 r2762585 3 3 Requires at least: 4.4 4 4 Tested up to: 6.0 5 Stable tag: 1. 6.95 Stable tag: 1.7.0 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.