Changeset 3402489
- Timestamp:
- 11/25/2025 12:05:02 PM (4 months ago)
- Location:
- oberon-chat
- Files:
-
- 3 edited
- 10 copied
-
tags/2.9.6 (copied) (copied from oberon-chat/trunk)
-
tags/2.9.6/admin-settings.php (copied) (copied from oberon-chat/trunk/admin-settings.php)
-
tags/2.9.6/admin-transcripts.php (copied) (copied from oberon-chat/trunk/admin-transcripts.php)
-
tags/2.9.6/assets (copied) (copied from oberon-chat/trunk/assets)
-
tags/2.9.6/includes (copied) (copied from oberon-chat/trunk/includes)
-
tags/2.9.6/includes/shared/plugin-core.php (copied) (copied from oberon-chat/trunk/includes/shared/plugin-core.php) (1 diff)
-
tags/2.9.6/languages (copied) (copied from oberon-chat/trunk/languages)
-
tags/2.9.6/license.txt (copied) (copied from oberon-chat/trunk/license.txt)
-
tags/2.9.6/oberon-chat.php (copied) (copied from oberon-chat/trunk/oberon-chat.php) (2 diffs)
-
tags/2.9.6/readme.txt (copied) (copied from oberon-chat/trunk/readme.txt) (2 diffs)
-
trunk/includes/shared/plugin-core.php (modified) (1 diff)
-
trunk/oberon-chat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oberon-chat/tags/2.9.6/includes/shared/plugin-core.php
r3402462 r3402489 1454 1454 * @return array Associative array of default option values. 1455 1455 */ 1456 pr ivatefunction get_default_options() {1456 protected function get_default_options() { 1457 1457 $default_icon_url = OBERON_PLUGIN_URL . 'assets/images/logo_sm.png'; 1458 1458 -
oberon-chat/tags/2.9.6/oberon-chat.php
r3402475 r3402489 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.9. 55 * Version: 2.9.6 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.9. 5' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.6' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/tags/2.9.6/readme.txt
r3402475 r3402489 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 57 Stable tag: 2.9.6 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 93 93 == Changelog == 94 94 95 = 2.9.6 = 96 * **Fix:** Resolved scope error when accessing default options in Pro edition. 97 95 98 = 2.9.5 = 96 99 * **Fix:** Added error handling to manual transcript email actions. -
oberon-chat/trunk/includes/shared/plugin-core.php
r3402462 r3402489 1454 1454 * @return array Associative array of default option values. 1455 1455 */ 1456 pr ivatefunction get_default_options() {1456 protected function get_default_options() { 1457 1457 $default_icon_url = OBERON_PLUGIN_URL . 'assets/images/logo_sm.png'; 1458 1458 -
oberon-chat/trunk/oberon-chat.php
r3402475 r3402489 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.9. 55 * Version: 2.9.6 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.9. 5' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.6' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/trunk/readme.txt
r3402475 r3402489 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 57 Stable tag: 2.9.6 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 93 93 == Changelog == 94 94 95 = 2.9.6 = 96 * **Fix:** Resolved scope error when accessing default options in Pro edition. 97 95 98 = 2.9.5 = 96 99 * **Fix:** Added error handling to manual transcript email actions.
Note: See TracChangeset
for help on using the changeset viewer.