Plugin Directory

Changeset 3410802


Ignore:
Timestamp:
12/04/2025 11:36:37 AM (4 months ago)
Author:
enkic
Message:

v2.3.4

Location:
ai-builder
Files:
2 edited
42 copied

Legend:

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

    r3410796 r3410802  
    44 * Plugin URI:        https://website-ai-builder.com/
    55 * Description: This plugin is used to build your website with AI.
    6  * Version: 2.3.3
     6 * Version: 2.3.4
    77 * Author: enkic
    88 * Author URI:        https://enkicorbin.fr/
     
    1818
    1919// Définir la version du plugin
    20 define('AIBUI_VERSION', '2.3.3');
     20define('AIBUI_VERSION', '2.3.4');
    2121
    2222// Simple CSS minifier (safe whitespace/comment removal)
  • ai-builder/tags/2.3.4/readme.txt

    r3410796 r3410802  
    33Tags: gutenberg, ai, page-builder, generator, blocks, artificial-intelligence, website-builder, text-generation, image-generation, ai-editor, content-creation, custom-blocks
    44Requires at least: 5.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.3.3
     7Stable tag: 2.3.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • ai-builder/trunk/aibui-builder.php

    r3410796 r3410802  
    44 * Plugin URI:        https://website-ai-builder.com/
    55 * Description: This plugin is used to build your website with AI.
    6  * Version: 2.3.3
     6 * Version: 2.3.4
    77 * Author: enkic
    88 * Author URI:        https://enkicorbin.fr/
     
    1818
    1919// Définir la version du plugin
    20 define('AIBUI_VERSION', '2.3.3');
     20define('AIBUI_VERSION', '2.3.4');
    2121
    2222// Simple CSS minifier (safe whitespace/comment removal)
  • ai-builder/trunk/readme.txt

    r3410796 r3410802  
    33Tags: gutenberg, ai, page-builder, generator, blocks, artificial-intelligence, website-builder, text-generation, image-generation, ai-editor, content-creation, custom-blocks
    44Requires at least: 5.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.3.3
     7Stable tag: 2.3.4
    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.