Plugin Directory

Changeset 3411283


Ignore:
Timestamp:
12/04/2025 06:03:53 PM (4 months ago)
Author:
maxicomdev
Message:

Release v2.15.0

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

Legend:

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

    r3411279 r3411283  
    44 * Plugin Name: Andy, Votre Assistant Intelligent
    55 * Description: Installe Andy sur votre site WordPress.
    6  * Version: 2.14.0
     6 * Version: 2.15.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.14.0', [
     266        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.15.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.14.0', true);
     274        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.15.0', true);
    275275
    276276        // Add defer manually
     
    455455        <?php
    456456            // Enqueue the script to handle the notice dismissal
    457             wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.14.0', true);
     457            wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.15.0', true);
    458458
    459459            endif;
     
    511511<?php
    512512    // Enqueue the script for handling the external settings form submission
    513     wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.14.0', true);
     513    wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.15.0', true);
    514514}
    515515
     
    748748    }";
    749749
    750     wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.14.0');
     750    wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.15.0');
    751751    wp_add_inline_style('andy-style', $custom_css);
    752752}
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3411279 r3411283  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.14.0
     8Stable tag: 2.15.0
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6060== Changelog ==
    6161
    62 = 2.14.0 = 
     62= 2.15.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.14.0 = 
     77= 2.15.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.