Plugin Directory

Changeset 3352517


Ignore:
Timestamp:
08/29/2025 09:51:20 AM (7 months ago)
Author:
alphainterface
Message:

Changed agent_id to agent_uuid

Location:
chat-bot-alpha-interface
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • chat-bot-alpha-interface/tags/2.0.0/trunk/chat-bot-alpha_interface.php

    r3352513 r3352517  
    5353
    5454    echo '<hash-bot
    55         apiurl="' . $apiurl . '?agent_id=' . $agent_uuid . '"
    56         chat_id="' . $chat_id . '"
    57         iconsize="' . $iconsize . '"
    58         chatbotwidth="' . $chatbotwidth . '"
    59         chatbotheight="' . $chatbotheight . '">
    60     </hash-bot>';
     55            agent_uuid="'. $agent_uuid . '"
     56            apiurl="' . $apiurl . '"
     57            chat_id="' . $chat_id . '"
     58            iconsize="' . $iconsize . '"
     59            chatbotwidth="' . $chatbotwidth . '"
     60            chatbotheight="' . $chatbotheight . '">
     61        </hash-bot>';
    6162}
    6263add_action( 'wp_footer', 'ai_chatbot_render' );
  • chat-bot-alpha-interface/trunk/chat-bot-alpha_interface.php

    r3352513 r3352517  
    44 * Plugin URI: https://www.npmjs.com/package/alpha-interface
    55 * Description: Embeds the Alpha Interface chatbot into your site using a custom web component.
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: alphainterface
    88 * Author URI: https://alphainterface.ai
     
    5353
    5454    echo '<hash-bot
    55         apiurl="' . $apiurl . '?agent_id=' . $agent_uuid . '"
    56         chat_id="' . $chat_id . '"
    57         iconsize="' . $iconsize . '"
    58         chatbotwidth="' . $chatbotwidth . '"
    59         chatbotheight="' . $chatbotheight . '">
    60     </hash-bot>';
     55            agent_uuid="'. $agent_uuid . '"
     56            apiurl="' . $apiurl . '"
     57            chat_id="' . $chat_id . '"
     58            iconsize="' . $iconsize . '"
     59            chatbotwidth="' . $chatbotwidth . '"
     60            chatbotheight="' . $chatbotheight . '">
     61        </hash-bot>';
    6162}
    6263add_action( 'wp_footer', 'ai_chatbot_render' );
  • chat-bot-alpha-interface/trunk/readme.txt

    r3352513 r3352517  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
    32 = 2.0.0 =
    33 * NPM version changed from v0.0.4 to v0.0.8.
     32= 2.0.1 =
     33* Changed agent_id to agent_uuid
    3434
    3535== Source Code ==
Note: See TracChangeset for help on using the changeset viewer.