Plugin Directory

Changeset 3460742


Ignore:
Timestamp:
02/13/2026 12:31:23 PM (6 weeks ago)
Author:
quantumcloud
Message:

Fixed an issue with Gemini

Location:
chatbot
Files:
388 added
3 edited

Legend:

Unmodified
Added
Removed
  • chatbot/trunk/includes/integration/gemini/qcld-bot-gemini.php

    r3452003 r3460742  
    392392                }
    393393            }
    394             wp_send_json( $response );
     394            //echo wp_send_json( $response );
     395            echo wp_json_encode($response);
    395396            wp_die();
    396397        }
  • chatbot/trunk/qcld-wpwbot.php

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

    r3460621 r3460742  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.7.8
     7Stable tag: 7.7.9
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.7.9 =
     363# Fixed an issue with Gemini Integration
     364
    362365= 7.7.8 =
    363366# Fixed some CSS conflicts
Note: See TracChangeset for help on using the changeset viewer.