Changeset 3352517
- Timestamp:
- 08/29/2025 09:51:20 AM (7 months ago)
- Location:
- chat-bot-alpha-interface
- Files:
-
- 2 edited
- 4 copied
-
tags/2.0.0/trunk (copied) (copied from chat-bot-alpha-interface/trunk)
-
tags/2.0.0/trunk/assets (copied) (copied from chat-bot-alpha-interface/trunk/assets)
-
tags/2.0.0/trunk/chat-bot-alpha_interface.php (copied) (copied from chat-bot-alpha-interface/trunk/chat-bot-alpha_interface.php) (1 diff)
-
tags/2.0.0/trunk/readme.txt (copied) (copied from chat-bot-alpha-interface/trunk/readme.txt)
-
trunk/chat-bot-alpha_interface.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chat-bot-alpha-interface/tags/2.0.0/trunk/chat-bot-alpha_interface.php
r3352513 r3352517 53 53 54 54 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>'; 61 62 } 62 63 add_action( 'wp_footer', 'ai_chatbot_render' ); -
chat-bot-alpha-interface/trunk/chat-bot-alpha_interface.php
r3352513 r3352517 4 4 * Plugin URI: https://www.npmjs.com/package/alpha-interface 5 5 * Description: Embeds the Alpha Interface chatbot into your site using a custom web component. 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: alphainterface 8 8 * Author URI: https://alphainterface.ai … … 53 53 54 54 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>'; 61 62 } 62 63 add_action( 'wp_footer', 'ai_chatbot_render' ); -
chat-bot-alpha-interface/trunk/readme.txt
r3352513 r3352517 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == 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 34 34 35 35 == Source Code ==
Note: See TracChangeset
for help on using the changeset viewer.