Plugin Directory

Changeset 3308025


Ignore:
Timestamp:
06/08/2025 07:13:47 AM (10 months ago)
Author:
muchatai
Message:

Update to version 2.0.36 from GitHub

Location:
muchat-ai
Files:
3 added
4 edited
1 copied

Legend:

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

    r3300592 r3308025  
    55 * Plugin URI: https://mu.chat
    66 * Description: Muchat, a powerful tool for customer support using artificial intelligence
    7  * Version: 2.0.35
     7 * Version: 2.0.36
    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.35');
     29define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.36');
    3030// define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS);
    3131define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__);
  • muchat-ai/tags/2.0.36/readme.txt

    r3300592 r3308025  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.35
     6Stable tag: 2.0.36
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7676== Changelog ==
    7777
     78= 2.0.36 =
     79* Added banner to WordPress plugin
     80
    7881= 2.0.35 =
    7982* Added settings link to the plugin in WordPress plugins list page for easier access
  • muchat-ai/trunk/muchat-ai.php

    r3300592 r3308025  
    55 * Plugin URI: https://mu.chat
    66 * Description: Muchat, a powerful tool for customer support using artificial intelligence
    7  * Version: 2.0.35
     7 * Version: 2.0.36
    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.35');
     29define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.36');
    3030// define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS);
    3131define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__);
  • muchat-ai/trunk/readme.txt

    r3300592 r3308025  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.35
     6Stable tag: 2.0.36
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7676== Changelog ==
    7777
     78= 2.0.36 =
     79* Added banner to WordPress plugin
     80
    7881= 2.0.35 =
    7982* Added settings link to the plugin in WordPress plugins list page for easier access
Note: See TracChangeset for help on using the changeset viewer.