- Minor bugfixes
This commit is contained in:
@@ -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__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user