Plugin Directory

Changeset 3475215


Ignore:
Timestamp:
03/05/2026 07:34:45 AM (4 weeks ago)
Author:
m1styk
Message:

Release 1.0.6: fix API base URL to use insertabot.io

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

Legend:

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

    r3473291 r3475215  
    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.3
     6 * Version: 1.0.6
    77 * Author: Mistyk Media
    88 * Author URI: https://mistykmedia.com
     
    2121
    2222// Define plugin constants
    23 define('INSERTABOT_VERSION', '1.0.3');
     23define('INSERTABOT_VERSION', '1.0.6');
    2424define('INSERTABOT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('INSERTABOT_PLUGIN_URL', plugin_dir_url(__FILE__));
    26 define('INSERTABOT_API_URL', 'https://api.insertabot.io');
     26define('INSERTABOT_API_URL', 'https://insertabot.io');
    2727define('INSERTABOT_WEBSITE_URL', 'https://insertabot.io');
    2828
  • insertabot-ai-chatbot-solution/trunk/readme.txt

    r3473339 r3475215  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    206206== Changelog ==
    207207
     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
    208218= 1.0.3 =
    209219* 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.