Changeset 3475215
- Timestamp:
- 03/05/2026 07:34:45 AM (4 weeks ago)
- Location:
- insertabot-ai-chatbot-solution/trunk
- Files:
-
- 2 edited
-
insertabot-ai-chatbot-solution.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insertabot-ai-chatbot-solution/trunk/insertabot-ai-chatbot-solution.php
r3473291 r3475215 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. 36 * Version: 1.0.6 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. 3');23 define('INSERTABOT_VERSION', '1.0.6'); 24 24 define('INSERTABOT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('INSERTABOT_PLUGIN_URL', plugin_dir_url(__FILE__)); 26 define('INSERTABOT_API_URL', 'https:// api.insertabot.io');26 define('INSERTABOT_API_URL', 'https://insertabot.io'); 27 27 define('INSERTABOT_WEBSITE_URL', 'https://insertabot.io'); 28 28 -
insertabot-ai-chatbot-solution/trunk/readme.txt
r3473339 r3475215 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 206 206 == Changelog == 207 207 208 = 1.0.6 = 209 * Fix: Corrected API base URL from api.insertabot.io (unresolvable) to insertabot.io to match Cloudflare Worker routes 210 211 = 1.0.5 = 212 * Fix: Added X-API-Key to fetch headers to avoid hitting auth guard and returning 401 before reaching checkout logic 213 214 = 1.0.4 = 215 * Added: Diagnostics.php - Add ?insertabot_debug1 to the end of your URL for api specs 216 * Added: TROUBLESHOOTING.md - A follow-along troubleshooting guide for chatbot functionality 217 208 218 = 1.0.3 = 209 219 * Fix: Widget no longer requires manual script tag in footer — plugin now injects it automatically on all pages
Note: See TracChangeset
for help on using the changeset viewer.