Plugin Directory

Changeset 3427643


Ignore:
Timestamp:
12/26/2025 10:37:42 AM (3 months ago)
Author:
enkic
Message:

v2.4.2

Location:
ai-builder
Files:
3 edited
50 copied

Legend:

Unmodified
Added
Removed
  • ai-builder/tags/2.4.2/aibui-builder.php

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

    r3427642 r3427643  
    11// PROD
     2window.config = {
     3  apiUrl: "https://api.wordpress-ai-builder.com/api",
     4};
     5// DEV
    26// window.config = {
    3 //   apiUrl: "https://api.wordpress-ai-builder.com/api",
     7//   apiUrl: "http://127.0.0.1:8080/api",
    48// };
    5 // DEV
    6 window.config = {
    7   apiUrl: "http://127.0.0.1:8080/api",
    8 };
  • ai-builder/tags/2.4.2/readme.txt

    r3427642 r3427643  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.1
     7Stable tag: 2.4.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • ai-builder/trunk/aibui-builder.php

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

    r3427642 r3427643  
    11// PROD
     2window.config = {
     3  apiUrl: "https://api.wordpress-ai-builder.com/api",
     4};
     5// DEV
    26// window.config = {
    3 //   apiUrl: "https://api.wordpress-ai-builder.com/api",
     7//   apiUrl: "http://127.0.0.1:8080/api",
    48// };
    5 // DEV
    6 window.config = {
    7   apiUrl: "http://127.0.0.1:8080/api",
    8 };
  • ai-builder/trunk/readme.txt

    r3427642 r3427643  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.1
     7Stable tag: 2.4.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.