Plugin Directory

Changeset 3492443


Ignore:
Timestamp:
03/27/2026 08:28:48 AM (8 days ago)
Author:
howsitai
Message:

Release v1.0.3

Location:
howsit
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • howsit/trunk/howsit.php

    r3492383 r3492443  
    44 * Plugin URI: https://howsit.ai/wordpress/
    55 * Description: The Howsit WordPress plugin is a user-friendly solution that allows you to add an AI-powered Agent to your WordPress website without needing coding knowledge. It helps automate customer interactions, generate leads, book appointments, and provide 24/7 customer support and assist in lead generation.
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Requires at least: 4.2
    88 * Requires PHP: 7.4
     
    3131    wp_register_script(
    3232        'botpenguin-messenger-widget',
    33         'https://cdn.botpenguin.com/botpenguin.js',
     33        'https://cdn.express-chat.com/website-bot.js',
    3434        array(),
    3535        '1.0.0',
  • howsit/trunk/readme.txt

    r3492383 r3492443  
    66Requires at least: 4.2
    77Tested up to: 6.9
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99Requires PHP: 7.4
    10 Version: 1.0.2
     10Version: 1.0.3
    1111License: GPLv2
    1212License URI: https://howsit.ai/wordpress/
     
    146146== External services ==
    147147
    148 This plugin relies on an external service to provide the agent interface and functionality. This service is offered by BotPenguin via its Content Delivery Network (CDN). By using this plugin, you enable the agent functionality on your website, which loads a JavaScript file from this CDN.
     148This plugin relies on an external service to provide the chatbot interface and functionality. This service is offered via Content Delivery Network (CDN) at cdn.express-chat.com. By using this plugin, you enable the chatbot functionality on your website, which loads a JavaScript file (website-bot.js) from this CDN.
    149149
    150 External service used:
     150Details of the external service:
    151151
    152 - **BotPenguin** ([https://www.botpenguin.com](https://www.botpenguin.com/))
    153     - **Purpose**: To load and display the agent interface, and handle user interactions within the chat.
    154     - **Data Sent**: When users interact with the agent, data related to their chat session, such as messages and possibly their IP address, may be sent.
    155     - **Terms of Service**: https://botpenguin.com/terms-and-conditions
    156     - **Privacy Policy**: https://www.botpenguin.com/privacy-policy
     152- **Purpose**: To load and display the agent interface, and handle user interactions within the chat.
     153- **Data Sent**: When users interact with the agent, data related to their chat session, such as messages and possibly their IP address, may be sent.
Note: See TracChangeset for help on using the changeset viewer.