| @@ -18,47 +18,8 @@ | ||
| 18 | 18 | */ |
| 19 | 19 | public function __construct() { |
| 20 | 20 | $this->addons_config = array( |
| 21 | 21 | |
| 22 | - 'mxchat-mcp' => array( | |
| 23 | - 'title' => __('MxChat MCP Server', 'mxchat'), | |
| 24 | - 'sidebar_title' => __('MCP Server', 'mxchat'), | |
| 25 | - 'description' => __('Turn your MxChat install into a Model Context Protocol server so Claude, ChatGPT, and Claude Code can list transcripts, push knowledge, and inspect bots directly — no per-message fees, no middleman API.', 'mxchat'), | |
| 26 | - 'key_benefits' => array( | |
| 27 | - __('JSON-RPC 2.0 MCP endpoint with OAuth + bearer auth', 'mxchat'), | |
| 28 | - __('One-click connect snippets for Claude Code, ChatGPT, mcp-inspector', 'mxchat'), | |
| 29 | - __('WooCommerce-aware tools: products, orders, customers', 'mxchat') | |
| 30 | - ), | |
| 31 | - 'license' => 'MxChat PRO', | |
| 32 | - 'accent' => '#7873f5', | |
| 33 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-mcp/', | |
| 34 | - 'download_url' => 'https://mxchat.ai/add-ons/mxchat-mcp/', | |
| 35 | - 'plugin_file' => 'mxchat-mcp/mxchat-mcp.php', | |
| 36 | - 'config_page' => 'mxchat-mcp', | |
| 37 | - 'hero_features' => array( | |
| 38 | - array( | |
| 39 | - 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>', | |
| 40 | - 'title' => __('Open Protocol', 'mxchat'), | |
| 41 | - 'desc' => __('Standards-based MCP over Streamable HTTP', 'mxchat'), | |
| 42 | - ), | |
| 43 | - array( | |
| 44 | - 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg>', | |
| 45 | - 'title' => __('OAuth + Bearer', 'mxchat'), | |
| 46 | - 'desc' => __('Reuses your MxChat REST token', 'mxchat'), | |
| 47 | - ), | |
| 48 | - array( | |
| 49 | - 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>', | |
| 50 | - 'title' => __('Chatbot Ops Tools', 'mxchat'), | |
| 51 | - 'desc' => __('Transcripts, knowledge, bots, search', 'mxchat'), | |
| 52 | - ), | |
| 53 | - array( | |
| 54 | - 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></svg>', | |
| 55 | - 'title' => __('WooCommerce Aware', 'mxchat'), | |
| 56 | - 'desc' => __('Products, orders, customer lookups', 'mxchat'), | |
| 57 | - ), | |
| 58 | - ), | |
| 59 | - ), | |
| 60 | - | |
| 61 | 22 | 'mxchat-advanced-content' => array( |
| 62 | 23 | 'title' => __('MxChat Advanced Content Editor', 'mxchat'), |
| 63 | 24 | 'sidebar_title' => __('Content Gen.', 'mxchat'), |
| 64 | 25 | 'description' => __('Supercharge your AI content generation workflow. Add advanced editing tools, image management, SEO meta controls, and internal linking to the MxChat Content Generator—turning simple prompts into publish-ready posts and landing pages.', 'mxchat'), |
| @@ -68,10 +29,10 @@ | ||
| 68 | 29 | __('Automatic internal linking between posts', 'mxchat') |
| 69 | 30 | ), |
| 70 | 31 | 'license' => 'MxChat PRO', |
| 71 | 32 | 'accent' => '#6366f1', |
| 72 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-advanced-content/', | |
| 73 | - 'download_url' => 'https://mxchat.ai/add-ons/mxchat-advanced-content/', | |
| 33 | + 'url' => 'https://mxchat.ai/documentation-bot/', | |
| 34 | + 'download_url' => 'https://mxchat.ai/advanced-content-editor/', | |
| 74 | 35 | 'plugin_file' => 'mxchat-advanced-content/mxchat-advanced-content.php', |
| 75 | 36 | 'config_page' => 'mxchat-content', |
| 76 | 37 | 'hero_features' => array( |
| 77 | 38 | array( |
| @@ -106,9 +67,9 @@ | ||
| 106 | 67 | __('One-click theme application', 'mxchat') |
| 107 | 68 | ), |
| 108 | 69 | 'license' => 'MxChat PRO', |
| 109 | 70 | 'accent' => '#fa73e6', |
| 110 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-theme/', | |
| 71 | + 'url' => 'https://mxchat.ai/ai-theme-customizer/', | |
| 111 | 72 | 'plugin_file' => 'mxchat-theme/mxchat-theme.php', |
| 112 | 73 | 'config_page' => 'mxchat-theme-settings', |
| 113 | 74 | 'hero_features' => array( |
| 114 | 75 | array( |
| @@ -143,9 +104,9 @@ | ||
| 143 | 104 | __('Searchable chat history', 'mxchat') |
| 144 | 105 | ), |
| 145 | 106 | 'license' => 'MxChat PRO', |
| 146 | 107 | 'accent' => '#fa73e6', |
| 147 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-admin-chat/', | |
| 108 | + 'url' => 'https://mxchat.ai/ai-admin-assistant/', | |
| 148 | 109 | 'plugin_file' => 'mxchat-admin-chat/mxchat-admin-chat.php', |
| 149 | 110 | 'config_page' => 'mxchat-admin-chat', |
| 150 | 111 | 'hero_features' => array( |
| 151 | 112 | array( |
| @@ -180,9 +141,9 @@ | ||
| 180 | 141 | __('Media library integration', 'mxchat') |
| 181 | 142 | ), |
| 182 | 143 | 'license' => 'MxChat PRO', |
| 183 | 144 | 'accent' => '#ff6b35', |
| 184 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-veo/', | |
| 145 | + 'url' => 'https://mxchat.ai/mxchat-veo-video-generation/', | |
| 185 | 146 | 'plugin_file' => 'mxchat-veo/mxchat-veo.php', |
| 186 | 147 | 'config_page' => 'mxchat-veo', |
| 187 | 148 | 'hero_features' => array( |
| 188 | 149 | array( |
| @@ -217,9 +178,9 @@ | ||
| 217 | 178 | __('Custom analysis prompts', 'mxchat') |
| 218 | 179 | ), |
| 219 | 180 | 'license' => 'MxChat PRO', |
| 220 | 181 | 'accent' => '#fa73e6', |
| 221 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-vision/', | |
| 182 | + 'url' => 'https://mxchat.ai/image-analysis/', | |
| 222 | 183 | 'plugin_file' => 'mxchat-vision/mxchat-vision.php', |
| 223 | 184 | 'config_page' => 'mxchat-vision', |
| 224 | 185 | 'hero_features' => array( |
| 225 | 186 | array( |
| @@ -254,9 +215,9 @@ | ||
| 254 | 215 | __('Export lead data easily', 'mxchat') |
| 255 | 216 | ), |
| 256 | 217 | 'license' => 'MxChat PRO', |
| 257 | 218 | 'accent' => '#fa73e6', |
| 258 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-forms/', | |
| 219 | + 'url' => 'https://mxchat.ai/forms-action/', | |
| 259 | 220 | 'plugin_file' => 'mxchat-forms/mxchat-forms.php', |
| 260 | 221 | 'config_page' => 'mxchat-forms', |
| 261 | 222 | 'hero_features' => array( |
| 262 | 223 | array( |
| @@ -291,9 +252,9 @@ | ||
| 291 | 252 | __('Page-specific bot assignments', 'mxchat') |
| 292 | 253 | ), |
| 293 | 254 | 'license' => 'MxChat PRO', |
| 294 | 255 | 'accent' => '#8b5cf6', |
| 295 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-multi-bot/', | |
| 256 | + 'url' => 'https://mxchat.ai/multi-bot/', | |
| 296 | 257 | 'plugin_file' => 'mxchat-multi-bot/mxchat-multi-bot.php', |
| 297 | 258 | 'config_page' => 'mxchat-multi-bot', |
| 298 | 259 | 'hero_features' => array( |
| 299 | 260 | array( |
| @@ -328,9 +289,9 @@ | ||
| 328 | 289 | __('Built-in button styles & animations', 'mxchat') |
| 329 | 290 | ), |
| 330 | 291 | 'license' => 'MxChat PRO', |
| 331 | 292 | 'accent' => '#3ac9d1', |
| 332 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-trigger/', | |
| 293 | + 'url' => 'https://mxchat.ai/triggers/', | |
| 333 | 294 | 'plugin_file' => 'mxchat-trigger/mxchat-trigger.php', |
| 334 | 295 | 'config_page' => 'mxchat-triggers', |
| 335 | 296 | 'hero_features' => array( |
| 336 | 297 | array( |
| @@ -366,10 +327,10 @@ | ||
| 366 | 327 | __('Domain-validated security keys', 'mxchat') |
| 367 | 328 | ), |
| 368 | 329 | 'license' => 'MxChat PRO', |
| 369 | 330 | 'accent' => '#10b981', |
| 370 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-embed/', | |
| 371 | - 'download_url' => 'https://mxchat.ai/add-ons/mxchat-embed/', | |
| 331 | + 'url' => 'https://mxchat.ai/mxchat-anywhere-deploy-your-ai-chatbot-on-any-website-with-one-script-tag/', | |
| 332 | + 'download_url' => 'https://mxchat.ai/mxchat-anywhere-deploy-your-ai-chatbot-on-any-website-with-one-script-tag/', | |
| 372 | 333 | 'plugin_file' => 'mxchat-embed/mxchat-embed.php', |
| 373 | 334 | 'config_page' => 'mxchat-embed', |
| 374 | 335 | 'hero_features' => array( |
| 375 | 336 | array( |
| @@ -404,9 +365,9 @@ | ||
| 404 | 365 | __('Order history access', 'mxchat') |
| 405 | 366 | ), |
| 406 | 367 | 'license' => 'MxChat PRO', |
| 407 | 368 | 'accent' => '#fa73e6', |
| 408 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-woo/', | |
| 369 | + 'url' => 'https://mxchat.ai/woocommerce/', | |
| 409 | 370 | 'plugin_file' => 'mxchat-woo/mxchat-woo.php', |
| 410 | 371 | 'config_page' => 'mxchat-woo', |
| 411 | 372 | 'hero_features' => array( |
| 412 | 373 | array( |
| @@ -431,8 +392,45 @@ | ||
| 431 | 392 | ), |
| 432 | 393 | ), |
| 433 | 394 | ), |
| 434 | 395 | |
| 396 | + 'mxchat-assistant-api' => array( | |
| 397 | + 'title' => __('MxChat Assistant API', 'mxchat'), | |
| 398 | + 'description' => __('Unlock the full power of OpenAI Assistants. Bypass MxChat\'s knowledge base and connect directly to your custom OpenAI Assistant for advanced AI capabilities and specialized responses.', 'mxchat'), | |
| 399 | + 'key_benefits' => array( | |
| 400 | + __('Custom OpenAI Assistant integration', 'mxchat'), | |
| 401 | + __('Advanced AI capabilities', 'mxchat'), | |
| 402 | + __('24-hour conversation persistence', 'mxchat') | |
| 403 | + ), | |
| 404 | + 'license' => 'MxChat PRO', | |
| 405 | + 'accent' => '#00d4aa', | |
| 406 | + 'url' => 'https://mxchat.ai/openai-assistants-api/', | |
| 407 | + 'plugin_file' => 'mxchat-assistant-api/mxchat-assistant-api.php', | |
| 408 | + 'config_page' => 'mxchat-assistant-api', | |
| 409 | + 'hero_features' => array( | |
| 410 | + array( | |
| 411 | + 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>', | |
| 412 | + 'title' => __('OpenAI Assistants', 'mxchat'), | |
| 413 | + 'desc' => __('Connect your custom Assistant', 'mxchat'), | |
| 414 | + ), | |
| 415 | + array( | |
| 416 | + 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>', | |
| 417 | + 'title' => __('Advanced AI', 'mxchat'), | |
| 418 | + 'desc' => __('Full Assistant API capabilities', 'mxchat'), | |
| 419 | + ), | |
| 420 | + array( | |
| 421 | + 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>', | |
| 422 | + 'title' => __('24hr Persistence', 'mxchat'), | |
| 423 | + 'desc' => __('Conversations persist all day', 'mxchat'), | |
| 424 | + ), | |
| 425 | + array( | |
| 426 | + 'icon' => '<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></svg>', | |
| 427 | + 'title' => __('Direct Connect', 'mxchat'), | |
| 428 | + 'desc' => __('Bypass MxChat knowledge base', 'mxchat'), | |
| 429 | + ), | |
| 430 | + ), | |
| 431 | + ), | |
| 432 | + | |
| 435 | 433 | 'mxchat-perplexity' => array( |
| 436 | 434 | 'title' => __('MxChat Perplexity', 'mxchat'), |
| 437 | 435 | 'description' => __('Give your chatbot real-time knowledge. Add powerful web search capabilities so your bot can answer questions about current events and time-sensitive information.', 'mxchat'), |
| 438 | 436 | 'key_benefits' => array( |
| @@ -441,9 +439,9 @@ | ||
| 441 | 439 | __('Up-to-date information', 'mxchat') |
| 442 | 440 | ), |
| 443 | 441 | 'license' => 'MxChat PRO', |
| 444 | 442 | 'accent' => '#fa73e6', |
| 445 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-perplexity/', | |
| 443 | + 'url' => 'https://quickdeploywp.com/plugin/mxchat-perplexity/', | |
| 446 | 444 | 'plugin_file' => 'mxchat-perplexity/mxchat-perplexity.php', |
| 447 | 445 | 'config_page' => 'mxchat-perplexity', |
| 448 | 446 | 'hero_features' => array( |
| 449 | 447 | array( |
| @@ -478,9 +476,9 @@ | ||
| 478 | 476 | __('Spam protection', 'mxchat') |
| 479 | 477 | ), |
| 480 | 478 | 'license' => 'MxChat PRO', |
| 481 | 479 | 'accent' => '#fa73e6', |
| 482 | - 'url' => 'https://mxchat.ai/add-ons/mxchat-moderation/', | |
| 480 | + 'url' => 'https://quickdeploywp.com/plugin/mxchat-moderation/', | |
| 483 | 481 | 'plugin_file' => 'mxchat-moderation/mx-chat-moderation.php', |
| 484 | 482 | 'config_page' => 'mx-chat-moderation', |
| 485 | 483 | 'hero_features' => array( |
| 486 | 484 | array( |