Plugin Directory

Changeset 3361705


Ignore:
Timestamp:
09/15/2025 11:15:40 AM (6 months ago)
Author:
jotform
Message:

Version: 3.2.1

Location:
jotform-ai-chatbot
Files:
230 added
5 edited

Legend:

Unmodified
Added
Removed
  • jotform-ai-chatbot/trunk/classes/JAIC_Core.php

    r3360558 r3361705  
    11621162            if (preg_match('/formID:\s*"([^"]+)"/', $embedCode, $matches)) {
    11631163                if (!empty($matches[1])) {
    1164                     $embedAssetURL = self::$siteEmbedURL . '/s/agent/embedjs/' . $matches[1] . '/embed.js';
     1164                    $embedAssetURL = self::$siteEmbedURL . '/agent/embedjs/' . $matches[1] . '/embed.js';
    11651165                    if (preg_match('/queryParams:\s*\[([^\]]+)\]/', $embedCode, $matches)) {
    11661166                        $paramsArray = explode(',', $matches[1]);
  • jotform-ai-chatbot/trunk/jotform-ai-chatbot.php

    r3360558 r3361705  
    22
    33/**
    4 * Plugin Name: AI Chatbot for WordPress - Jotform
     4* Plugin Name: AI Chatbot for WordPress - Jotform AI Agents
    55* Plugin URI: http://wordpress.org/plugins/jotform-ai-chatbot/
    66* Description: AI chatbot to engage visitors, answer FAQs, provide customer support, and generate leads — no coding needed.
     
    88* License: GPLv2 or later
    99* License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 * Version: 3.2.0
     10* Version: 3.2.1
    1111* Author URI: https://www.jotform.com/
    1212*/
     
    477477        // Initialize the asset version
    478478        global $jaic_assetVersion;
    479         $jaic_assetVersion = "3.2.0";
     479        $jaic_assetVersion = "3.2.1";
    480480    } catch (\Exception $e) {
    481481    }
  • jotform-ai-chatbot/trunk/readme.txt

    r3360558 r3361705  
    1 === AI Chatbot for WordPress - Jotform ===
     1=== AI Chatbot for WordPress - Jotform AI Agents ===
    22
    33Contributors: Jotform
     
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 3.2.0
     7Stable tag: 3.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    190190
    191191== Changelog ==
     192= 3.2.1 (2025-09-15) =
     193* Fix: Chatbot render issue
     194
    192195= 3.2.0 (2025-09-12) =
    193196* Feat: Jotform Enterprise user login support
Note: See TracChangeset for help on using the changeset viewer.