Changeset 3403163
- Timestamp:
- 11/26/2025 09:23:53 AM (4 months ago)
- Location:
- oberon-chat
- Files:
-
- 2 edited
- 10 copied
-
tags/2.9.7 (copied) (copied from oberon-chat/trunk)
-
tags/2.9.7/admin-settings.php (copied) (copied from oberon-chat/trunk/admin-settings.php)
-
tags/2.9.7/admin-transcripts.php (copied) (copied from oberon-chat/trunk/admin-transcripts.php)
-
tags/2.9.7/assets (copied) (copied from oberon-chat/trunk/assets)
-
tags/2.9.7/includes (copied) (copied from oberon-chat/trunk/includes)
-
tags/2.9.7/includes/shared/plugin-core.php (copied) (copied from oberon-chat/trunk/includes/shared/plugin-core.php)
-
tags/2.9.7/languages (copied) (copied from oberon-chat/trunk/languages)
-
tags/2.9.7/license.txt (copied) (copied from oberon-chat/trunk/license.txt)
-
tags/2.9.7/oberon-chat.php (copied) (copied from oberon-chat/trunk/oberon-chat.php) (2 diffs)
-
tags/2.9.7/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.7/oberon-chat.php
r3402489 r3403163 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. 65 * Version: 2.9.7 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. 6' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.7' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/tags/2.9.7/readme.txt
r3402489 r3403163 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 67 Stable tag: 2.9.7 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.7 = 96 * **Fix:** Added detailed logging for automated transcript emails. 97 95 98 = 2.9.6 = 96 99 * **Fix:** Resolved scope error when accessing default options in Pro edition. -
oberon-chat/trunk/oberon-chat.php
r3402489 r3403163 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. 65 * Version: 2.9.7 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. 6' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.7' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/trunk/readme.txt
r3402489 r3403163 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 67 Stable tag: 2.9.7 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.7 = 96 * **Fix:** Added detailed logging for automated transcript emails. 97 95 98 = 2.9.6 = 96 99 * **Fix:** Resolved scope error when accessing default options in Pro edition.
Note: See TracChangeset
for help on using the changeset viewer.