Changeset 3308025
- Timestamp:
- 06/08/2025 07:13:47 AM (10 months ago)
- Location:
- muchat-ai
- Files:
-
- 3 added
- 4 edited
- 1 copied
-
assets/banner-1544x500.jpg (added)
-
tags/2.0.36 (copied) (copied from muchat-ai/trunk)
-
tags/2.0.36/assets/images/banner-1544x500.jpg (added)
-
tags/2.0.36/muchat-ai.php (modified) (2 diffs)
-
tags/2.0.36/readme.txt (modified) (2 diffs)
-
trunk/assets/images/banner-1544x500.jpg (added)
-
trunk/muchat-ai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
muchat-ai/tags/2.0.36/muchat-ai.php
r3300592 r3308025 5 5 * Plugin URI: https://mu.chat 6 6 * Description: Muchat, a powerful tool for customer support using artificial intelligence 7 * Version: 2.0.3 57 * Version: 2.0.36 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.3 5');29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.36'); 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.36/readme.txt
r3300592 r3308025 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.0.3 56 Stable tag: 2.0.36 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 2.0.36 = 79 * Added banner to WordPress plugin 80 78 81 = 2.0.35 = 79 82 * Added settings link to the plugin in WordPress plugins list page for easier access -
muchat-ai/trunk/muchat-ai.php
r3300592 r3308025 5 5 * Plugin URI: https://mu.chat 6 6 * Description: Muchat, a powerful tool for customer support using artificial intelligence 7 * Version: 2.0.3 57 * Version: 2.0.36 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.3 5');29 define('MUCHAT_AI_CHATBOT_PLUGIN_VERSION', '2.0.36'); 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
r3300592 r3308025 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.0.3 56 Stable tag: 2.0.36 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 2.0.36 = 79 * Added banner to WordPress plugin 80 78 81 = 2.0.35 = 79 82 * Added settings link to the plugin in WordPress plugins list page for easier access
Note: See TracChangeset
for help on using the changeset viewer.