Plugin Directory

Changeset 3145129


Ignore:
Timestamp:
09/02/2024 07:14:06 AM (15 months ago)
Author:
quantumcloud
Message:

Labor day sale

Location:
chatbot
Files:
314 added
2 edited

Legend:

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

    r3144327 r3145129  
    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: 5.6.9
     7 * Version: 5.7.0
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    1818
    1919
    20 
    2120if (!defined('ABSPATH')) exit; // Exit if accessed directly
    22 define('QCLD_wpCHATBOT_VERSION', '5.6.9');
     21define('QCLD_wpCHATBOT_VERSION', '5.7.0');
    2322define('QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION', 2.2);
    2423define('QCLD_wpCHATBOT_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__));
     
    7271    private function __construct()
    7372    {
    74         $this->promotion = QCLD_wpCHATBOT_IMG_URL . "/4th-of-july.gif";
     73        $this->promotion = QCLD_wpCHATBOT_IMG_URL . "/laborday.jpg";
    7574    }
    7675    /**
     
    9089           
    9190        }
    92         // if( ( !empty($_GET['page']) &&$_GET["page"] == "wpbot") || ( !empty($_GET['page']) && $_GET['page'] == 'wpbot_openAi') || ( !empty($_GET['page']) && $_GET['page'] == 'simple-text-response')  ){
    93         //    add_action( 'admin_notices', array( $this, 'promotion_notice' ) );
    94         // }
     91        if( ( !empty($_GET['page']) &&$_GET["page"] == "wpbot") || ( !empty($_GET['page']) && $_GET['page'] == 'wpbot_openAi') || ( !empty($_GET['page']) && $_GET['page'] == 'simple-text-response')  ){
     92           add_action( 'admin_notices', array( $this, 'promotion_notice' ) );
     93        }
    9594        if (is_admin() && !empty($_GET["page"]) && ($_GET["page"] == "wpbot") || (!empty($_GET['page']) && $_GET['page']=='wpbot_help_page')
    9695
  • chatbot/trunk/readme.txt

    r3144327 r3145129  
    55Requires at least: 4.6
    66Tested up to: 6.6
    7 Stable tag: 5.6.9
     7Stable tag: 5.7.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    401401== Changelog ==
    402402
     403= 5.7.0 =
     404# Labor day sale
     405
    403406= 5.6.9 =
    404407# Updated OpenAI settings page and Start menu behavior
Note: See TracChangeset for help on using the changeset viewer.