Changeset 3473158
- Timestamp:
- 03/03/2026 12:17:39 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
insertabot-ai-chatbot-solution/trunk/insertabot-ai-chatbot-solution.php
r3473149 r3473158 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.4 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.4'); 24 24 define('INSERTABOT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('INSERTABOT_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.