Plugin Directory

Changeset 3368478


Ignore:
Timestamp:
09/26/2025 12:31:36 PM (5 months ago)
Author:
jotform
Message:

Version: 3.3.7

Location:
jotform-ai-chatbot
Files:
260 added
3 edited

Legend:

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

    r3365871 r3368478  
    11311131        }
    11321132
     1133        if (class_exists('NitroPack\\SDK\\NitroPack')) {
     1134            $sdk = new \NitroPack\SDK\NitroPack();
     1135            $sdk->cache()->purge();
     1136        }
     1137
    11331138        if (function_exists('w3tc_flush_all')) {
    11341139            w3tc_flush_all();
  • jotform-ai-chatbot/trunk/jotform-ai-chatbot.php

    r3365885 r3368478  
    88* License: GPLv2 or later
    99* License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 * Version: 3.3.6
     10* Version: 3.3.7
    1111* Author URI: https://www.jotform.com/
    1212*/
     
    503503        // Initialize the asset version
    504504        global $jaic_assetVersion;
    505         $jaic_assetVersion = "3.3.6";
     505        $jaic_assetVersion = "3.3.7";
    506506    } catch (\Exception $e) {
    507507    }
  • jotform-ai-chatbot/trunk/readme.txt

    r3365885 r3368478  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 3.3.6
     7Stable tag: 3.3.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323= 🎥 Product demo videos: =
    24 ▶️ [How to Use Jotform AI Chatbot on WordPress](https://link.jotform.com/kNjtHqbtiF)
     24▶️ [How to Use Jotform AI Chatbot on WordPress](https://link.jotform.com/gKw5OEf1Kq)
    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)
     
    170170
    171171== Changelog ==
     172= 3.3.7 (2025-09-26) =
     173* Fix: Fixes on cache issues
     174* Update: readme.txt file updated
     175
    172176= 3.3.6 (2025-09-22) =
    173177* Update: Setup and installation videos updated
Note: See TracChangeset for help on using the changeset viewer.