Changeset 3473126
- Timestamp:
- 03/02/2026 10:27:58 PM (4 weeks ago)
- Location:
- insertabot-ai-chatbot-solution/trunk
- Files:
-
- 2 edited
-
insertabot-ai-chatbot-solution.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insertabot-ai-chatbot-solution/trunk/insertabot-ai-chatbot-solution.php
r3473118 r3473126 4 4 * Plugin URI: https://insertabot.io 5 5 * 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. 26 * Version: 1.0.3 7 7 * Author: Mistyk Media 8 8 * Author URI: https://mistykmedia.com … … 21 21 22 22 // Define plugin constants 23 define('INSERTABOT_VERSION', '1.0. 2');23 define('INSERTABOT_VERSION', '1.0.3'); 24 24 define('INSERTABOT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('INSERTABOT_PLUGIN_URL', plugin_dir_url(__FILE__)); -
insertabot-ai-chatbot-solution/trunk/readme.txt
r3472307 r3473126 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 61 61 2. **Get API Key** - Sign up free at insertabot.io 62 62 3. **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 63 4. **Done!** - Your AI chatbot is now live on your site 65 64 66 65 ### Why Users Love It … … 74 73 ### Technical Details 75 74 76 * Asyncscript loading (won't slow down your site)75 * Footer script loading (won't slow down your site) 77 76 * GDPR compliant 78 77 * Works with all WordPress themes … … 148 147 6. Get your free API key from [insertabot.io](https://insertabot.io/signup) 149 148 7. 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! 149 8. Done! The chat widget will appear automatically on your site. 152 150 153 151 ### Manual Installation … … 207 205 208 206 == 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 209 211 210 212 = 1.0.2 = … … 228 230 == Upgrade Notice == 229 231 232 = 1.0.3 = 233 Fixes automatic widget injection — the chatbot now appears without any manual script tag setup. Upgrade recommended for all users. 234 230 235 = 1.0.0 = 231 236 Initial release of Insertabot for WordPress. Get started free today!
Note: See TracChangeset
for help on using the changeset viewer.