| @@ -26,8 +26,16 @@ | ||
| 26 | 26 | 'url' => 'https://quickdeploywp.com/plugin/mxchat-pinecone/', |
| 27 | 27 | 'plugin_file' => 'mxchat-pinecone/pinecone-manager.php', |
| 28 | 28 | 'config_page' => 'mxchat-pinecone' |
| 29 | 29 | ), |
| 30 | + 'mxchat-intent-tester' => array( | |
| 31 | + 'title' => __('MxChat Similarity Tester', 'mxchat'), | |
| 32 | + 'description' => __('MxChat Similarity Tester is one of the most important add-ons for understanding how your chatbot works. This essential tool shows similarity scores for intents and displays the top 10 matches from your knowledge database, revealing exactly what content would be fed to your chatbot. Perfect for optimizing response accuracy and gaining insight into your AI\'s decision-making process.', 'mxchat'), 'license' => 'MxChat PRO', | |
| 33 | + 'accent' => '#fa73e6', | |
| 34 | + 'url' => 'https://quickdeploywp.com/plugin/mxchat-intent-tester/', | |
| 35 | + 'plugin_file' => 'mxchat-intent-tester/mxchat-intent-tester.php', | |
| 36 | + 'config_page' => 'mxchat-intent-tester' | |
| 37 | + ), | |
| 30 | 38 | 'mxchat-forms' => array( |
| 31 | 39 | 'title' => __('MxChat Forms', 'mxchat'), |
| 32 | 40 | 'description' => __('Create and manage smart forms that automatically trigger during chat conversations. Build custom forms with multiple field types, collect submissions, and export data—all seamlessly integrated with MxChat\'s intent system. No coding required, just intuitive form building for enhanced chat interactions.', 'mxchat'), |
| 33 | 41 | 'license' => 'MxChat PRO', |
| @@ -36,8 +44,17 @@ | ||
| 36 | 44 | 'plugin_file' => 'mxchat-forms/mxchat-forms.php', |
| 37 | 45 | 'config_page' => 'mxchat-forms' |
| 38 | 46 | ), |
| 39 | 47 | |
| 48 | + 'mxchat-woo' => array( | |
| 49 | + 'title' => __('MxChat WooCommerce', 'mxchat'), | |
| 50 | + 'description' => __('Enhance your WooCommerce store with AI-powered chat interactions. This add-on enables intelligent product recommendations, order history retrieval, cart management, and seamless checkout assistance—fully integrated with MxChat\'s intent system.', 'mxchat'), | |
| 51 | + 'license' => 'MxChat PRO', | |
| 52 | + 'accent' => '#fa73e6', | |
| 53 | + 'url' => 'https://quickdeploywp.com/plugin/mxchat-woo/', | |
| 54 | + 'plugin_file' => 'mxchat-woo/mxchat-woo.php', | |
| 55 | + 'config_page' => 'mxchat-woo' | |
| 56 | + ), | |
| 40 | 57 | 'mxchat-theme' => array( |
| 41 | 58 | 'title' => __('MxChat Theme Customizer', 'mxchat'), |
| 42 | 59 | 'description' => __('MxChat Theme Customizer is a powerful add-on for MxChat Pro that makes it effortless to personalize your chatbot’s appearance. With an intuitive color picker, you can instantly adjust background colors, and interface elements—all with real-time previews. No coding required, just simple, live customization to match your brand’s look.', 'mxchat'), |
| 43 | 60 | 'license' => 'MxChat PRO', |
| @@ -45,8 +62,17 @@ | ||
| 45 | 62 | 'url' => 'https://quickdeploywp.com/plugin/mxchat-theme/', |
| 46 | 63 | 'plugin_file' => 'mxchat-theme/mxchat-theme.php', |
| 47 | 64 | 'config_page' => 'mxchat-theme-settings' |
| 48 | 65 | ), |
| 66 | + 'mxchat-perplexity' => array( | |
| 67 | + 'title' => __('MxChat Perplexity', 'mxchat'), | |
| 68 | + 'description' => __('Enhance your chatbot with powerful web search capabilities through Perplexity AI. This add-on adds a search toggle button to your chat interface, allowing users to instantly access up-to-date information from the web. It also integrates seamlessly with the intent recognition system to trigger web searches automatically for specific queries. Perfect for providing current information without leaving the chat!', 'mxchat'), | |
| 69 | + 'license' => 'MxChat PRO', | |
| 70 | + 'accent' => '#fa73e6', | |
| 71 | + 'url' => 'https://quickdeploywp.com/plugin/mxchat-perplexity/', | |
| 72 | + 'plugin_file' => 'mxchat-perplexity/mxchat-perplexity.php', | |
| 73 | + 'config_page' => 'mxchat-perplexity' | |
| 74 | + ), | |
| 49 | 75 | 'mxchat-moderation' => array( |
| 50 | 76 | 'title' => __('MxChat Moderation', 'mxchat'), |
| 51 | 77 | 'description' => __('MxChat Moderation is the ultimate add-on for MxChat, giving you full control over who interacts with your chatbot. Effortlessly block spammers, trolls, or unwanted users using IP and email-based bans—keeping your chat clean, safe, and enjoyable. Say goodbye to disruptive users and hello to a smoother, more secure chatbot experience!', 'mxchat'), |
| 52 | 78 | 'license' => 'MxChat PRO', |
| @@ -54,8 +80,9 @@ | ||
| 54 | 80 | 'url' => 'https://quickdeploywp.com/plugin/mxchat-moderation/', |
| 55 | 81 | 'plugin_file' => 'mxchat-moderation/mx-chat-moderation.php', |
| 56 | 82 | 'config_page' => 'mx-chat-moderation' |
| 57 | 83 | ), |
| 84 | + | |
| 58 | 85 | ); |
| 59 | 86 | } |
| 60 | 87 | |
| 61 | 88 | /** |
| @@ -61,9 +88,9 @@ | ||
| 61 | 88 | /** |
| 62 | 89 | * Register the stylesheets for the admin area. |
| 63 | 90 | */ |
| 64 | 91 | public function enqueue_styles() { |
| 65 | - $plugin_version = '2.0.3'; | |
| 92 | + $plugin_version = '2.1.0'; | |
| 66 | 93 | |
| 67 | 94 | wp_enqueue_style( |
| 68 | 95 | 'mxchat-addons', |
| 69 | 96 | plugin_dir_url(__FILE__) . '../css/admin-add-ons.css', |