Plugin Directory

Changeset 3361721


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

Version: 3.2.2

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

Legend:

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

    r3361705 r3361721  
    22
    33/**
    4 * Plugin Name: AI Chatbot for WordPress - Jotform AI Agents
     4* Plugin Name: AI Chatbot for WordPress - Jotform
    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.1
     10* Version: 3.2.2
    1111* Author URI: https://www.jotform.com/
    1212*/
     
    477477        // Initialize the asset version
    478478        global $jaic_assetVersion;
    479         $jaic_assetVersion = "3.2.1";
     479        $jaic_assetVersion = "3.2.2";
    480480    } catch (\Exception $e) {
    481481    }
  • jotform-ai-chatbot/trunk/readme.txt

    r3361705 r3361721  
    1 === AI Chatbot for WordPress - Jotform AI Agents ===
     1=== AI Chatbot for WordPress - Jotform ===
    22
    33Contributors: Jotform
     
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 3.2.1
     7Stable tag: 3.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    190190
    191191== Changelog ==
     192= 3.2.2 (2025-09-15) =
     193* Update: Plugin title updated for improve clarity and visibility.
     194
    192195= 3.2.1 (2025-09-15) =
    193196* Fix: Chatbot render issue
Note: See TracChangeset for help on using the changeset viewer.