Plugin Directory

Changeset 3465626


Ignore:
Timestamp:
02/20/2026 09:54:32 AM (3 weeks ago)
Author:
quantumcloud
Message:

Fixed Gemini API issue

Location:
chatbot
Files:
388 added
3 edited

Legend:

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

    r3460742 r3465626  
    315315
    316316            // Gemini API expects a different payload and endpoint
    317             $api_url = 'https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash' . ':generateContent';
     317            $api_url = 'https://generativelanguage.googleapis.com/v1/models/gemini-2.5-flash' . ':generateContent';
    318318
    319319            // Build formatted messages with system instructions
  • chatbot/trunk/qcld-wpwbot.php

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

    r3464847 r3465626  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.8.1
     7Stable tag: 7.8.2
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.8.2 =
     363# Fixed an API issue with Gemini
     364
    362365= 7.8.1 =
    363366# UI Update
Note: See TracChangeset for help on using the changeset viewer.