Plugin Directory

Changeset 3234771


Ignore:
Timestamp:
02/04/2025 01:41:28 PM (13 months ago)
Author:
lorybot
Message:

v 1.4.1

Location:
lorybot-ai-chatbot
Files:
39 added
3 edited

Legend:

Unmodified
Added
Removed
  • lorybot-ai-chatbot/trunk/includes/functions-enqueue-scripts.php

    r3234764 r3234771  
    1818
    1919    // 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.4', true);
     20    wp_enqueue_script('lorybot-script', plugin_dir_url(__FILE__) . '../assets/js/script.js', ['jquery'], '1.4.1', true);
    2121
    2222    // Enqueue the chatbot's main stylesheet
    23     wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.4');
     23    wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.4.1');
    2424
    2525    // Localize the script with data from PHP
  • lorybot-ai-chatbot/trunk/lorybot.php

    r3234764 r3234771  
    44 * Plugin URI: https://www.lorybot.com
    55 * 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.4
     6 * Version: 1.4.1
    77 * Author: Danilo Vaccalluzzo
    88 * Author URI: https://www.linkedin.com/in/danilovaccalluzzo/
  • lorybot-ai-chatbot/trunk/readme.txt

    r3234764 r3234771  
    11=== LoryBot | Advanced AI Chatbot ===
    22Contributors: LoryBot
    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
     3Tags: AI Chatbot, Chatbot plugin, Customer support chat, Artificial Intelligence Chat, WP ChatBot
    44Tested up to: 6.7.1
    5 Stable tag: 1.4
     5Stable tag: 1.4.1
    66Requires PHP: 5.3
    77Requires at least: 4.9
Note: See TracChangeset for help on using the changeset viewer.