Changeset 2995729
- Timestamp:
- 11/14/2023 12:06:28 PM (2 years ago)
- Location:
- enrol-chat/trunk
- Files:
-
- 2 edited
-
enrol-chat.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enrol-chat/trunk/enrol-chat.php
r2602988 r2995729 4 4 * Plugin URI: https://enrol.chat/ 5 5 * Description: Create the best conversational chatbot for your website 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Virture Infotek Pte Ltd. 8 8 * Author URI: http://mapview.in/ … … 42 42 $enrolBotId = sanitize_text_field($_POST[$txtEnrolBotId]); 43 43 44 if(!preg_match("/^[a-zA-Z0-9 ]+$/",$enrolBotId) || strlen($enrolBotId) > 50){44 if(!preg_match("/^[a-zA-Z0-9.-]+$/",$enrolBotId) || strlen($enrolBotId) > 50){ 45 45 echo '<div id="message" class="error fade notice"><p>Invalid chatbot code.</p></div>'; 46 46 } … … 159 159 160 160 ?><!--Start of Chatwidget Script--> 161 <script>(function(){var a=window;a.chatbsettings={gurl:"https:// enrol.app",pid:"<?php print($enrolBotId); ?>"};var b=document,c=function(){window.chatwidget?window.chatwidget.init():setTimeout(()=>{c()},100)},d=function(){var d=b.createElement("script");d.type="text/javascript",d.async=!0,d.src=a.chatbsettings.gurl+"/chatwidget/widget.js",d.onload=c(),d.onreadystatechange=function(){"loaded"==this.readyState?c():""},b.body.appendChild(d)};"complete"===document.readyState?d():a.attachEvent?a.attachEvent("onload",d):a.addEventListener("load",d,!1)})();</script>161 <script>(function(){var a=window;a.chatbsettings={gurl:"https://w.enrol.chat",pid:"<?php print($enrolBotId); ?>",lang:1};var b=document,c=function(){window.chatwidget?window.chatwidget.init():setTimeout(()=>{c()},100)},d=function(){var d=b.createElement("script");d.type="text/javascript",d.async=!0,d.src=a.chatbsettings.gurl+"/widget.js",d.onload=c(),d.onreadystatechange=function(){"loaded"==this.readyState?c():""},b.body.appendChild(d)};"complete"===document.readyState?d():a.attachEvent?a.attachEvent("onload",d):a.addEventListener("load",d,!1)})();</script> 162 162 <!--End of Chatwidget Script--><?php 163 163 } -
enrol-chat/trunk/readme.txt
r2602988 r2995729 4 4 Tags: enrol chat, chatbot, live chat, ai bot, website chat. 5 5 Requires at least: 4.7 6 Tested up to: 5.8.17 Stable tag: 1.1. 06 Tested up to: 6.4.1 7 Stable tag: 1.1.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 64 64 = 1.1.0 = 65 65 Bug fixes 66 67 = 1.1.1 = 68 Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.