Plugin Directory

Changeset 2527575


Ignore:
Timestamp:
05/07/2021 01:37:15 AM (5 years ago)
Author:
pcis
Message:

Fixing an issue with the api endpoints

Location:
zsquared-connector-for-zoho-crm
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • zsquared-connector-for-zoho-crm/tags/1.0/README.txt

    r2346205 r2527575  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.0.3 =
     41* Fixing an issue with a redirect not beiong properly handled in the API endpoints
     42
    4043= 1.0.2 =
    4144* Reworked the API endpoint settings to better handle environment specific requirements
  • zsquared-connector-for-zoho-crm/tags/1.0/include/settings.php

    r2331435 r2527575  
    22
    33// API endpoint settings
    4 define("ZSQ_CRM_APP_HOME", "https://zsquared.ca/");
    5 define("ZSQ_CRM_API_ENDPOINT", "https://zsquared.ca/wp/crm/");
     4define("ZSQ_CRM_APP_HOME", "https://app.zsquared.ca/");
     5define("ZSQ_CRM_API_ENDPOINT", "https://app.zsquared.ca/wp/crm/");
  • zsquared-connector-for-zoho-crm/tags/1.0/zsq-connector-crm.php

    r2331435 r2527575  
    44Plugin URI: https://zsquared.ca
    55Description: Syncs sales orders from Woocommerce to Zoho CRM
    6 Version: 1.0.1
     6Version: 1.0.3
    77Requires PHP: 7.0
    88Author: PCIS
     
    1616}
    1717
    18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0.0');
     18define('ZSQ_CRM_PLUGIN_VERSION', '1.0.3');
    1919define('ZSQ_CRM_PLUGIN_PATH', dirname(__FILE__));
    2020define("ZSQ_CRM_PLUGIN_ASSETS", plugin_dir_url(__FILE__));
  • zsquared-connector-for-zoho-crm/trunk/README.txt

    r2346205 r2527575  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.0.3 =
     41* Fixing an issue with a redirect not beiong properly handled in the API endpoints
     42
    4043= 1.0.2 =
    4144* Reworked the API endpoint settings to better handle environment specific requirements
  • zsquared-connector-for-zoho-crm/trunk/include/settings.php

    r2331435 r2527575  
    22
    33// API endpoint settings
    4 define("ZSQ_CRM_APP_HOME", "https://zsquared.ca/");
    5 define("ZSQ_CRM_API_ENDPOINT", "https://zsquared.ca/wp/crm/");
     4define("ZSQ_CRM_APP_HOME", "https://app.zsquared.ca/");
     5define("ZSQ_CRM_API_ENDPOINT", "https://app.zsquared.ca/wp/crm/");
  • zsquared-connector-for-zoho-crm/trunk/zsq-connector-crm.php

    r2331435 r2527575  
    44Plugin URI: https://zsquared.ca
    55Description: Syncs sales orders from Woocommerce to Zoho CRM
    6 Version: 1.0.1
     6Version: 1.0.3
    77Requires PHP: 7.0
    88Author: PCIS
     
    1616}
    1717
    18 define('ZSQ_CRM_PLUGIN_VERSION', '1.0.0');
     18define('ZSQ_CRM_PLUGIN_VERSION', '1.0.3');
    1919define('ZSQ_CRM_PLUGIN_PATH', dirname(__FILE__));
    2020define("ZSQ_CRM_PLUGIN_ASSETS", plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.