Changeset 3232101
- Timestamp:
- 01/30/2025 03:01:19 PM (14 months ago)
- Location:
- agent700-ai-chat/trunk
- Files:
-
- 2 edited
-
agent700-ai-chat.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agent700-ai-chat/trunk/agent700-ai-chat.php
r3232088 r3232101 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. 06 Version: 1.2 7 7 Requires at least: 6.7 8 8 Requires PHP: 7.2 … … 135 135 ?> 136 136 </form> 137 <?php if (!get_option('agent700_model') || !get_option('agent700_ chat_api_url') || !get_option('agent700_agent_id')) : ?>137 <?php if (!get_option('agent700_model') || !get_option('agent700_agent_id')) : ?> 138 138 <div style="color: red; margin-top: 20px;"> 139 <strong>Notice:</strong> The fields "Model" , "API URL",and "Agent ID" are required. Without valid entries in these fields, the plugin will not function.139 <strong>Notice:</strong> The fields "Model" and "Agent ID" are required. Without valid entries in these fields, the plugin will not function. 140 140 </div> 141 141 <?php endif; ?> -
agent700-ai-chat/trunk/readme.txt
r3231603 r3232101 3 3 Tags: AI, Chatbot, Customer Support, Product Assistance, Live Chat 4 4 Tested up to: 6.7 5 Stable tag: 1. 15 Stable tag: 1.2 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.2 = 75 - Bug fixing 76 74 77 = 1.1 = 75 78 - Added shortcode field (read only)
Note: See TracChangeset
for help on using the changeset viewer.