Plugin Directory

Changeset 3454374


Ignore:
Timestamp:
02/05/2026 08:39:04 AM (5 weeks ago)
Author:
quantumcloud
Message:

Improved RAG UI

Location:
chatbot
Files:
388 added
3 edited

Legend:

Unmodified
Added
Removed
  • chatbot/trunk/css/admin-style.css

    r3445532 r3454374  
    12031203
    12041204.admin-maxwith.qcld-openai-main-box .tab-content .alert.alert-info {
    1205     margin: 15px 0 0 15px;
    1206 }
    1207 
    1208 
     1205    margin: 15px 0 0 0;
     1206}
    12091207.admin-maxwith.qcld-openai-main-box ul.nav.nav-tabs li a {
    12101208    padding: 14px 20px;
     
    13861384
    13871385.qcl-openai a#save_setting {
    1388     margin: 0 0 15px 0;
     1386    margin: 0 0 0 0;
    13891387}
    13901388
  • chatbot/trunk/qcld-wpwbot.php

    r3452652 r3454374  
    55 * Description: ChatBot is a native WordPress ChatBot plugin to provide live chat support and lead generation
    66 * Donate link: https://www.wpbot.pro/
    7  * Version: 7.7.5
     7 * Version: 7.7.6
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    4242
    4343if ( ! defined( 'QCLD_wpCHATBOT_VERSION' ) ) {
    44     define('QCLD_wpCHATBOT_VERSION', '7.7.5');
     44    define('QCLD_wpCHATBOT_VERSION', '7.7.6');
    4545}
    4646if ( ! defined( 'QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION' ) ) {
  • chatbot/trunk/readme.txt

    r3452652 r3454374  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.7.5
     7Stable tag: 7.7.6
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.7.6 =
     363# Improved RAG UI
     364
    362365= 7.7.5 =
    363366# Improved FAQ
Note: See TracChangeset for help on using the changeset viewer.