Plugin Directory

Changeset 3401423


Ignore:
Timestamp:
11/23/2025 08:28:49 PM (4 months ago)
Author:
oberonie
Message:

Release 2.9.0

Location:
oberon-chat
Files:
2 edited
10 copied

Legend:

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

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

    r3401370 r3401423  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.8.31
     7Stable tag: 2.9.0
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 2.9.0 =
     72* Fix: Resolved fatal error in settings sanitization for Community users.
     73* Enhancement: General stability improvements and build process updates.
     74
    7175= 2.7.0 =
    7276* Streamlined OpenRouter conversations and refreshed default widget branding.
    7377
    7478== Upgrade Notice ==
     79
     80= 2.9.0 =
     81Critical fix for settings saving error in Community edition.
    7582
    7683= 2.7.0 =
  • oberon-chat/trunk/oberon-chat.php

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

    r3401370 r3401423  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.8.31
     7Stable tag: 2.9.0
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 2.9.0 =
     72* Fix: Resolved fatal error in settings sanitization for Community users.
     73* Enhancement: General stability improvements and build process updates.
     74
    7175= 2.7.0 =
    7276* Streamlined OpenRouter conversations and refreshed default widget branding.
    7377
    7478== Upgrade Notice ==
     79
     80= 2.9.0 =
     81Critical fix for settings saving error in Community edition.
    7582
    7683= 2.7.0 =
Note: See TracChangeset for help on using the changeset viewer.