Plugin Directory

Changeset 3400693


Ignore:
Timestamp:
11/21/2025 09:09:50 PM (4 months ago)
Author:
limbdev
Message:

Added: 1.0.5 version

Location:
limb-chatbot/trunk
Files:
207 added
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • limb-chatbot/trunk/includes/class-lbaic.php

    r3400671 r3400693  
    109109     */
    110110    private function __construct() {
    111         $this->version         = defined( 'LIMB_CHATBOT_VERSION' ) ? LIMB_CHATBOT_VERSION : '1.0.4';
     111        $this->version         = defined( 'LIMB_CHATBOT_VERSION' ) ? LIMB_CHATBOT_VERSION : '1.0.5';
    112112        $this->debug           = get_option( 'lbaic.settings.debug', false );
    113113        $this->plugin_name     = 'limb-chatbot';
  • limb-chatbot/trunk/limb-chatbot.php

    r3400671 r3400693  
    1010 * Plugin URI:        https://wpaichatbot.com
    1111 * Description:       AI Chatbot for WordPress by Limb
    12  * Version:           1.0.4
     12 * Version:           1.0.5
    1313 * Author:            Limb
    1414 * License:           GPL-2.0+
     
    2424use Limb_Chatbot\Includes\Limb_Chatbot;
    2525
    26 define( 'LIMB_CHATBOT_VERSION', '1.0.4' );
     26define( 'LIMB_CHATBOT_VERSION', '1.0.5' );
    2727define( 'LIMB_CHATBOT_FILE', __FILE__ );
    2828
  • limb-chatbot/trunk/readme.txt

    r3400671 r3400693  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    226226== Changelog ==
    227227
    228 = 1.0.4 - Current Release =
     228= 1.0.5 - Current Release =
     229* Fixed: Critical error fixed
     230
     231= 1.0.4 =
    229232* Fixed: AI Agent replies with users language
    230233* Added: Actions support. Do actions based on user intent. Collect parameters and pass them to handlers
     
    274277== Upgrade Notice ==
    275278
     279= 1.0.5 =
     280Critical error fixed.
     281
    276282= 1.0.4 =
    277283Major update with Actions system, knowledge source transparency, and multilingual support. Upgrade recommended for enhanced chatbot functionality.
Note: See TracChangeset for help on using the changeset viewer.