Changeset 3331545
- Timestamp:
- 07/21/2025 01:41:29 PM (8 months ago)
- Location:
- muchat-ai
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.42 (copied) (copied from muchat-ai/trunk)
-
tags/2.0.42/muchat-ai.php (modified) (2 diffs)
-
tags/2.0.42/readme.txt (modified) (2 diffs)
-
trunk/muchat-ai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
muchat-ai/tags/2.0.42/muchat-ai.php
r3330977 r3331545 5 5 * Plugin URI: https://mu.chat 6 6 * Description: Muchat, a powerful tool for customer support using artificial intelligence 7 * Version: 2.0.4 07 * Version: 2.0.42 8 8 * Author: Muchat 9 9 * Text Domain: muchat-ai … … 27 27 28 28 // Define plugin constants with unique prefix 29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.4 0');29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.42'); 30 30 // define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS); 31 31 define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__); -
muchat-ai/tags/2.0.42/readme.txt
r3331541 r3331545 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.0.4 16 Stable tag: 2.0.42 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 78 = 2.0.42 = 79 * Bugfix: Fix plugin version 77 80 78 81 = 2.0.41 = -
muchat-ai/trunk/muchat-ai.php
r3330977 r3331545 5 5 * Plugin URI: https://mu.chat 6 6 * Description: Muchat, a powerful tool for customer support using artificial intelligence 7 * Version: 2.0.4 07 * Version: 2.0.42 8 8 * Author: Muchat 9 9 * Text Domain: muchat-ai … … 27 27 28 28 // Define plugin constants with unique prefix 29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.4 0');29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.42'); 30 30 // define('MUCHAT_AI_CHATBOT_CACHE_DURATION', HOUR_IN_SECONDS); 31 31 define('MUCHAT_AI_CHATBOT_PLUGIN_FILE', __FILE__); -
muchat-ai/trunk/readme.txt
r3331541 r3331545 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.0.4 16 Stable tag: 2.0.42 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 78 = 2.0.42 = 79 * Bugfix: Fix plugin version 77 80 78 81 = 2.0.41 =
Note: See TracChangeset
for help on using the changeset viewer.