Changeset 3407698
- Timestamp:
- 12/02/2025 09:08:58 AM (3 months ago)
- Location:
- autoreply-ai
- Files:
-
- 30 added
- 2 edited
-
tags/1.9.1 (added)
-
tags/1.9.1/LICENSE.txt (added)
-
tags/1.9.1/about.php (added)
-
tags/1.9.1/admin.php (added)
-
tags/1.9.1/ai-generator.php (added)
-
tags/1.9.1/assets (added)
-
tags/1.9.1/assets/css (added)
-
tags/1.9.1/assets/css/llms-admin.css (added)
-
tags/1.9.1/assets/css/style.css (added)
-
tags/1.9.1/assets/js (added)
-
tags/1.9.1/assets/js/auto_reply_ai.js (added)
-
tags/1.9.1/assets/js/llms-admin.js (added)
-
tags/1.9.1/assets/logo.png (added)
-
tags/1.9.1/assets/quick-llms-txt.png (added)
-
tags/1.9.1/assets/replypilot-ai.png (added)
-
tags/1.9.1/assets/sales-logo.png (added)
-
tags/1.9.1/autoreply-ai.php (added)
-
tags/1.9.1/autoreply-comments.php (added)
-
tags/1.9.1/custom-handle-ai-reply.php (added)
-
tags/1.9.1/forum-autoreply (added)
-
tags/1.9.1/forum-autoreply/Asgaros-Forum.php (added)
-
tags/1.9.1/forum-autoreply/ForumWP.php (added)
-
tags/1.9.1/forum-autoreply/bbpress-auto-reply.php (added)
-
tags/1.9.1/forum-autoreply/buddypress-auto-reply.php (added)
-
tags/1.9.1/forum-autoreply/wpForo-Forum.php (added)
-
tags/1.9.1/includes (added)
-
tags/1.9.1/includes/class-generate-llms.php (added)
-
tags/1.9.1/includes/functions.php (added)
-
tags/1.9.1/index.php (added)
-
tags/1.9.1/readme.txt (added)
-
trunk/autoreply-ai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autoreply-ai/trunk/autoreply-ai.php
r3375029 r3407698 4 4 Plugin URI: https://plugins.techbeeps.com/ 5 5 Description: A plugin that enables automatic replies using AI, allowing admins to configure API keys, word limits, and user selection. 6 Version: 1.9 6 Version: 1.9.1 7 7 Author: Techbeeps 8 8 Author URI: https://techbeeps.co.in/ … … 14 14 if (! defined('ABSPATH')) { exit; } 15 15 16 define('AUTO_REPLY_AI_TBS', '1.9 ');16 define('AUTO_REPLY_AI_TBS', '1.9.1'); 17 17 define('AUTO_REPLY_AI_TBS_PATH', plugin_dir_path(__FILE__)); 18 18 define('AUTO_REPLY_AI_TBS_URL', __FILE__); -
autoreply-ai/trunk/readme.txt
r3375029 r3407698 3 3 Tags: llms.txt, llms, auto comment reply, ai comment reply, comment AI bots 4 4 Requires at least: 5.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.9 7 Stable tag: 1.9.1 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 170 170 171 171 == Changelog == 172 = 1.9.1 = 173 * Confirmed full compatibility with WordPress 6.9. 174 172 175 = 1.9 = 173 176 * About details update
Note: See TracChangeset
for help on using the changeset viewer.