Changeset 3234310
- Timestamp:
- 02/03/2025 10:19:54 PM (14 months ago)
- Location:
- agent700-ai-chat/trunk
- Files:
-
- 2 edited
-
agent700-ai-chat.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agent700-ai-chat/trunk/agent700-ai-chat.php
r3234305 r3234310 4 4 Plugin URI: https://agent700.ai/ 5 5 Description: Connect your WordPress site with Agent 700 AI for intelligent product assistance via live chat. 6 Version: 1.4 6 Version: 1.4.0 7 7 Requires at least: 6.7 8 8 Requires PHP: 7.2 … … 20 20 { 21 21 if (get_option('agent700_agent_id')) { 22 wp_enqueue_style('agent700-styles', home_url('/wp-content/plugins/agent700-ai-chat/styles/styles.css'), array(), '1. 3');23 wp_enqueue_script('agent700-chat', home_url('/wp-content/plugins/agent700-ai-chat/scripts/agent-chat.js'), array(), '1. 3', true);22 wp_enqueue_style('agent700-styles', home_url('/wp-content/plugins/agent700-ai-chat/styles/styles.css'), array(), '1.4.0'); 23 wp_enqueue_script('agent700-chat', home_url('/wp-content/plugins/agent700-ai-chat/scripts/agent-chat.js'), array(), '1.4.0', true); 24 24 } 25 25 } … … 66 66 if ($hook_suffix === 'settings_page_agent700_chat_settings') { 67 67 wp_enqueue_media(); 68 wp_enqueue_script('agent700-admin-scripts', plugins_url('scripts/agent-admin.js', __FILE__), array('jquery'), '1. 3', true);68 wp_enqueue_script('agent700-admin-scripts', plugins_url('scripts/agent-admin.js', __FILE__), array('jquery'), '1.4.0', true); 69 69 } 70 70 } -
agent700-ai-chat/trunk/readme.txt
r3234305 r3234310 3 3 Tags: AI, Chatbot, Customer Support, Product Assistance, Live Chat 4 4 Tested up to: 6.7 5 Stable tag: 1.4 5 Stable tag: 1.4.0 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.4 =77 = 1.4.0 = 78 78 - Added popup layout 79 79 - Added option in admin that allows selecting layout type (aside or popup) … … 82 82 - Functionality fixes 83 83 84 = 1.3 =84 = 1.3.0 = 85 85 - Added chat welcome message 86 86 87 = 1.2 =87 = 1.2.0 = 88 88 - Bug fixing 89 89 90 = 1.1 =90 = 1.1.0 = 91 91 - Added shortcode field (read only) 92 92 - Added the ability to change the chat icon image 93 93 94 = 1.0 =94 = 1.0.0 = 95 95 - Initial release of the plugin. 96 96 - Integration with Agent 700 AI for product assistance. … … 100 100 == Upgrade Notice == 101 101 102 = 1.0 =102 = 1.0.0 = 103 103 This is the initial release of the plugin. Upgrade to access the AI-powered chat functionality and provide intelligent product assistance to your customers.
Note: See TracChangeset
for help on using the changeset viewer.