Changeset 3341478
- Timestamp:
- 08/08/2025 09:06:03 AM (4 months ago)
- Location:
- ai-bot-for-bbpress/trunk
- Files:
-
- 3 edited
-
ai-bot-for-bbpress.php (modified) (1 diff)
-
inc/api/class-chatgpt-api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ai-bot-for-bbpress/trunk/ai-bot-for-bbpress.php
r3331966 r3341478 4 4 * Plugin URI: https://wordpress.org/plugins/ai-bot-for-bbpress/ 5 5 * Description: AI bot for bbPress forums that can be configured to reply to mentions or keywords. 6 * Version: 1.0.4 6 * Version: 1.0.4.1 7 7 * Author: Chubes 8 8 * Author URI: https://chubes.net -
ai-bot-for-bbpress/trunk/inc/api/class-chatgpt-api.php
r3294935 r3341478 67 67 ) 68 68 ), 69 'method' => 'POST', 70 'timeout' => 20, // seconds 69 'method' => 'POST' 71 70 ); 72 71 -
ai-bot-for-bbpress/trunk/readme.txt
r3331966 r3341478 104 104 == Changelog == 105 105 106 = 1.0.4.1 = 107 * HOTFIX: Removed API timeout constraints that caused bot failures in longer conversations 108 * Fix: Bot now handles extended conversations without timing out during API requests 109 106 110 = 1.0.4 = 107 111 * Fix: Bot replies now properly trigger WordPress hooks (bbp_new_reply) for better integration
Note: See TracChangeset
for help on using the changeset viewer.