Changeset 3297043
- Timestamp:
- 05/20/2025 06:41:37 AM (10 months ago)
- Location:
- replypilot-ai
- Files:
-
- 34 added
- 2 edited
-
tags/1.2 (added)
-
tags/1.2/LICENSE.txt (added)
-
tags/1.2/admin.php (added)
-
tags/1.2/ai-generator.php (added)
-
tags/1.2/assets (added)
-
tags/1.2/assets/banner-1544x500.jpg (added)
-
tags/1.2/assets/css (added)
-
tags/1.2/assets/css/style.css (added)
-
tags/1.2/assets/fontawesome (added)
-
tags/1.2/assets/fontawesome/css (added)
-
tags/1.2/assets/fontawesome/css/all.min.css (added)
-
tags/1.2/assets/fontawesome/webfonts (added)
-
tags/1.2/assets/fontawesome/webfonts/fa-solid-900.ttf (added)
-
tags/1.2/assets/fontawesome/webfonts/fa-solid-900.woff2 (added)
-
tags/1.2/assets/icon-256x256.png (added)
-
tags/1.2/assets/js (added)
-
tags/1.2/assets/js/replypilot-ai.js (added)
-
tags/1.2/assets/screenshot-1.png (added)
-
tags/1.2/assets/screenshot-2.png (added)
-
tags/1.2/assets/screenshot-3.png (added)
-
tags/1.2/assets/screenshot-4.jpg (added)
-
tags/1.2/autoreply-comments.php (added)
-
tags/1.2/custom-handle-ai-reply.php (added)
-
tags/1.2/forum-functions (added)
-
tags/1.2/forum-functions/Asgaros-Forum.php (added)
-
tags/1.2/forum-functions/ForumWP.php (added)
-
tags/1.2/forum-functions/bbpress-auto-reply.php (added)
-
tags/1.2/forum-functions/buddypress-auto-reply.php (added)
-
tags/1.2/forum-functions/wpForo-Forum.php (added)
-
tags/1.2/includes (added)
-
tags/1.2/includes/functions.php (added)
-
tags/1.2/index.php (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/replypilot-ai.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/replypilot-ai.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
replypilot-ai/trunk/readme.txt
r3297027 r3297043 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 128 128 129 129 == Changelog == 130 = 1.2 = 131 * Generate API Key URL Update. 132 130 133 131 134 = 1.1 = … … 137 140 == Upgrade Notice == 138 141 139 = 1. 1=142 = 1.2 = 140 143 Initial release of ReplyPilot AI with full features and multi-platform support. 141 144 -
replypilot-ai/trunk/replypilot-ai.php
r3297027 r3297043 4 4 Plugin URI: https://replypilot.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. 16 Version: 1.2 7 7 Author: Techbeeps 8 8 Author URI: https://techbeeps.co.in/ … … 16 16 } 17 17 18 define('REPLYPILOT_AI_TBS', '1. 1');18 define('REPLYPILOT_AI_TBS', '1.2'); 19 19 define('REPLYPILOT_AI_TBS_PATH', plugin_dir_path(__FILE__)); 20 20 define('REPLYPILOT_AI_TBS_URL', __FILE__);
Note: See TracChangeset
for help on using the changeset viewer.