Changeset 3281787
- Timestamp:
- 04/25/2025 11:29:34 AM (11 months ago)
- Location:
- botfoundry/trunk
- Files:
-
- 2 edited
-
botfoundry.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
botfoundry/trunk/botfoundry.php
r3281280 r3281787 2 2 3 3 /** 4 * Plugin Name: Bot Foundry5 * Description: Bot Foundry is a powerful, yet easy-to-use WordPress AI chatbot creation tool that helps you4 * Plugin Name: Botfoundry 5 * Description: Botfoundry is a powerful, yet easy-to-use WordPress AI chatbot creation tool that helps you 6 6 * create a custom chatbot for your your website. 7 * Version: 0.0. 67 * Version: 0.0.7 8 8 * License: GPL v3 9 9 * Requires at least: 6.5 … … 17 17 18 18 // Define the plugin version 19 define('BOTFOUNDRY_VERSION', '0.0. 6');19 define('BOTFOUNDRY_VERSION', '0.0.7'); 20 20 define('BOTFOUNDRY_PROD_URL', 'https://www.siteforge-ai.com'); 21 21 define('BOTFOUNDRY_DEV_URL', 'http://127.0.0.1:5000'); … … 56 56 { 57 57 printf( 58 '<div id=" BotFoundry-visitors">%s</div>',58 '<div id="botfoundry-visitors">%s</div>', 59 59 esc_html__('Loading…', 'botfoundry') 60 60 ); -
botfoundry/trunk/readme.txt
r3281280 r3281787 1 === Bot Foundry ===1 === Botfoundry === 2 2 License: GPLv3 3 3 License URI: http://www.gnu.org/licenses/gpl.html 4 4 Tags: Chatbot, AI, SEO, Customer support 5 5 Tested up to: 6.7 6 Stable tag: 0.0. 66 Stable tag: 0.0.7 7 7 Requires PHP: 7.2.5 8 8 Contributors: axel8721 9 9 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.10 Botfoundry is a powerful, yet easy-to-use WordPress chatbot creation tool that helps you create a custom smart AI chatbot for your your website. 11 11 12 12 == Description == 13 13 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.14 Botfoundry 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. 15 15 16 16 All 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. … … 42 42 == Changelog == 43 43 44 = 0.0.7 = 45 - Fixed an issue causing the chat not appearing for visitors. 46 44 47 = 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. 46 55 47 56 = 0.0.3 = 48 - Added premium option remove powered by footer 57 - Added premium option remove powered by footer. 49 58 50 59 = 0.0.2 = 51 - Text updates 60 - Text updates. 52 61 53 62 = 0.0.1 = 54 63 - Initial release of Bot Foundry. 55 64 - 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.