Changeset 3475386
- Timestamp:
- 03/05/2026 09:41:04 AM (4 weeks ago)
- Location:
- insertabot-ai-chatbot-solution/trunk
- Files:
-
- 2 edited
-
insertabot-ai-chatbot-solution.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
insertabot-ai-chatbot-solution/trunk/insertabot-ai-chatbot-solution.php
r3475370 r3475386 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. 56 * Version: 1.0.7 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. 5');23 define('INSERTABOT_VERSION', '1.0.7'); 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
r3475370 r3475386 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 36 Stable tag: 1.0.7 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.