Plugin Directory

Changeset 3479241


Ignore:
Timestamp:
03/10/2026 04:01:31 PM (3 weeks ago)
Author:
enkic
Message:

v2.5.3

Location:
ai-builder
Files:
5 edited
54 copied

Legend:

Unmodified
Added
Removed
  • ai-builder/tags/2.5.3/admin/menu.php

    r3460817 r3479241  
    1111    add_submenu_page('aibui-assistant', 'Tutorial', 'Tutorial', 'manage_options', 'aibui-tuto', 'aibui_page_tuto');
    1212    add_submenu_page('aibui-assistant', 'Multi Page Generator', 'Multi Page Generator', 'manage_options', 'aibui-multi-page', 'aibui_page_multi_page');
    13     add_submenu_page('aibui-assistant', 'Site Copilot', 'Site Copilot', 'manage_options', 'aibui-agent-chat', 'aibui_page_agent_chat');
     13    // add_submenu_page('aibui-assistant', 'Site Copilot', 'Site Copilot', 'manage_options', 'aibui-agent-chat', 'aibui_page_agent_chat');
    1414    add_submenu_page('aibui-assistant', 'Translations', 'Translations', 'manage_options', 'aibui-translation-settings', 'aibui_page_translation_settings');
    1515    add_submenu_page('aibui-assistant', 'Headers & Footers', 'Headers & Footers', 'manage_options', 'aibui-headers-footers', 'aibui_page_headers_footers');
  • ai-builder/tags/2.5.3/admin/pages/credits.php

    r3475726 r3479241  
    109109                                </svg>
    110110                            </div>
    111                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     111                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    112112                        </div>
    113113
     
    184184                                </svg>
    185185                            </div>
    186                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     186                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    187187                        </div>
    188188
     
    270270                                </svg>
    271271                            </div>
    272                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     272                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    273273                        </div>
    274274
  • ai-builder/tags/2.5.3/admin/pages/tuto.php

    r3470237 r3479241  
    103103            </div>
    104104
    105             <div class="ai-feature-card">
     105            <!-- <div class="ai-feature-card">
    106106                <div class="ai-feature-icon">
    107107                    <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
     
    113113                <h3>Site Copilot</h3>
    114114                <p>AI-powered assistant to manage and operate your WordPress site</p>
    115             </div>
     115            </div> -->
    116116        </div>
    117117    </div>
     
    373373
    374374        <!-- Site Copilot -->
    375         <div class="ai-instruction-card">
     375        <!-- <div class="ai-instruction-card">
    376376            <div class="ai-instruction-header">
    377377                <div class="ai-instruction-icon">
     
    424424            </div>
    425425        </div>
    426     </div>
     426    </div> -->
    427427
    428428    <!-- Getting Started CTA -->
  • ai-builder/tags/2.5.3/aibui-builder.php

    r3475726 r3479241  
    44 * Plugin URI:        https://website-ai-builder.com/
    55 * Description: This plugin is used to build your website with AI.
    6  * Version: 2.5.2
     6 * Version: 2.5.3
    77 * Author: enkic
    88 * Author URI:        https://enkicorbin.fr/
     
    1818
    1919// Définir la version du plugin
    20 define('AIBUI_VERSION', '2.5.2');
     20define('AIBUI_VERSION', '2.5.3');
    2121
    2222/**
  • ai-builder/tags/2.5.3/readme.txt

    r3475726 r3479241  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.5.2
     7Stable tag: 2.5.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717Whether you need a high-converting landing page, a complex "Features" section, or a full blog post with images, AI Builder creates it in seconds—right inside the editor.
    1818
    19 **🚀 Start for FREE: Get 100 credits immediately upon signup (No credit card required).**
     19**🚀 Start for FREE: Get 150 credits immediately upon signup (No credit card required).**
    2020
    2121### 🔍 Why Choose AI Builder?
     
    4646* 🚀 **Multi-Page Generator** – Create up to 10 pages simultaneously to build a full site structure in one click.
    4747* 🌐 **AI Translation Engine** – Clone and translate full pages with context-aware AI. Automatically adds a frontend language switcher and manages navigation routing between languages.
    48 * 🤖 **Site Copilot** – Manage your WordPress site using natural language. Ask Site Copilot to list posts, update pages, moderate comments, or adjust settings — no code or complex interfaces. An AI assistant that executes your commands in real time with granular security controls.
    4948* 🛒 **WooCommerce Integration** – Fully compatible with WooCommerce. The AI automatically detects WooCommerce and includes product blocks when creating e-commerce pages. Use Site Copilot to create products and manage WooCommerce settings via chat commands.
    5049
  • ai-builder/trunk/admin/menu.php

    r3460817 r3479241  
    1111    add_submenu_page('aibui-assistant', 'Tutorial', 'Tutorial', 'manage_options', 'aibui-tuto', 'aibui_page_tuto');
    1212    add_submenu_page('aibui-assistant', 'Multi Page Generator', 'Multi Page Generator', 'manage_options', 'aibui-multi-page', 'aibui_page_multi_page');
    13     add_submenu_page('aibui-assistant', 'Site Copilot', 'Site Copilot', 'manage_options', 'aibui-agent-chat', 'aibui_page_agent_chat');
     13    // add_submenu_page('aibui-assistant', 'Site Copilot', 'Site Copilot', 'manage_options', 'aibui-agent-chat', 'aibui_page_agent_chat');
    1414    add_submenu_page('aibui-assistant', 'Translations', 'Translations', 'manage_options', 'aibui-translation-settings', 'aibui_page_translation_settings');
    1515    add_submenu_page('aibui-assistant', 'Headers & Footers', 'Headers & Footers', 'manage_options', 'aibui-headers-footers', 'aibui_page_headers_footers');
  • ai-builder/trunk/admin/pages/credits.php

    r3475726 r3479241  
    109109                                </svg>
    110110                            </div>
    111                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     111                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    112112                        </div>
    113113
     
    184184                                </svg>
    185185                            </div>
    186                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     186                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    187187                        </div>
    188188
     
    270270                                </svg>
    271271                            </div>
    272                             <span class="ai-feature-text">Site Copilot (AI assistant)</span>
     272                            <!-- <span class="ai-feature-text">Site Copilot (AI assistant)</span> -->
    273273                        </div>
    274274
  • ai-builder/trunk/admin/pages/tuto.php

    r3470237 r3479241  
    103103            </div>
    104104
    105             <div class="ai-feature-card">
     105            <!-- <div class="ai-feature-card">
    106106                <div class="ai-feature-icon">
    107107                    <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
     
    113113                <h3>Site Copilot</h3>
    114114                <p>AI-powered assistant to manage and operate your WordPress site</p>
    115             </div>
     115            </div> -->
    116116        </div>
    117117    </div>
     
    373373
    374374        <!-- Site Copilot -->
    375         <div class="ai-instruction-card">
     375        <!-- <div class="ai-instruction-card">
    376376            <div class="ai-instruction-header">
    377377                <div class="ai-instruction-icon">
     
    424424            </div>
    425425        </div>
    426     </div>
     426    </div> -->
    427427
    428428    <!-- Getting Started CTA -->
  • ai-builder/trunk/aibui-builder.php

    r3475726 r3479241  
    44 * Plugin URI:        https://website-ai-builder.com/
    55 * Description: This plugin is used to build your website with AI.
    6  * Version: 2.5.2
     6 * Version: 2.5.3
    77 * Author: enkic
    88 * Author URI:        https://enkicorbin.fr/
     
    1818
    1919// Définir la version du plugin
    20 define('AIBUI_VERSION', '2.5.2');
     20define('AIBUI_VERSION', '2.5.3');
    2121
    2222/**
  • ai-builder/trunk/readme.txt

    r3475726 r3479241  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.5.2
     7Stable tag: 2.5.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717Whether you need a high-converting landing page, a complex "Features" section, or a full blog post with images, AI Builder creates it in seconds—right inside the editor.
    1818
    19 **🚀 Start for FREE: Get 100 credits immediately upon signup (No credit card required).**
     19**🚀 Start for FREE: Get 150 credits immediately upon signup (No credit card required).**
    2020
    2121### 🔍 Why Choose AI Builder?
     
    4646* 🚀 **Multi-Page Generator** – Create up to 10 pages simultaneously to build a full site structure in one click.
    4747* 🌐 **AI Translation Engine** – Clone and translate full pages with context-aware AI. Automatically adds a frontend language switcher and manages navigation routing between languages.
    48 * 🤖 **Site Copilot** – Manage your WordPress site using natural language. Ask Site Copilot to list posts, update pages, moderate comments, or adjust settings — no code or complex interfaces. An AI assistant that executes your commands in real time with granular security controls.
    4948* 🛒 **WooCommerce Integration** – Fully compatible with WooCommerce. The AI automatically detects WooCommerce and includes product blocks when creating e-commerce pages. Use Site Copilot to create products and manage WooCommerce settings via chat commands.
    5049
Note: See TracChangeset for help on using the changeset viewer.