Plugin Directory

Changeset 3389451


Ignore:
Timestamp:
11/04/2025 08:57:37 AM (5 months ago)
Author:
maxicomdev
Message:

Release v2.8.0

Location:
andy-votre-assistant-intelligent
Files:
21 added
2 edited

Legend:

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

    r3388021 r3389451  
    44 * Plugin Name: Andy, Votre Assistant Intelligent
    55 * Description: Installe Andy sur votre site WordPress.
    6  * Version: 2.6.0
     6 * Version: 2.8.0
    77 * Author: Maxime MORLET (MaxiCom)
    88 * License: GPLv2 or later
     
    111111    if (version_compare($wp_version, '6.3', '>=')) {
    112112        // Modern WordPress 6.3+ way
    113         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.6.0', [
     113        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.8.0', [
    114114            'strategy' => 'defer',
    115115        ]);
     
    119119    } else {
    120120        // Old WordPress way
    121         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.6.0', true);
     121        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.8.0', true);
    122122
    123123        // Add defer manually
     
    302302        <?php
    303303            // Enqueue the script to handle the notice dismissal
    304             wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.6.0', true);
     304            wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.8.0', true);
    305305
    306306            endif;
     
    358358<?php
    359359    // Enqueue the script for handling the external settings form submission
    360     wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.6.0', true);
     360    wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.8.0', true);
    361361}
    362362
     
    599599    }";
    600600
    601     wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.6.0');
     601    wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.8.0');
    602602    wp_add_inline_style('andy-style', $custom_css);
    603603}
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3388021 r3389451  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.6.0
     8Stable tag: 2.8.0
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6060== Changelog ==
    6161
    62 = 2.6.0 = 
     62= 2.8.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.6.0 = 
     77= 2.8.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.