Plugin Directory

Changeset 3411418


Ignore:
Timestamp:
12/04/2025 09:09:19 PM (4 months ago)
Author:
maxicomdev
Message:

Release v2.20.0

Location:
andy-votre-assistant-intelligent
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php

    r3411344 r3411418  
    44 * Plugin Name: Andy, Votre Assistant Intelligent
    55 * Description: Installe Andy sur votre site WordPress.
    6  * Version: 2.19.0
     6 * Version: 2.20.0
    77 * Author: Maxime MORLET (MaxiCom)
    88 * License: GPLv2 or later
     
    264264    if (version_compare($wp_version, '6.3', '>=')) {
    265265        // Modern WordPress 6.3+ way
    266         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.19.0', [
     266        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.20.0', [
    267267            'strategy' => 'defer',
    268268        ]);
     
    272272    } else {
    273273        // Old WordPress way
    274         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.19.0', true);
     274        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.20.0', true);
    275275
    276276        // Add defer manually
     
    458458        <?php
    459459            // Enqueue the script to handle the notice dismissal
    460             wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.19.0', true);
     460            wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.20.0', true);
    461461
    462462            endif;
     
    514514<?php
    515515    // Enqueue the script for handling the external settings form submission
    516     wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.19.0', true);
     516    wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.20.0', true);
    517517}
    518518
     
    751751    }";
    752752
    753     wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.19.0');
     753    wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.20.0');
    754754    wp_add_inline_style('andy-style', $custom_css);
    755755}
  • andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/styles/Andy.css

    r3317904 r3411418  
    364364    flex-direction: column;
    365365
    366     min-width: 500px;
     366    max-width: 550px;
    367367    height: 600px;
    368368
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3411344 r3411418  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.19.0
     8Stable tag: 2.20.0
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6060== Changelog ==
    6161
    62 = 2.19.0 = 
     62= 2.20.0 = 
    6363* Rebranding complet orienté IA. 
    6464* Amélioration de la génération du contexte et de la FAQ. 
     
    7575== Upgrade Notice ==
    7676
    77 = 2.19.0 = 
     77= 2.20.0 = 
    7878Mise à jour recommandée : meilleure pertinence IA et branding clarifié. Aucun changement de configuration requis.
Note: See TracChangeset for help on using the changeset viewer.