Plugin Directory

Changeset 3393694


Ignore:
Timestamp:
11/11/2025 01:23:55 PM (4 months ago)
Author:
jotform
Message:

Version: 3.4.2

Location:
jotform-ai-chatbot
Files:
261 added
6 edited

Legend:

Unmodified
Added
Removed
  • jotform-ai-chatbot/trunk/changelog.txt

    r3374279 r3393694  
    11*** Jotform AI Chatbot Changelog ***
     2
     32025-11-11 - version 3.4.2
     4* Updated - Codebase refactor
     5* Updated - Plugin title updated
    26
    372025-10-07 - version 3.4.1
  • jotform-ai-chatbot/trunk/classes/JAIC_Core.php

    r3374279 r3393694  
    1818
    1919namespace JAIC\Classes;
     20
     21// Exit if accessed directly
     22if (!defined('ABSPATH')) {
     23    exit(0);
     24}
    2025
    2126use JAIC\Classes\JAIC_Request;
  • jotform-ai-chatbot/trunk/classes/JAIC_Request.php

    r3231799 r3393694  
    1717
    1818namespace JAIC\Classes;
     19
     20// Exit if accessed directly
     21if (!defined('ABSPATH')) {
     22    exit(0);
     23}
    1924
    2025/**
  • jotform-ai-chatbot/trunk/jotform-ai-chatbot.php

    r3374279 r3393694  
    22
    33/**
    4 * Plugin Name: AI Chatbot for WordPress - Jotform
     4* Plugin Name: AI Chatbot - Jotform
    55* Plugin URI: http://wordpress.org/plugins/jotform-ai-chatbot/
    66* Description: AI chatbot that automates support, answers FAQs, drives WooCommerce sales, generates leads, and boosts engagement — easy setup, no coding!
     
    88* License: GPLv2 or later
    99* License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 * Version: 3.4.1
     10* Version: 3.4.2
    1111* Author URI: https://www.jotform.com/
    1212*/
     13
     14// Exit if accessed directly
     15if (!defined('ABSPATH')) {
     16    exit(0);
     17}
    1318
    1419/**
     
    610615        // Initialize the asset version
    611616        global $jaic_assetVersion;
    612         $jaic_assetVersion = "3.4.1";
     617        $jaic_assetVersion = "3.4.2";
    613618    } catch (\Exception $e) {
    614619    }
  • jotform-ai-chatbot/trunk/readme.txt

    r3374279 r3393694  
    1 === AI Chatbot for WordPress - Jotform ===
     1=== AI Chatbot - Jotform ===
    22
    33Contributors: Jotform
     
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 3.4.1
     7Stable tag: 3.4.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 Jotform AI Chatbot, the best **AI Chatbot for WordPress** that automates support, answers FAQs, drives **WooCommerce** sales, generates leads, and boosts engagement — easy setup, no coding!
     14Jotform AI Chatbot, the best **AI Chatbot** that automates support, answers FAQs, drives **WooCommerce** sales, generates leads, and boosts engagement — easy setup, no coding!
    1515
    1616🟪 Jotform AI Chatbot allows businesses to engage visitors, guide them through forms, and streamline communication effortlessly. By providing seamless, real-time assistance, it helps convert passive visitors into active users.
     
    2525▶️ [How to Set Up Your Chatbot WordPress Plugin in 5 Minutes](https://link.jotform.com/XZ3hoL4IRx)
    2626▶️ [How to Install Jotform AI Chatbot WordPress Plugin](https://link.jotform.com/wEhyKfnbDS)
    27 ▶️ [How to Connect Your Jotform AI Chatbot for WordPress to Your WooCommerce Store](https://link.jotform.com/cEaxwHnep7)
     27▶️ [How to Connect Your Jotform AI Chatbot to Your WooCommerce Store](https://link.jotform.com/cEaxwHnep7)
    2828
    2929= 🚀 Why use Jotform AI Chatbot on your WordPress website? =
     
    171171
    172172== Changelog ==
     173= 3.4.2 (2025-11-11) =
     174* Updated - Codebase refactor
     175* Update: Plugin title updated
     176
    173177= 3.4.1 (2025-10-07) =
    174178* Fix: Fixes on escaping and sanitization issues on codebase
  • jotform-ai-chatbot/trunk/uninstall.php

    r3255719 r3393694  
    11<?php
     2
     3// Exit if accessed directly
     4if (!defined('ABSPATH')) {
     5    exit(0);
     6}
    27
    38// Check if the uninstall process is triggered by WordPress.
Note: See TracChangeset for help on using the changeset viewer.