Plugin Directory

Changeset 3469264


Ignore:
Timestamp:
02/25/2026 09:46:20 AM (2 weeks ago)
Author:
quantumcloud
Message:

Updated some CSS

Location:
woowbot-woocommerce-chatbot
Files:
253 added
3 edited

Legend:

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

    r3409004 r3469264  
    653653
    654654
    655 
    656 
    657 
     655.cxsc-settings-blocks button:hover {
     656    background: #993885 !important;
     657    color: #fff !important;
     658}
     659
     660.woo-chatbot-wrap input#submit:hover {
     661    background: #993885 !important;
     662}
     663.qc_get_pro a:hover {
     664    background: #993885;
     665    border: 2px solid #993885;
     666}
  • woowbot-woocommerce-chatbot/trunk/qcld-woowbot.php

    r3439310 r3469264  
    55    * Description: ChatBot for WooCommerce - WoowBot
    66    * Donate link: https://woowbot.pro/
    7     * Version: 4.5.2
     7    * Version: 4.5.3
    88    * @author    QuantumCloud
    99    * @category  WooCommerce
     
    2020   if (!defined('ABSPATH')) exit; // Exit if accessed directly
    2121   
    22    define('QCLD_WOOCHATBOT_VERSION', '4.5.2');
     22   define('QCLD_WOOCHATBOT_VERSION', '4.5.3');
    2323   define('QCLD_WOOCHATBOT_REQUIRED_WOOCOMMERCE_VERSION', 2.2);
    2424   define('QCLD_WOOCHATBOT_PLUGIN_DIR_PATH', basename(plugin_dir_path(__FILE__)));
  • woowbot-woocommerce-chatbot/trunk/readme.txt

    r3439310 r3469264  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 4.5.2
     7Stable tag: 4.5.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    303303== Changelog ==
    304304
     305= 4.5.3
     306# Some CSS updated
     307
    305308= 4.5.2
    306309# UI changes
Note: See TracChangeset for help on using the changeset viewer.