Changeset 3386212
- Timestamp:
- 10/29/2025 06:44:16 AM (5 months ago)
- Location:
- nexron-ai-chat
- Files:
-
- 12 added
- 11 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (modified) (previous)
-
assets/screenshot-6.png (modified) (previous)
-
assets/screenshot-7.png (modified) (previous)
-
assets/screenshot-8.png (modified) (previous)
-
assets/screenshot-9.png (modified) (previous)
-
tags/2.0.4 (added)
-
tags/2.0.4/images (added)
-
tags/2.0.4/images/nexron-blue.png (added)
-
tags/2.0.4/images/nexron-icon.png (added)
-
tags/2.0.4/images/nexron-loading.png (added)
-
tags/2.0.4/nexron-ai-chat-admin-script.js (added)
-
tags/2.0.4/nexron-ai-chat-config.php (added)
-
tags/2.0.4/nexron-ai-chat-options.php (added)
-
tags/2.0.4/nexron-ai-chat-products.php (added)
-
tags/2.0.4/nexron-ai-chat-settings.php (added)
-
tags/2.0.4/nexron-ai-chat.php (added)
-
tags/2.0.4/readme.txt (added)
-
trunk/nexron-ai-chat.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nexron-ai-chat/trunk/nexron-ai-chat.php
r3379252 r3386212 3 3 * Plugin Name: Nexron AI Chat 4 4 * Description: Enhance your WooCommerce store with Nexron AI Chat, a conversational product search plugin. Engage your customers in interactive conversations to find products easily. 5 * Version: 2.0. 45 * Version: 2.0.5 6 6 * Author: Nexron LLC 7 7 * Author URI: https://www.nexron.ai … … 15 15 */ 16 16 17 define( 'nexron_ai_chat_version', '2.0. 4' );17 define( 'nexron_ai_chat_version', '2.0.5' ); 18 18 19 19 /* … … 49 49 include_once plugin_dir_path(__FILE__) . 'nexron-ai-chat-products.php'; 50 50 include_once plugin_dir_path(__FILE__) . 'nexron-ai-chat-options.php'; 51 include_once plugin_dir_path(__FILE__) . 'nexron-ai-chat-config .php';51 include_once plugin_dir_path(__FILE__) . 'nexron-ai-chat-config-DEV.php'; 52 52 53 53 // Uninstall Hook -
nexron-ai-chat/trunk/readme.txt
r3379252 r3386212 3 3 Requires at least: 5.0 4 4 Tested up to: 6.8 5 Stable tag: 2.0. 45 Stable tag: 2.0.5 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 3. [Privacy Policy](https://www.nexron.ai/assets/docs/Privacy%20Policy.pdf) 49 49 50 ## Connect with Us 51 52 For updates, tips, and support, follow us on: 53 54 - [Instagramn](https://www.instagram.com/nexron.ai) 55 - [LinkedIn](https://www.linkedin.com/company/nexron-ai) 56 - [X](https://x.com/nexron_ai) 57 - [Facebook](https://www.facebook.com/760524050479786) 58 50 59 == Installation == 51 60 … … 88 97 == Screenshots == 89 98 90 1. Nexron AI Chat plugin menu entry. 91 2. Account setup/registration. 92 3. Organization setup/ 93 4. Chatbot customization. 94 5. Frequently Asked Questions setup. 95 6. Link into WordPress. 96 7. WordPress setup complete. 97 8. Visitor chat notification. 98 9. Chat interface. 99 1. Chat interface. 100 2. Nexron AI Chat plugin menu entry. 101 3. Account setup/registration. 102 4. Organization setup/ 103 5. Chatbot customization. 104 6. Frequently Asked Questions setup. 105 7. Link into WordPress. 106 8. WordPress setup complete. 107 9. Visitor chat notification. 108 99 109 100 110 == Changelog == 111 112 = 2.0.5 - 2025-10-29 = 113 * Improvement: Add social links to readme. 114 * Improvement: Screenshot reordering. 101 115 102 116 = 2.0.4 - 2025-10-16 =
Note: See TracChangeset
for help on using the changeset viewer.