Plugin Directory

Changeset 3455385


Ignore:
Timestamp:
02/06/2026 12:48:40 PM (8 weeks ago)
Author:
enkic
Message:

v2.4.8

Location:
ai-builder
Files:
3 edited
52 copied

Legend:

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

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

    r3453884 r3455385  
    113113      <div style="flex:1 1 auto;min-width:0;">
    114114        <div style="font-weight:600;margin-bottom:4px;">Enjoying AI Builder?</div>
    115         <div style="opacity:0.9;">
     115        <div style="opacity:0.9;margin-bottom:4px;">
    116116          If AI Builder helps you build pages faster, could you take a few seconds to leave a 5★ review?
    117           It supports our work and means a lot to us.
     117        </div>
     118        <div style="opacity:0.75;font-size:12px;margin-top:2px;">
     119          If you need help or have a feature request, please email us at contact@website-ai-builder.com.
    118120        </div>
    119121      </div>
    120       <div style="display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;flex:0 0 auto;">
     122      <div style="display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:0 0 auto;">
    121123        <button type="button" class="ai-review-btn ai-review-already-rated" style="background:transparent;border:1px solid rgba(148,163,184,0.7);color:#e5e7eb;padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;">
    122124          I already left a review
     
    126128        </button>
    127129        <button type="button" class="ai-review-btn ai-review-leave" style="background:#fbbf24;border:none;color:#111827;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 10px 25px rgba(251,191,36,0.35);">
    128           Leave a 5★ review
     130          Leave a review
    129131        </button>
    130132      </div>
  • ai-builder/tags/2.4.8/readme.txt

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

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

    r3453884 r3455385  
    113113      <div style="flex:1 1 auto;min-width:0;">
    114114        <div style="font-weight:600;margin-bottom:4px;">Enjoying AI Builder?</div>
    115         <div style="opacity:0.9;">
     115        <div style="opacity:0.9;margin-bottom:4px;">
    116116          If AI Builder helps you build pages faster, could you take a few seconds to leave a 5★ review?
    117           It supports our work and means a lot to us.
     117        </div>
     118        <div style="opacity:0.75;font-size:12px;margin-top:2px;">
     119          If you need help or have a feature request, please email us at contact@website-ai-builder.com.
    118120        </div>
    119121      </div>
    120       <div style="display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;flex:0 0 auto;">
     122      <div style="display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:0 0 auto;">
    121123        <button type="button" class="ai-review-btn ai-review-already-rated" style="background:transparent;border:1px solid rgba(148,163,184,0.7);color:#e5e7eb;padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;">
    122124          I already left a review
     
    126128        </button>
    127129        <button type="button" class="ai-review-btn ai-review-leave" style="background:#fbbf24;border:none;color:#111827;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 10px 25px rgba(251,191,36,0.35);">
    128           Leave a 5★ review
     130          Leave a review
    129131        </button>
    130132      </div>
  • ai-builder/trunk/readme.txt

    r3453884 r3455385  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.7
     7Stable tag: 2.4.8
    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.