Plugin Directory

Changeset 3281787


Ignore:
Timestamp:
04/25/2025 11:29:34 AM (11 months ago)
Author:
axel8721
Message:

Fixed an issue causing the chat not appearing for visitors.

Location:
botfoundry/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • botfoundry/trunk/botfoundry.php

    r3281280 r3281787  
    22
    33/**
    4  * Plugin Name: Bot Foundry
    5  * Description: Bot Foundry is a powerful, yet easy-to-use WordPress AI chatbot creation tool that helps you
     4 * Plugin Name: Botfoundry
     5 * Description: Botfoundry is a powerful, yet easy-to-use WordPress AI chatbot creation tool that helps you
    66 * create a custom chatbot for your your website.
    7  * Version: 0.0.6
     7 * Version: 0.0.7
    88 * License: GPL v3
    99 * Requires at least: 6.5
     
    1717
    1818// Define the plugin version
    19 define('BOTFOUNDRY_VERSION', '0.0.6');
     19define('BOTFOUNDRY_VERSION', '0.0.7');
    2020define('BOTFOUNDRY_PROD_URL', 'https://www.siteforge-ai.com');
    2121define('BOTFOUNDRY_DEV_URL', 'http://127.0.0.1:5000');
     
    5656{
    5757    printf(
    58         '<div id="BotFoundry-visitors">%s</div>',
     58        '<div id="botfoundry-visitors">%s</div>',
    5959        esc_html__('Loading…', 'botfoundry')
    6060    );
  • botfoundry/trunk/readme.txt

    r3281280 r3281787  
    1 === Bot Foundry ===
     1=== Botfoundry ===
    22License: GPLv3
    33License URI: http://www.gnu.org/licenses/gpl.html
    44Tags: Chatbot, AI, SEO, Customer support
    55Tested up to: 6.7
    6 Stable tag: 0.0.6
     6Stable tag: 0.0.7
    77Requires PHP: 7.2.5
    88Contributors: axel8721
    99
    10 Bot Foundry is a powerful, yet easy-to-use WordPress chatbot creation tool that helps you create a custom smart AI chatbot for your your website.
     10Botfoundry is a powerful, yet easy-to-use WordPress chatbot creation tool that helps you create a custom smart AI chatbot for your your website.
    1111
    1212== Description ==
    1313
    14 Bot Foundry is a powerful, yet easy-to-use WordPress plugin that brings a smart AI chatbot to your website. With a simple setup process, you only need to scan your site to create an interactive map of your pages, enabling the chatbot to guide visitors effectively. The scanning feature not only helps users navigate your site with ease but also ensures that the chatbot is well-informed about your content, making every interaction more relevant and helpful.
     14Botfoundry is a powerful, yet easy-to-use WordPress plugin that brings a smart AI chatbot to your website. With a simple setup process, you only need to scan your site to create an interactive map of your pages, enabling the chatbot to guide visitors effectively. The scanning feature not only helps users navigate your site with ease but also ensures that the chatbot is well-informed about your content, making every interaction more relevant and helpful.
    1515
    1616All data collected during the scan can be removed at any time, making the plugin fully GDPR compliant. This ensures that your visitors' privacy is respected while still providing them with a seamless support experience.
     
    4242== Changelog ==
    4343
     44= 0.0.7 =
     45- Fixed an issue causing the chat not appearing for visitors.
     46
    4447= 0.0.6 =
    45 Add loading indicator before bot messages and made some fixes.
     48- Add loading indicator before bot messages and made some fixes.
     49
     50= 0.0.5 =
     51- Minor bug fixes.
     52
     53= 0.0.4 =
     54- Minor bug fixes.
    4655
    4756= 0.0.3 =
    48 - Added premium option remove powered by footer
     57- Added premium option remove powered by footer.
    4958
    5059= 0.0.2 =
    51 - Text updates
     60- Text updates.
    5261
    5362= 0.0.1 =
    5463- Initial release of Bot Foundry.
    5564- Introduced site scanning for chatbot content mapping.
    56 - Basic and premium features available
    57 - Release date: 2025-03-14
     65- Basic and premium features available.
     66- Release date: 2025-03-14.
Note: See TracChangeset for help on using the changeset viewer.