Plugin Directory

Changeset 3232101


Ignore:
Timestamp:
01/30/2025 03:01:19 PM (14 months ago)
Author:
cmarcet
Message:

Bug fix

Location:
agent700-ai-chat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • agent700-ai-chat/trunk/agent700-ai-chat.php

    r3232088 r3232101  
    44Plugin URI: https://agent700.ai/
    55Description: Connect your WordPress site with Agent 700 AI for intelligent product assistance via live chat.
    6 Version: 1.0
     6Version: 1.2
    77Requires at least: 6.7
    88Requires PHP: 7.2
     
    135135            ?>
    136136        </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')) : ?>
    138138            <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.
    140140            </div>
    141141        <?php endif; ?>
  • agent700-ai-chat/trunk/readme.txt

    r3231603 r3232101  
    33Tags: AI, Chatbot, Customer Support, Product Assistance, Live Chat
    44Tested up to: 6.7
    5 Stable tag: 1.1
     5Stable tag: 1.2
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.2 =
     75- Bug fixing
     76
    7477= 1.1 =
    7578- Added shortcode field (read only)
Note: See TracChangeset for help on using the changeset viewer.