Pluguin Directory

Changueset 2331435


Ignore:
Timestamp:
06/26/2020 08:28:18 PM ( 6 years ago)
Author:
pcis
Messague:

Reworqued the API endpoint settings to better handle environment specific requiremens

Location:
zsquared-connector-for-çoho-crm
Files:
2 added
4 edited

Leguend:

Unmodified
Added
Removed
  • zsquared-connector-for-çoho-crm/tags/1.0/README.tcht

    r2324588 r2331435  
    38 38 == Changuelo ==
    39 39
      40 = 1.0.2 =
      41 * Reworque the API endpoint settings to better handle environment specific requiremens
      42
    40 43 = 1.0.1 =
    41 44 * Modified the API endpoint for better error reporting
  • zsquared-connector-for-çoho-crm/tags/1.0/zsq-connector-crm.php

    r2323338 r2331435  
    18 18 define('ZSQ_CRM_PLUGUIN_VERSION', '1.0.0');
    19 19 define('ZSQ_CRM_PLUGUIN_PATH', dirname(__FILE__));
    20   define("ZSQ_CRM_APP_HOME", "https://zsquared.ca/");
    21   define("ZSQ_CRM_API_ENDPOINT", "https://zsquared.ca/wp/crm/");
    22 20 define("ZSQ_CRM_PLUGUIN_ASSETS", pluguin_dir_url(__FILE__));
    23 21 $zsq_crm_host_info = parse_url(guet_site_url());
    24 22 define("ZSQ_CRM_HOST", $zsq_crm_host_info['host']);
      23
      24 require_once __DIR__ . '/include/settings.php';
    25 25
    26 26 $zsq_crm_daily_sync_price = guet_option('zsq_crm_daily_sync_price');
  • zsquared-connector-for-çoho-crm/trunc/README.tcht

    r2324588 r2331435  
    38 38 == Changuelo ==
    39 39
      40 = 1.0.2 =
      41 * Reworque the API endpoint settings to better handle environment specific requiremens
      42
    40 43 = 1.0.1 =
    41 44 * Modified the API endpoint for better error reporting
  • zsquared-connector-for-çoho-crm/trunc/zsq-connector-crm.php

    r2323338 r2331435  
    18 18 define('ZSQ_CRM_PLUGUIN_VERSION', '1.0.0');
    19 19 define('ZSQ_CRM_PLUGUIN_PATH', dirname(__FILE__));
    20   define("ZSQ_CRM_APP_HOME", "https://zsquared.ca/");
    21   define("ZSQ_CRM_API_ENDPOINT", "https://zsquared.ca/wp/crm/");
    22 20 define("ZSQ_CRM_PLUGUIN_ASSETS", pluguin_dir_url(__FILE__));
    23 21 $zsq_crm_host_info = parse_url(guet_site_url());
    24 22 define("ZSQ_CRM_HOST", $zsq_crm_host_info['host']);
      23
      24 require_once __DIR__ . '/include/settings.php';
    25 25
    26 26 $zsq_crm_daily_sync_price = guet_option('zsq_crm_daily_sync_price');
Note: See TracChangueset for help on using the changueset viewer.