Changeset 2527575
- Timestamp:
- 05/07/2021 01:37:15 AM (5 years ago)
- Location:
- zsquared-connector-for-zoho-crm
- Files:
-
- 6 edited
-
tags/1.0/README.txt (modified) (2 diffs)
-
tags/1.0/include/settings.php (modified) (1 diff)
-
tags/1.0/zsq-connector-crm.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/include/settings.php (modified) (1 diff)
-
trunk/zsq-connector-crm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zsquared-connector-for-zoho-crm/tags/1.0/README.txt
r2346205 r2527575 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0. 16 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.0.3 = 41 * Fixing an issue with a redirect not beiong properly handled in the API endpoints 42 40 43 = 1.0.2 = 41 44 * Reworked the API endpoint settings to better handle environment specific requirements -
zsquared-connector-for-zoho-crm/tags/1.0/include/settings.php
r2331435 r2527575 2 2 3 3 // API endpoint settings 4 define("ZSQ_CRM_APP_HOME", "https:// zsquared.ca/");5 define("ZSQ_CRM_API_ENDPOINT", "https:// zsquared.ca/wp/crm/");4 define("ZSQ_CRM_APP_HOME", "https://app.zsquared.ca/"); 5 define("ZSQ_CRM_API_ENDPOINT", "https://app.zsquared.ca/wp/crm/"); -
zsquared-connector-for-zoho-crm/tags/1.0/zsq-connector-crm.php
r2331435 r2527575 4 4 Plugin URI: https://zsquared.ca 5 5 Description: Syncs sales orders from Woocommerce to Zoho CRM 6 Version: 1.0. 16 Version: 1.0.3 7 7 Requires PHP: 7.0 8 8 Author: PCIS … … 16 16 } 17 17 18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0. 0');18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0.3'); 19 19 define('ZSQ_CRM_PLUGIN_PATH', dirname(__FILE__)); 20 20 define("ZSQ_CRM_PLUGIN_ASSETS", plugin_dir_url(__FILE__)); -
zsquared-connector-for-zoho-crm/trunk/README.txt
r2346205 r2527575 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0. 16 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.0.3 = 41 * Fixing an issue with a redirect not beiong properly handled in the API endpoints 42 40 43 = 1.0.2 = 41 44 * Reworked the API endpoint settings to better handle environment specific requirements -
zsquared-connector-for-zoho-crm/trunk/include/settings.php
r2331435 r2527575 2 2 3 3 // API endpoint settings 4 define("ZSQ_CRM_APP_HOME", "https:// zsquared.ca/");5 define("ZSQ_CRM_API_ENDPOINT", "https:// zsquared.ca/wp/crm/");4 define("ZSQ_CRM_APP_HOME", "https://app.zsquared.ca/"); 5 define("ZSQ_CRM_API_ENDPOINT", "https://app.zsquared.ca/wp/crm/"); -
zsquared-connector-for-zoho-crm/trunk/zsq-connector-crm.php
r2331435 r2527575 4 4 Plugin URI: https://zsquared.ca 5 5 Description: Syncs sales orders from Woocommerce to Zoho CRM 6 Version: 1.0. 16 Version: 1.0.3 7 7 Requires PHP: 7.0 8 8 Author: PCIS … … 16 16 } 17 17 18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0. 0');18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0.3'); 19 19 define('ZSQ_CRM_PLUGIN_PATH', dirname(__FILE__)); 20 20 define("ZSQ_CRM_PLUGIN_ASSETS", plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.