Plugin Directory

Changeset 2688617


Ignore:
Timestamp:
03/04/2022 03:10:25 AM (4 years ago)
Author:
amydeveloper
Message:

update url

Location:
amy-chatbot
Files:
165 added
3 edited

Legend:

Unmodified
Added
Removed
  • amy-chatbot/trunk/amylivechat.php

    r2684718 r2688617  
    33Plugin Name: Amy Chatbot Plugin
    44Description: Plugin component for WordPress
    5 Version: 2.4
     5Version: 2.5
    66Author: Amy.us
    77License: GPLv2 or later
  • amy-chatbot/trunk/plugin_files/connected.php

    r2676830 r2688617  
    1616    $t_firstName = amy_get_firstname();
    1717    $t_lastName = amy_get_lastname();
     18    $t_amyRrigin = "https://app.amy.us";
     19    $t_siteId = amy_get_siteid();
    1820    $t_adminConsoleUrl = $t_token==""?amy_get_adminconsoleurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_adminconsoleurl();
     21    $t_adminConsoleUrl = $t_amyRrigin."/ui/dashboard?siteid=".$t_siteId;
     22
    1923    $t_agentId = amy_get_agentid();
    2024    $t_avatarUrl = amy_get_avatarurl();
    21     $t_editBotFlowUrl = $t_token==""?amy_get_editbotflowurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_editbotflowurl();
    22     $t_editdesignUrl = $t_token==""?amy_get_editdesignurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_editdesignurl();
    23     $t_siteId = amy_get_siteid();
     25//     $t_editBotFlowUrl = $t_token==""?amy_get_editbotflowurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_editbotflowurl();
     26    $t_editBotFlowUrl = $t_amyRrigin."/ui/build?siteid=".$t_siteId;
     27//     $t_editdesignUrl = $t_token==""?amy_get_editdesignurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_editdesignurl();
     28    $t_editdesignUrl = $t_amyRrigin."/ui/design?siteid=".$t_siteId;
    2429    $t_taskbotId = amy_get_taskbotid();
    2530    $t_signinsuccess = amy_get_signinsuccess();
    26     $t_viewCollectedLeadsUrl = $t_token==""?amy_get_viewcollectedleadsurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_viewcollectedleadsurl();
     31//     $t_viewCollectedLeadsUrl = $t_token==""?amy_get_viewcollectedleadsurl():"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".amy_get_viewcollectedleadsurl();
     32    $t_viewCollectedLeadsUrl =$t_amyRrigin."/ui/report/collected-leads-list/?siteid=".$t_siteId;
    2733    $t_amyDomain = get_option("siteurl");
    2834    $amypremivewurl = "https://app.amy.us/frontEnd/assets/livechat/previewpage/?campaignId=".$t_campaignId."&siteId=".$t_siteId;
  • amy-chatbot/trunk/readme.txt

    r2684718 r2688617  
    44Requires at least: 3.0
    55Tested up to: 5.8.1
    6 Stable tag: 2.4
     6Stable tag: 2.5
    77Requires PHP: Depends on Wordpress
    88Tags: chatbot, customer service, customer support, chat, free chatbot, small business, website chatbot, pre-built chatbot, lead generation, book meeting
     
    63632.3 update api
    64642.4 update api params
     652.5 replace design/build/dashboard url
    6566
    6667== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.