Changeset 3423023
- Timestamp:
- 12/18/2025 03:07:52 PM (3 months ago)
- Location:
- talkgenai/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
talkgenai.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
talkgenai/trunk/readme.txt
r3416221 r3423023 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.4. 07 Stable tag: 2.4.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 181 181 182 182 == Changelog == 183 184 = 2.4.1 - 2025-12-18 = 185 * 🐛 **Fix**: "Keep Calculator" now reliably closes the overlay popup in the admin preview 186 * 🧠 **Fix**: Prevents chat transcript / UI HTML from leaking into the next AI request (uses only the latest user message) 183 187 184 188 = 2.4.0 - 2025-12-04 = -
talkgenai/trunk/talkgenai.php
r3423014 r3423023 4 4 * Plugin URI: https://app.talkgen.ai 5 5 * Description: Generate complete web applications using AI. Connect to TalkGenAI server for intelligent app generation with WordPress integration. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: TalkGenAI Team 8 8 * License: GPLv2 or later … … 56 56 57 57 // Define plugin constants 58 define('TALKGENAI_VERSION', '2.4. 0');58 define('TALKGENAI_VERSION', '2.4.1'); 59 59 define('TALKGENAI_PLUGIN_URL', plugin_dir_url(__FILE__)); 60 60 define('TALKGENAI_PLUGIN_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.