Changeset 2994301
- Timestamp:
- 11/11/2023 08:06:01 AM (2 years ago)
- Location:
- onwebchat
- Files:
-
- 2 edited
- 5 copied
-
tags/3.3.2 (copied) (copied from onwebchat/trunk)
-
tags/3.3.2/css/onwebchat.css (copied) (copied from onwebchat/trunk/css/onwebchat.css)
-
tags/3.3.2/images/onwebchat-logo.png (copied) (copied from onwebchat/trunk/images/onwebchat-logo.png)
-
tags/3.3.2/onwebchat.php (copied) (copied from onwebchat/trunk/onwebchat.php) (3 diffs)
-
tags/3.3.2/readme.txt (copied) (copied from onwebchat/trunk/readme.txt) (2 diffs)
-
trunk/onwebchat.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
onwebchat/tags/3.3.2/onwebchat.php
r2993967 r2994301 5 5 Description: live chat service that helps you communicate with your website's visitors. 6 6 Author: onWebChat 7 Version: 3.3. 17 Version: 3.3.2 8 8 Author URI: https://www.onwebchat.com 9 9 */ … … 392 392 var e = document.getElementById("pages-select"); 393 393 if (!e) { 394 console.warn("Select element not found");394 // console.warn("Select element not found"); 395 395 return; 396 396 } … … 568 568 } 569 569 570 ?> 571 570 // omit the closing php tag ? > for avoid issues -
onwebchat/tags/3.3.2/readme.txt
r2993967 r2994301 4 4 Tested up to: 6.4.1 5 5 Requires PHP: 5.4 6 Stable tag: 3.3. 16 Stable tag: 3.3.2 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 139 139 == Changelog == 140 140 141 = onWebChat Live Chat (Chat version 3.3.2) = 142 * Bug fix 143 141 144 = onWebChat Live Chat (Chat version 3.3.1) = 142 145 * AI chatbot support & fix bug -
onwebchat/trunk/onwebchat.php
r2993967 r2994301 5 5 Description: live chat service that helps you communicate with your website's visitors. 6 6 Author: onWebChat 7 Version: 3.3. 17 Version: 3.3.2 8 8 Author URI: https://www.onwebchat.com 9 9 */ … … 392 392 var e = document.getElementById("pages-select"); 393 393 if (!e) { 394 console.warn("Select element not found");394 // console.warn("Select element not found"); 395 395 return; 396 396 } … … 568 568 } 569 569 570 ?> 571 570 // omit the closing php tag ? > for avoid issues -
onwebchat/trunk/readme.txt
r2993967 r2994301 4 4 Tested up to: 6.4.1 5 5 Requires PHP: 5.4 6 Stable tag: 3.3. 16 Stable tag: 3.3.2 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 139 139 == Changelog == 140 140 141 = onWebChat Live Chat (Chat version 3.3.2) = 142 * Bug fix 143 141 144 = onWebChat Live Chat (Chat version 3.3.1) = 142 145 * AI chatbot support & fix bug
Note: See TracChangeset
for help on using the changeset viewer.