| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | Plugin Name: onWebChat - Live Chat & AI Chatbot |
| 9 | 9 | Plugin URI: https://www.onwebchat.com/wordpress-live-chat-plugin.php |
| 10 | 10 | Description: Empower visitors with real-time human chat and integrated AI chatbots. onWebChat Live Chat delivers instant responses, smoother interactions, and 24/7 availability - improving engagement, satisfaction, and conversions. Includes WooCommerce product sync for AI training. |
| 11 | 11 | Author: onWebChat |
| 12 | -Version: 3.9.3 | |
| 12 | +Version: 3.10.0 | |
| 13 | 13 | Author URI: https://www.onwebchat.com |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | 16 | // Plugin version. Keep in sync with the Version header above on each release. |
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | |
| 16 | 16 | // Plugin version. Keep in sync with the Version header above on each release. |
| 17 | 17 | // Sent to onWebChat when the plugin is linked to an account. |
| 18 | 18 | if (!defined('ONWEBCHAT_PLUGIN_VERSION')) { |
| 19 | - define('ONWEBCHAT_PLUGIN_VERSION', '3.9.3'); | |
| 19 | + define('ONWEBCHAT_PLUGIN_VERSION', '3.10.0'); | |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * WooCommerce Testing Mode Configuration |