Plugin Directory

Changeset 3341478


Ignore:
Timestamp:
08/08/2025 09:06:03 AM (4 months ago)
Author:
extrachill
Message:

Hotfix v1.0.4.1: Remove API timeout causing bot failures in longer conversations

Location:
ai-bot-for-bbpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ai-bot-for-bbpress/trunk/ai-bot-for-bbpress.php

    r3331966 r3341478  
    44 * Plugin URI:  https://wordpress.org/plugins/ai-bot-for-bbpress/
    55 * 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
    77 * Author:      Chubes
    88 * Author URI:  https://chubes.net
  • ai-bot-for-bbpress/trunk/inc/api/class-chatgpt-api.php

    r3294935 r3341478  
    6767                )
    6868            ),
    69             'method'  => 'POST',
    70             'timeout' => 20, // seconds
     69            'method'  => 'POST'
    7170        );
    7271
  • ai-bot-for-bbpress/trunk/readme.txt

    r3331966 r3341478  
    104104== Changelog ==
    105105
     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
    106110= 1.0.4 =
    107111* Fix: Bot replies now properly trigger WordPress hooks (bbp_new_reply) for better integration
Note: See TracChangeset for help on using the changeset viewer.