- Minor bugfixes

This commit is contained in:
Josako
2024-11-29 11:24:32 +01:00
parent b8e07bec77
commit b658e68e65
9 changed files with 64 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: EveAI Chat Widget
* Description: Integrates the EveAI chat interface into your WordPress site.
* Version: 2.0.16
* Author: Your Company
* Description: Integrates the Ask Eve AI (Evie) chat interface into your WordPress site.
* Version: 2.0.17
* Author: AskEveAI.com
* Text Domain: eveai-chat
* Domain Path: /languages
* Requires at least: 5.8
@@ -15,7 +15,7 @@ if (!defined('WPINC')) {
}
// Define plugin constants
define('EVEAI_CHAT_VERSION', '2.0.16');
define('EVEAI_CHAT_VERSION', '2.0.17');
define('EVEAI_CHAT_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('EVEAI_CHAT_PLUGIN_URL', plugin_dir_url(__FILE__));