Plugin Directory

Changeset 2762585


Ignore:
Timestamp:
07/27/2022 07:19:36 PM (4 years ago)
Author:
tomspocket
Message:

fix define variable

Location:
spocket/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spocket/trunk/index.php

    r2762014 r2762585  
    33Plugin Name:  Spocket
    44Description:  Spocket - Dropshipping US/European Products
    5 Version:      1.6.9
     5Version:      1.7.0
    66Author:       Spocket
    77Author URI:   https://www.spocket.co
     
    2424}
    2525
    26 if (! defined('MAKE_PATHS_RELATIVE_FILE')) {
    27     define('MAKE_PATHS_RELATIVE_FILE', __FILE__);
     26if (! defined('SPOCKET_MAKE_PATHS_RELATIVE_FILE')) {
     27    define('SPOCKET_MAKE_PATHS_RELATIVE_FILE', __FILE__);
    2828}
    2929
  • spocket/trunk/lib/Plugin.php

    r2762014 r2762585  
    33/**
    44 * File for Requirements class
    5  * php version 1.6.9
     5 * php version 1.7.0
    66 *
    77 * @category Category
     
    5151     * @var string
    5252     */
    53     protected $version = '1.6.9';
     53    protected $version = '1.7.0';
    5454
    5555    /**
     
    6363        $this->url            = \plugin_dir_url(dirname(__FILE__));
    6464        $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);
    6666    }
    6767
  • spocket/trunk/readme.txt

    r2762014 r2762585  
    33Requires at least: 4.4
    44Tested up to: 6.0
    5 Stable tag: 1.6.9
     5Stable tag: 1.7.0
    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.