Plugin Directory

Changeset 3331545


Ignore:
Timestamp:
07/21/2025 01:41:29 PM (8 months ago)
Author:
muchatai
Message:

Update to version 2.0.42 from GitHub

Location:
muchat-ai
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • muchat-ai/tags/2.0.42/muchat-ai.php

    r3330977 r3331545  
    55 * Plugin URI: https://mu.chat
    66 * Description: Muchat, a powerful tool for customer support using artificial intelligence
    7  * Version: 2.0.40
     7 * Version: 2.0.42
    88 * Author: Muchat
    99 * Text Domain: muchat-ai
     
    2727
    2828// Define plugin constants with unique prefix
    29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.40');
     29define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.42');
    3030// define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS);
    3131define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__);
  • muchat-ai/tags/2.0.42/readme.txt

    r3331541 r3331545  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.41
     6Stable tag: 2.0.42
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7575
    7676== Changelog ==
     77
     78= 2.0.42 =
     79* Bugfix: Fix plugin version
    7780
    7881= 2.0.41 =
  • muchat-ai/trunk/muchat-ai.php

    r3330977 r3331545  
    55 * Plugin URI: https://mu.chat
    66 * Description: Muchat, a powerful tool for customer support using artificial intelligence
    7  * Version: 2.0.40
     7 * Version: 2.0.42
    88 * Author: Muchat
    99 * Text Domain: muchat-ai
     
    2727
    2828// Define plugin constants with unique prefix
    29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.40');
     29define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.42');
    3030// define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS);
    3131define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__);
  • muchat-ai/trunk/readme.txt

    r3331541 r3331545  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.41
     6Stable tag: 2.0.42
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7575
    7676== Changelog ==
     77
     78= 2.0.42 =
     79* Bugfix: Fix plugin version
    7780
    7881= 2.0.41 =
Note: See TracChangeset for help on using the changeset viewer.