Changeset 3401423
- Timestamp:
- 11/23/2025 08:28:49 PM (4 months ago)
- Location:
- oberon-chat
- Files:
-
- 2 edited
- 10 copied
-
tags/2.9.0 (copied) (copied from oberon-chat/trunk)
-
tags/2.9.0/admin-settings.php (copied) (copied from oberon-chat/trunk/admin-settings.php)
-
tags/2.9.0/admin-transcripts.php (copied) (copied from oberon-chat/trunk/admin-transcripts.php)
-
tags/2.9.0/assets (copied) (copied from oberon-chat/trunk/assets)
-
tags/2.9.0/includes (copied) (copied from oberon-chat/trunk/includes)
-
tags/2.9.0/includes/shared/plugin-core.php (copied) (copied from oberon-chat/trunk/includes/shared/plugin-core.php)
-
tags/2.9.0/languages (copied) (copied from oberon-chat/trunk/languages)
-
tags/2.9.0/license.txt (copied) (copied from oberon-chat/trunk/license.txt)
-
tags/2.9.0/oberon-chat.php (copied) (copied from oberon-chat/trunk/oberon-chat.php) (2 diffs)
-
tags/2.9.0/readme.txt (copied) (copied from oberon-chat/trunk/readme.txt) (2 diffs)
-
trunk/oberon-chat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oberon-chat/tags/2.9.0/oberon-chat.php
r3401377 r3401423 3 3 * Plugin Name: Oberon Chat 4 4 * Description: A professional GPT-powered chatbot for WordPress with comprehensive backend configuration and transcript storage. 5 * Version: 2. 8.325 * Version: 2.9.0 6 6 * Requires at least: 6.0 7 7 * Requires PHP: 8.0 … … 22 22 23 23 // Core plugin constants. 24 define( 'OBERON_PLUGIN_VERSION', '2. 8.32' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.0' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/tags/2.9.0/readme.txt
r3401370 r3401423 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2. 8.317 Stable tag: 2.9.0 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 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 71 75 = 2.7.0 = 72 76 * Streamlined OpenRouter conversations and refreshed default widget branding. 73 77 74 78 == Upgrade Notice == 79 80 = 2.9.0 = 81 Critical fix for settings saving error in Community edition. 75 82 76 83 = 2.7.0 = -
oberon-chat/trunk/oberon-chat.php
r3401377 r3401423 3 3 * Plugin Name: Oberon Chat 4 4 * Description: A professional GPT-powered chatbot for WordPress with comprehensive backend configuration and transcript storage. 5 * Version: 2. 8.325 * Version: 2.9.0 6 6 * Requires at least: 6.0 7 7 * Requires PHP: 8.0 … … 22 22 23 23 // Core plugin constants. 24 define( 'OBERON_PLUGIN_VERSION', '2. 8.32' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.0' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/trunk/readme.txt
r3401370 r3401423 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2. 8.317 Stable tag: 2.9.0 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 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 71 75 = 2.7.0 = 72 76 * Streamlined OpenRouter conversations and refreshed default widget branding. 73 77 74 78 == Upgrade Notice == 79 80 = 2.9.0 = 81 Critical fix for settings saving error in Community edition. 75 82 76 83 = 2.7.0 =
Note: See TracChangeset
for help on using the changeset viewer.