Plugin Directory

Changeset 3402489


Ignore:
Timestamp:
11/25/2025 12:05:02 PM (4 months ago)
Author:
oberonie
Message:

Release 2.9.6

Location:
oberon-chat
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • oberon-chat/tags/2.9.6/includes/shared/plugin-core.php

    r3402462 r3402489  
    14541454     * @return array Associative array of default option values.
    14551455     */
    1456     private function get_default_options() {
     1456    protected function get_default_options() {
    14571457        $default_icon_url = OBERON_PLUGIN_URL . 'assets/images/logo_sm.png';
    14581458
  • oberon-chat/tags/2.9.6/oberon-chat.php

    r3402475 r3402489  
    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.5
     5 * Version: 2.9.6
    66 * Requires at least: 6.0
    77 * Requires PHP: 8.0
     
    2222
    2323// Core plugin constants.
    24 define( 'OBERON_PLUGIN_VERSION', '2.9.5' );
     24define( 'OBERON_PLUGIN_VERSION', '2.9.6' );
    2525define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' );
    2626define( 'OBERON_OPTION_KEY', 'oberon_chat_options' );
  • oberon-chat/tags/2.9.6/readme.txt

    r3402475 r3402489  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.9.5
     7Stable tag: 2.9.6
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 2.9.6 =
     96* **Fix:** Resolved scope error when accessing default options in Pro edition.
     97
    9598= 2.9.5 =
    9699* **Fix:** Added error handling to manual transcript email actions.
  • oberon-chat/trunk/includes/shared/plugin-core.php

    r3402462 r3402489  
    14541454     * @return array Associative array of default option values.
    14551455     */
    1456     private function get_default_options() {
     1456    protected function get_default_options() {
    14571457        $default_icon_url = OBERON_PLUGIN_URL . 'assets/images/logo_sm.png';
    14581458
  • oberon-chat/trunk/oberon-chat.php

    r3402475 r3402489  
    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.5
     5 * Version: 2.9.6
    66 * Requires at least: 6.0
    77 * Requires PHP: 8.0
     
    2222
    2323// Core plugin constants.
    24 define( 'OBERON_PLUGIN_VERSION', '2.9.5' );
     24define( 'OBERON_PLUGIN_VERSION', '2.9.6' );
    2525define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' );
    2626define( 'OBERON_OPTION_KEY', 'oberon_chat_options' );
  • oberon-chat/trunk/readme.txt

    r3402475 r3402489  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 2.9.5
     7Stable tag: 2.9.6
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 2.9.6 =
     96* **Fix:** Resolved scope error when accessing default options in Pro edition.
     97
    9598= 2.9.5 =
    9699* **Fix:** Added error handling to manual transcript email actions.
Note: See TracChangeset for help on using the changeset viewer.