Plugin Directory

Changeset 3402465


Ignore:
Timestamp:
11/25/2025 11:43:20 AM (4 months ago)
Author:
oberonie
Message:

Release 2.9.4

Location:
oberon-chat
Files:
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • oberon-chat/tags/2.9.4/oberon-chat.php

    r3402462 r3402465  
    33 * Plugin Name: Oberon Chat
    44 * Description: A professional GPT-powered chatbot for WordPress with comprehensive backend configuration and transcript storage.
    5  * Version: 2.9.3
     5 * Version: 2.9.4
    66 * Requires at least: 6.0
    77 * Requires PHP: 8.0
     
    2222
    2323// Core plugin constants.
    24 define( 'OBERON_PLUGIN_VERSION', '2.9.3' );
     24define( 'OBERON_PLUGIN_VERSION', '2.9.4' );
    2525define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' );
    2626define( 'OBERON_OPTION_KEY', 'oberon_chat_options' );
  • oberon-chat/tags/2.9.4/readme.txt

    r3402462 r3402465  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.9.3
     7Stable tag: 2.9.4
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 2.9.4 =
     96* **Fix:** Resolved fatal error when manually emailing transcripts from the admin panel.
     97
    9598= 2.9.3 =
    9699* **Update:** Maintenance release.
  • oberon-chat/trunk/oberon-chat.php

    r3402462 r3402465  
    33 * Plugin Name: Oberon Chat
    44 * Description: A professional GPT-powered chatbot for WordPress with comprehensive backend configuration and transcript storage.
    5  * Version: 2.9.3
     5 * Version: 2.9.4
    66 * Requires at least: 6.0
    77 * Requires PHP: 8.0
     
    2222
    2323// Core plugin constants.
    24 define( 'OBERON_PLUGIN_VERSION', '2.9.3' );
     24define( 'OBERON_PLUGIN_VERSION', '2.9.4' );
    2525define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' );
    2626define( 'OBERON_OPTION_KEY', 'oberon_chat_options' );
  • oberon-chat/trunk/readme.txt

    r3402462 r3402465  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.9.3
     7Stable tag: 2.9.4
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 2.9.4 =
     96* **Fix:** Resolved fatal error when manually emailing transcripts from the admin panel.
     97
    9598= 2.9.3 =
    9699* **Update:** Maintenance release.
Note: See TracChangeset for help on using the changeset viewer.