Plugin Directory

Changeset 3457712


Ignore:
Timestamp:
02/10/2026 07:23:32 AM (4 weeks ago)
Author:
quantumcloud
Message:

Improved RAG Admin UI

Location:
chatbot
Files:
388 added
3 edited

Legend:

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

    r3454374 r3457712  
    26372637    border: 1px solid #5b4e96 !important;
    26382638}
     2639button#rag-delete-all {
     2640    background: #5b4e96;
     2641    color: #fff;
     2642    border-color: #5b4e96;
     2643}
     2644
     2645div#rag-database table.widefat {
     2646    border: 1px solid #ffffff;
     2647    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
     2648}
     2649div#rag-database .widefat thead td, div#rag-database .widefat thead th {
     2650    border-bottom: 1px solid #ffffff;
     2651}
     2652
     2653div#rag-database table.widefat thead {
     2654    background: #5b4e96;
     2655    color: #fff;
     2656}
     2657div#rag-database table.widefat thead th {
     2658    color: #fff;
     2659}
     2660.qcl-openai div#rag-database input[type=checkbox] {
     2661    display: block;
     2662    width: 18px;
     2663    height: 18px;
     2664}
  • chatbot/trunk/qcld-wpwbot.php

    r3454374 r3457712  
    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.6
     7 * Version: 7.7.7
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    4242
    4343if ( ! defined( 'QCLD_wpCHATBOT_VERSION' ) ) {
    44     define('QCLD_wpCHATBOT_VERSION', '7.7.6');
     44    define('QCLD_wpCHATBOT_VERSION', '7.7.7');
    4545}
    4646if ( ! defined( 'QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION' ) ) {
  • chatbot/trunk/readme.txt

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