Changeset 3082786
- Timestamp:
- 05/07/2024 07:32:31 PM (22 months ago)
- Location:
- lorybot-ai-chatbot
- Files:
-
- 39 added
- 3 deleted
- 4 edited
-
tags/1.3.3 (added)
-
tags/1.3.3/assets (added)
-
tags/1.3.3/assets/css (added)
-
tags/1.3.3/assets/css/admin-style.css (added)
-
tags/1.3.3/assets/css/style.css (added)
-
tags/1.3.3/assets/icon-256x256.png (added)
-
tags/1.3.3/assets/images (added)
-
tags/1.3.3/assets/images/chatbot-profile.svg (added)
-
tags/1.3.3/assets/images/lorybot-chat-black.svg (added)
-
tags/1.3.3/assets/images/lorybot-chat-white.svg (added)
-
tags/1.3.3/assets/images/lorybot-logo.png (added)
-
tags/1.3.3/assets/images/microphone.svg (added)
-
tags/1.3.3/assets/images/screenshots (added)
-
tags/1.3.3/assets/images/send-message.svg (added)
-
tags/1.3.3/assets/images/start-chat.svg (added)
-
tags/1.3.3/assets/images/user-profile.svg (added)
-
tags/1.3.3/assets/js (added)
-
tags/1.3.3/assets/js/script.js (added)
-
tags/1.3.3/assets/screenshot-1.png (added)
-
tags/1.3.3/assets/screenshot-2.png (added)
-
tags/1.3.3/assets/screenshot-3.png (added)
-
tags/1.3.3/assets/screenshot-4.png (added)
-
tags/1.3.3/assets/screenshot-5.png (added)
-
tags/1.3.3/includes (added)
-
tags/1.3.3/includes/functions-chat-display.php (added)
-
tags/1.3.3/includes/functions-enqueue-scripts.php (added)
-
tags/1.3.3/includes/functions-settings.php (added)
-
tags/1.3.3/includes/lorybot_update.php (added)
-
tags/1.3.3/includes/settings (added)
-
tags/1.3.3/includes/settings/callbacks.php (added)
-
tags/1.3.3/includes/settings/chat-html.php (added)
-
tags/1.3.3/includes/settings/fields.php (added)
-
tags/1.3.3/includes/settings/sanitaze.php (added)
-
tags/1.3.3/includes/utils.php (added)
-
tags/1.3.3/lorybot.php (added)
-
tags/1.3.3/readme.txt (added)
-
tags/1.3.3/routes (added)
-
tags/1.3.3/routes/activate.php (added)
-
tags/1.3.3/routes/deactivate.php (added)
-
trunk/assets/css - Copy (deleted)
-
trunk/assets/images - Copy (deleted)
-
trunk/assets/js - Copy (deleted)
-
trunk/assets/js/script.js (modified) (1 diff)
-
trunk/includes/functions-enqueue-scripts.php (modified) (1 diff)
-
trunk/lorybot.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lorybot-ai-chatbot/trunk/assets/js/script.js
r3078284 r3082786 421 421 } 422 422 423 jQuery(".chatbot .chatbot-content .messages").on("wheel touchmove", function(event) { 424 event.preventDefault(); // Prevents the browser's default scroll behavior 425 event.stopPropagation(); // Stops the scroll event from bubbling up to parent elements 426 handleScroll(jQuery(this)); // Your existing function to handle scroll logic 423 jQuery(".chatbot .chatbot-content .messages").on("wheel", function (event) { 424 handleScroll(jQuery(this)); 425 }); 426 427 jQuery(".chatbot .chatbot-content .messages").on("touchmove", function (event) { 428 handleScroll(jQuery(this)); 427 429 }); 428 430 -
lorybot-ai-chatbot/trunk/includes/functions-enqueue-scripts.php
r3078284 r3082786 18 18 19 19 // Enqueue the chatbot's main JavaScript, making sure jQuery is loaded as a dependency 20 wp_enqueue_script('lorybot-script', plugin_dir_url(__FILE__) . '../assets/js/script.js', ['jquery'], '1.3. 2', true);20 wp_enqueue_script('lorybot-script', plugin_dir_url(__FILE__) . '../assets/js/script.js', ['jquery'], '1.3.3', true); 21 21 22 22 // Enqueue the chatbot's main stylesheet 23 wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.3. 2');23 wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.3.3'); 24 24 25 25 // Localize the script with data from PHP -
lorybot-ai-chatbot/trunk/lorybot.php
r3078284 r3082786 4 4 * Plugin URI: https://www.lorybot.com 5 5 * Description: Build better customer relationships and boost sales with LoryBot's AI chatbot. Using your unique business data, LoryBot provides personalized, helpful responses, creating meaningful conversations that keep visitors engaged. Optimize the return from your website traffic with tailored, individualized interactions powered by leading-edge AI technology. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Author: Danilo Vaccalluzzo 8 8 * Author URI: https://www.linkedin.com/in/danilovaccalluzzo/ -
lorybot-ai-chatbot/trunk/readme.txt
r3078284 r3082786 3 3 Tags: AI Chatbot, Chatbot plugin, Customer support chat, Artificial Intelligence Chat, WP ChatBot, Conversational AI, Virtual assistant, Automated customer service, Chatbot analytics, Multilingual chatbot, AI-driven customer engagement, Natural Language Processing (NLP), Chatbot customization, Chatbot integration, AI customer support, AI-powered chat, Ecommerce chatbot, Chatbot for sales, Lead generation chatbot, Personalized chat experience, Chatbot templates, Rule-based chatbots, Chatbot builder, Chatbot for WordPress, AI chatbot for business, Chatbot user interface design, Chatbot performance metrics, AI chat support, Chatbot development tools, Chatbot conversation design 4 4 Tested up to: 6.4.2 5 Stable tag: 1.3. 25 Stable tag: 1.3.3 6 6 Requires PHP: 5.3 7 7 Requires at least: 4.9 … … 93 93 == Changelog == 94 94 95 = 1.3.3 - 07.05.2024 - 96 - Fix: Big with Scrolling the chat 97 95 98 = 1.3.2 - 28.04.2024 - 96 99 - Fix: Minor bugs with body overflow
Note: See TracChangeset
for help on using the changeset viewer.