Plugin Directory

Changeset 2691317


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

update

Location:
amy-chatbot
Files:
165 added
3 edited

Legend:

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

    r2690484 r2691317  
    33Plugin Name: Amy Chatbot Plugin
    44Description: Plugin component for WordPress
    5 Version: 2.6
     5Version: 2.7
    66Author: Amy.us
    77License: GPLv2 or later
  • amy-chatbot/trunk/plugin_files/connected.php

    r2690484 r2691317  
    1818        $t_amyRrigin = "https://app.amy.us";
    1919    $t_siteId = amy_get_siteid();
    20       $adminConsoleUrl = $t_amyRrigin."/ui/dashboard?siteid=".$t_siteId;
     20      $adminConsoleUrl = $t_amyRrigin."/ui/dashboard?siteId=".$t_siteId;
    2121    $t_adminConsoleUrl = $t_token==""?$adminConsoleUrl:"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".$adminConsoleUrl;
    2222
    2323    $t_agentId = amy_get_agentid();
    2424    $t_avatarUrl = amy_get_avatarurl();
    25     $editBotFlowUrl = $t_amyRrigin."/ui/build?siteid=".$t_siteId;
     25    $editBotFlowUrl = $t_amyRrigin."/ui/build?siteId=".$t_siteId;
    2626    $t_editBotFlowUrl = $t_token==""?$editBotFlowUrl:"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".$editBotFlowUrl;
    27     $editdesignUrl = $t_amyRrigin."/ui/design?siteid=".$t_siteId;
     27    $editdesignUrl = $t_amyRrigin."/ui/design?siteId=".$t_siteId;
    2828    $t_editdesignUrl = $t_token==""?$editdesignUrl:"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".$editdesignUrl;
    2929    $t_taskbotId = amy_get_taskbotid();
    3030    $t_signinsuccess = amy_get_signinsuccess();
    31     $viewCollectedLeadsUrl =$t_amyRrigin."/ui/report/collected-leads-list/?siteid=".$t_siteId;
     31    $viewCollectedLeadsUrl =$t_amyRrigin."/ui/report/collected-leads-list/?siteId=".$t_siteId;
    3232    $t_viewCollectedLeadsUrl = $t_token==""?$viewCollectedLeadsUrl:"https://app.amy.us/cmsui/integrationcms/handover?token=".$t_token."&returnUrl=".$viewCollectedLeadsUrl;
    33     $t_viewCollectedLeadsUrl =$t_amyRrigin."/ui/report/collected-leads-list/?siteid=".$t_siteId;
     33    $t_viewCollectedLeadsUrl =$t_amyRrigin."/ui/report/collected-leads-list/?siteId=".$t_siteId;
    3434    $t_amyDomain = get_option("siteurl");
    3535    $amypremivewurl = "https://app.amy.us/frontEnd/assets/livechat/previewpage/?campaignId=".$t_campaignId."&siteId=".$t_siteId;
  • amy-chatbot/trunk/readme.txt

    r2690484 r2691317  
    44Requires at least: 3.0
    55Tested up to: 5.8.1
    6 Stable tag: 2.6
     6Stable tag: 2.7
    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
     
    64642.4 update api params
    65652.5 replace design/build/dashboard url
     662.7 update redirect url
    6667
    6768== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.