Changeset 3402465
- Timestamp:
- 11/25/2025 11:43:20 AM (4 months ago)
- Location:
- oberon-chat
- Files:
-
- 2 edited
- 10 copied
-
tags/2.9.4 (copied) (copied from oberon-chat/trunk)
-
tags/2.9.4/admin-settings.php (copied) (copied from oberon-chat/trunk/admin-settings.php)
-
tags/2.9.4/admin-transcripts.php (copied) (copied from oberon-chat/trunk/admin-transcripts.php)
-
tags/2.9.4/assets (copied) (copied from oberon-chat/trunk/assets)
-
tags/2.9.4/includes (copied) (copied from oberon-chat/trunk/includes)
-
tags/2.9.4/includes/shared/plugin-core.php (copied) (copied from oberon-chat/trunk/includes/shared/plugin-core.php)
-
tags/2.9.4/languages (copied) (copied from oberon-chat/trunk/languages)
-
tags/2.9.4/license.txt (copied) (copied from oberon-chat/trunk/license.txt)
-
tags/2.9.4/oberon-chat.php (copied) (copied from oberon-chat/trunk/oberon-chat.php) (2 diffs)
-
tags/2.9.4/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.4/oberon-chat.php
r3402462 r3402465 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. 35 * Version: 2.9.4 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. 3' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.4' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/tags/2.9.4/readme.txt
r3402462 r3402465 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 37 Stable tag: 2.9.4 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.4 = 96 * **Fix:** Resolved fatal error when manually emailing transcripts from the admin panel. 97 95 98 = 2.9.3 = 96 99 * **Update:** Maintenance release. -
oberon-chat/trunk/oberon-chat.php
r3402462 r3402465 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. 35 * Version: 2.9.4 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. 3' );24 define( 'OBERON_PLUGIN_VERSION', '2.9.4' ); 25 25 define( 'OBERON_TEXT_DOMAIN', 'oberon-chat' ); 26 26 define( 'OBERON_OPTION_KEY', 'oberon_chat_options' ); -
oberon-chat/trunk/readme.txt
r3402462 r3402465 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 2.9. 37 Stable tag: 2.9.4 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.4 = 96 * **Fix:** Resolved fatal error when manually emailing transcripts from the admin panel. 97 95 98 = 2.9.3 = 96 99 * **Update:** Maintenance release.
Note: See TracChangeset
for help on using the changeset viewer.