Changeset 3470033
- Timestamp:
- 02/26/2026 08:55:05 AM (5 weeks ago)
- Location:
- botme-ai
- Files:
-
- 37 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/.distignore (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/class-botme-ai-admin.php (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/botme-ai-admin.css (added)
-
tags/1.0.1/admin/index.php (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/botme-ai-admin.js (added)
-
tags/1.0.1/admin/partials (added)
-
tags/1.0.1/admin/partials/botme-ai-admin-display.php (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/botme-logo-192.png (added)
-
tags/1.0.1/assets/logo.png (added)
-
tags/1.0.1/assets/menu_icon.png (added)
-
tags/1.0.1/botme-ai.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-botme-ai-activator.php (added)
-
tags/1.0.1/includes/class-botme-ai-deactivator.php (added)
-
tags/1.0.1/includes/class-botme-ai-loader.php (added)
-
tags/1.0.1/includes/class-botme-ai.php (added)
-
tags/1.0.1/includes/index.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/botme-ai.pot (added)
-
tags/1.0.1/public (added)
-
tags/1.0.1/public/class-botme-ai-public.php (added)
-
tags/1.0.1/public/css (added)
-
tags/1.0.1/public/css/botme-ai-public.css (added)
-
tags/1.0.1/public/index.php (added)
-
tags/1.0.1/public/js (added)
-
tags/1.0.1/public/js/botme-ai-public.js (added)
-
tags/1.0.1/public/partials (added)
-
tags/1.0.1/public/partials/botme-ai-public-display.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/botme-ai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
botme-ai/trunk/botme-ai.php
r3470009 r3470033 17 17 * Plugin URI: https://wordpress.org/plugins/botme-ai/ 18 18 * Description: BotMe AI is a no-code AI agent creation tool that allows businesses to easily design, configure, and deploy custom AI assistants. Add an AI-powered chat bot to your website to serve your site visitors. Configure your bot to be your enthusiastic employee with simple and short steps. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: BotMe AI 21 21 * Author URI: https://botme-ai.com/ … … 40 40 * Rename this for your plugin and update it as you release new versions. 41 41 */ 42 define( 'BOTME_AI_VERSION', '1.0. 0' );42 define( 'BOTME_AI_VERSION', '1.0.1' ); 43 43 44 44 /** -
botme-ai/trunk/readme.txt
r3470009 r3470033 1 1 === BotMe AI — Add No-Code AI Assistants to Your Website === 2 Contributors: botmeai2 Contributors: perrchick 3 3 Donate link: https://botme-ai.com/ 4 Tags: ai, chatbot, ai assistant, customer support, automation 4 Tags: ai, chatbot, ai assistant, customer support, automation, botme, chat 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 87 87 == Changelog == 88 88 89 = 1.0.1 = 90 * Fix contributor username 91 89 92 = 1.0.0 = 90 93 * First official release on WordPress.org … … 101 104 == Upgrade Notice == 102 105 106 = 1.0.1 = 107 Fix contributor username 103 108 = 1.0.0 = 104 109 First official release on WordPress.org! Add AI-powered chat assistants to your website with no coding required.
Note: See TracChangeset
for help on using the changeset viewer.