| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: MxChat |
| 4 | 4 | * Description: AI chatbot for WordPress with OpenAI, Claude, xAI, DeepSeek, live agent, PDF uploads, WooCommerce, and training on website data. |
| 5 | - * Version: 2.2.3 | |
| 5 | + * Version: 2.2.4 | |
| 6 | 6 | * Author: MxChat |
| 7 | 7 | * Author URI: https://mxchat.ai |
| 8 | 8 | * License: GPLv2 or later |
| 9 | 9 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | exit; // Exit if accessed directly. |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | // Define plugin version constant for asset versioning |
| 19 | -define('MXCHAT_VERSION', '2.2.3'); | |
| 19 | +define('MXCHAT_VERSION', '2.2.4'); | |
| 20 | 20 | |
| 21 | 21 | function mxchat_load_textdomain() { |
| 22 | 22 | load_plugin_textdomain('mxchat', false, dirname(plugin_basename(__FILE__)) . '/languages'); |
| 23 | 23 | } |