Plugin Directory

Changeset 3442403


Ignore:
Timestamp:
01/19/2026 10:15:52 AM (7 weeks ago)
Author:
quantumcloud
Message:

End new year sale

Location:
chatbot
Files:
388 added
2 edited

Legend:

Unmodified
Added
Removed
  • chatbot/trunk/qcld-wpwbot.php

    r3440120 r3442403  
    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.6.9
     7 * Version: 7.7.0
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    4242
    4343if ( ! defined( 'QCLD_wpCHATBOT_VERSION' ) ) {
    44     define('QCLD_wpCHATBOT_VERSION', '7.6.9');
     44    define('QCLD_wpCHATBOT_VERSION', '7.7.0');
    4545}
    4646if ( ! defined( 'QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION' ) ) {
     
    144144
    145145        if( ( !empty($_GET['page']) && $_GET["page"] == "wpbot") || ( !empty($_GET['page']) && $_GET["page"] == "wpbot-panel")|| ( !empty($_GET['page']) && $_GET['page'] == 'wpbot_openAi') || ( !empty($_GET['page']) && $_GET['page'] == 'simple-text-response')  ){
    146            add_action( 'admin_notices', array( $this, 'promotion_notice' ) );
     146         //  add_action( 'admin_notices', array( $this, 'promotion_notice' ) );
    147147        }
    148148
  • chatbot/trunk/readme.txt

    r3440120 r3442403  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.6.9
     7Stable tag: 7.7.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.7.0 =
     363# End Sale
     364
    362365= 7.6.9 =
    363366# Improved CSS
Note: See TracChangeset for help on using the changeset viewer.