Changeset 3297696
- Timestamp:
- 05/20/2025 11:23:10 PM (10 months ago)
- Location:
- andy-votre-assistant-intelligent
- Files:
-
- 1 added
- 2 edited
- 6 copied
-
tags/2.0.6 (added)
-
tags/2.0.6/Andy (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy)
-
tags/2.0.6/Andy-Wordress-Extension.php (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php) (5 diffs)
-
tags/2.0.6/Andy/Andy.html (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/Andy.html)
-
tags/2.0.6/Andy/assets/Andy-Widget/scripts/Andy.js (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/scripts/Andy.js)
-
tags/2.0.6/Andy/assets/Andy-Widget/styles/Andy.css (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/styles/Andy.css)
-
tags/2.0.6/readme.txt (copied) (copied from andy-votre-assistant-intelligent/trunk/readme.txt) (1 diff)
-
trunk/Andy-Wordress-Extension.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
andy-votre-assistant-intelligent/tags/2.0.6/Andy-Wordress-Extension.php
r3297562 r3297696 4 4 * Plugin Name: Andy, Votre Assistant Intelligent 5 5 * Description: Installe Andy sur votre site WordPress. 6 * Version: 2.0. 56 * Version: 2.0.6 7 7 * Author: Maxime MORLET (MaxiCom) 8 8 * License: GPLv2 or later … … 96 96 if (version_compare($wp_version, '6.3', '>=')) { 97 97 // 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', [ 99 99 'strategy' => 'defer', 100 100 ]); 101 101 } else { 102 102 // 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); 104 104 105 105 // Add defer manually … … 284 284 <?php 285 285 // 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); 287 287 288 288 endif; … … 340 340 <?php 341 341 // 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); 343 343 } 344 344 … … 443 443 $custom_css = ":root { --primary-color: " . esc_attr($primary) . " !important; }"; 444 444 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'); 446 446 wp_add_inline_style('andy-style', $custom_css); 447 447 } -
andy-votre-assistant-intelligent/tags/2.0.6/readme.txt
r3297562 r3297696 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 2.0. 58 Stable tag: 2.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php
r3297562 r3297696 4 4 * Plugin Name: Andy, Votre Assistant Intelligent 5 5 * Description: Installe Andy sur votre site WordPress. 6 * Version: 2.0. 56 * Version: 2.0.6 7 7 * Author: Maxime MORLET (MaxiCom) 8 8 * License: GPLv2 or later … … 96 96 if (version_compare($wp_version, '6.3', '>=')) { 97 97 // 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', [ 99 99 'strategy' => 'defer', 100 100 ]); 101 101 } else { 102 102 // 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); 104 104 105 105 // Add defer manually … … 284 284 <?php 285 285 // 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); 287 287 288 288 endif; … … 340 340 <?php 341 341 // 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); 343 343 } 344 344 … … 443 443 $custom_css = ":root { --primary-color: " . esc_attr($primary) . " !important; }"; 444 444 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'); 446 446 wp_add_inline_style('andy-style', $custom_css); 447 447 } -
andy-votre-assistant-intelligent/trunk/readme.txt
r3297562 r3297696 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 2.0. 58 Stable tag: 2.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.