Plugin Directory

Changeset 3473126


Ignore:
Timestamp:
03/02/2026 10:27:58 PM (4 weeks ago)
Author:
m1styk
Message:

Fix async attribute breaking document.currentScript in widget bridge

Location:
insertabot-ai-chatbot-solution/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • insertabot-ai-chatbot-solution/trunk/insertabot-ai-chatbot-solution.php

    r3473118 r3473126  
    44 * Plugin URI: https://insertabot.io
    55 * Description: Add a customizable AI chatbot to your WordPress site. Real-time web search, unlimited conversations. Get your free API key at insertabot.io
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author: Mistyk Media
    88 * Author URI: https://mistykmedia.com
     
    2121
    2222// Define plugin constants
    23 define('INSERTABOT_VERSION', '1.0.2');
     23define('INSERTABOT_VERSION', '1.0.3');
    2424define('INSERTABOT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('INSERTABOT_PLUGIN_URL', plugin_dir_url(__FILE__));
  • insertabot-ai-chatbot-solution/trunk/readme.txt

    r3472307 r3473126  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    61612. **Get API Key** - Sign up free at insertabot.io
    62623. **Paste & Enable** - Enter your API key and toggle on
    63 4. **Embed Site Tag** - Copy the embed code from your dashboard and paste it in your site footer
    64 5. **Done!** - Your AI chatbot is now live on your site
     634. **Done!** - Your AI chatbot is now live on your site
    6564
    6665###  Why Users Love It
     
    7473###  Technical Details
    7574
    76 * Async script loading (won't slow down your site)
     75* Footer script loading (won't slow down your site)
    7776* GDPR compliant
    7877* Works with all WordPress themes
     
    1481476. Get your free API key from [insertabot.io](https://insertabot.io/signup)
    1491487. Paste your API key and enable the chatbot
    150 8. Copy the **Embed Code** script tag from your [dashboard](https://insertabot.io/dashboard) and paste it before the closing `</body>` tag — the easiest way is with the free **Insert Headers and Footers** plugin
    151 9. Done!
     1498. Done! The chat widget will appear automatically on your site.
    152150
    153151### Manual Installation
     
    207205
    208206== Changelog ==
     207
     208= 1.0.3 =
     209* Fix: Widget no longer requires manual script tag in footer — plugin now injects it automatically on all pages
     210* Fix: Removed `async` attribute from bridge script that was preventing `document.currentScript` from resolving widget configuration
    209211
    210212= 1.0.2 =
     
    228230== Upgrade Notice ==
    229231
     232= 1.0.3 =
     233Fixes automatic widget injection — the chatbot now appears without any manual script tag setup. Upgrade recommended for all users.
     234
    230235= 1.0.0 =
    231236Initial release of Insertabot for WordPress. Get started free today!
Note: See TracChangeset for help on using the changeset viewer.