Plugin Directory

Changeset 3297696


Ignore:
Timestamp:
05/20/2025 11:23:10 PM (10 months ago)
Author:
maxicomdev
Message:

tag 2.0.6

Location:
andy-votre-assistant-intelligent
Files:
1 added
2 edited
6 copied

Legend:

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

    r3297562 r3297696  
    44 * Plugin Name: Andy, Votre Assistant Intelligent
    55 * Description: Installe Andy sur votre site WordPress.
    6  * Version: 2.0.5
     6 * Version: 2.0.6
    77 * Author: Maxime MORLET (MaxiCom)
    88 * License: GPLv2 or later
     
    9696    if (version_compare($wp_version, '6.3', '>=')) {
    9797        // Modern WordPress 6.3+ way
    98         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.5', [
     98        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.6', [
    9999            'strategy' => 'defer',
    100100        ]);
    101101    } else {
    102102        // Old WordPress way
    103         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.5', true);
     103        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.6', true);
    104104
    105105        // Add defer manually
     
    284284        <?php
    285285            // Enqueue the script to handle the notice dismissal
    286             wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.0.5', true);
     286            wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.0.6', true);
    287287
    288288            endif;
     
    340340<?php
    341341    // Enqueue the script for handling the external settings form submission
    342     wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.0.5', true);
     342    wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.0.6', true);
    343343}
    344344
     
    443443    $custom_css = ":root { --primary-color: " . esc_attr($primary) . " !important; }";
    444444
    445     wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.0.5');
     445    wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.0.6');
    446446    wp_add_inline_style('andy-style', $custom_css);
    447447}
  • andy-votre-assistant-intelligent/tags/2.0.6/readme.txt

    r3297562 r3297696  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
  • andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php

    r3297562 r3297696  
    44 * Plugin Name: Andy, Votre Assistant Intelligent
    55 * Description: Installe Andy sur votre site WordPress.
    6  * Version: 2.0.5
     6 * Version: 2.0.6
    77 * Author: Maxime MORLET (MaxiCom)
    88 * License: GPLv2 or later
     
    9696    if (version_compare($wp_version, '6.3', '>=')) {
    9797        // Modern WordPress 6.3+ way
    98         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.5', [
     98        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.6', [
    9999            'strategy' => 'defer',
    100100        ]);
    101101    } else {
    102102        // Old WordPress way
    103         wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.5', true);
     103        wp_enqueue_script('andy-script', $plugin_url . 'Andy/assets/Andy-Widget/scripts/Andy.js', [], '2.0.6', true);
    104104
    105105        // Add defer manually
     
    284284        <?php
    285285            // Enqueue the script to handle the notice dismissal
    286             wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.0.5', true);
     286            wp_enqueue_script('andy-dismiss-notice', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-dismiss-notice.js', [], '2.0.6', true);
    287287
    288288            endif;
     
    340340<?php
    341341    // Enqueue the script for handling the external settings form submission
    342     wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.0.5', true);
     342    wp_enqueue_script('andy-external-settings', $plugin_url . 'Andy/assets/Wordpress/scripts/andy-external-wordpress-settings.js', [], '2.0.6', true);
    343343}
    344344
     
    443443    $custom_css = ":root { --primary-color: " . esc_attr($primary) . " !important; }";
    444444
    445     wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.0.5');
     445    wp_enqueue_style('andy-style', $plugin_url . 'Andy/assets/Andy-Widget/styles/Andy.css', [], '2.0.6');
    446446    wp_add_inline_style('andy-style', $custom_css);
    447447}
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3297562 r3297696  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
Note: See TracChangeset for help on using the changeset viewer.