Plugin Directory

Changeset 3423023


Ignore:
Timestamp:
12/18/2025 03:07:52 PM (3 months ago)
Author:
talkgenai
Message:

Initial release v2.4.1

Location:
talkgenai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • talkgenai/trunk/readme.txt

    r3416221 r3423023  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.0
     7Stable tag: 2.4.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    181181
    182182== 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)
    183187
    184188= 2.4.0 - 2025-12-04 =
  • talkgenai/trunk/talkgenai.php

    r3423014 r3423023  
    44 * Plugin URI: https://app.talkgen.ai
    55 * Description: Generate complete web applications using AI. Connect to TalkGenAI server for intelligent app generation with WordPress integration.
    6  * Version: 2.4.0
     6 * Version: 2.4.1
    77 * Author: TalkGenAI Team
    88 * License: GPLv2 or later
     
    5656
    5757// Define plugin constants
    58 define('TALKGENAI_VERSION', '2.4.0');
     58define('TALKGENAI_VERSION', '2.4.1');
    5959define('TALKGENAI_PLUGIN_URL', plugin_dir_url(__FILE__));
    6060define('TALKGENAI_PLUGIN_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.