Changeset 3486669
- Timestamp:
- 03/19/2026 04:23:07 PM (2 weeks ago)
- Location:
- fand-pickup-points-ultimate-edition-for-wcfm/trunk
- Files:
-
- 4 edited
-
Classes/Admin/Scripts.php (modified) (2 diffs)
-
README.txt (modified) (2 diffs)
-
fand-pickup-points-ultimate-edition-for-wcfm.php (modified) (2 diffs)
-
readme.fr.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fand-pickup-points-ultimate-edition-for-wcfm/trunk/Classes/Admin/Scripts.php
r3485467 r3486669 161 161 //wp_enqueue_script('pickup-map-geoloc', FANDPIPO_PLUGIN_URL . 'assets/js/pickup-map-geoloc.js', ['jquery', 'leaflet-js'], FANDPIPO_VERSION, true); 162 162 wp_enqueue_script('pickup-map-core', FANDPIPO_PLUGIN_URL . 'assets/js/pickup-map-core.js', ['jquery', 'leaflet-js', 'pickup-map-filter-system'], FANDPIPO_VERSION, true); 163 163 wp_localize_script('pickup-map-time-utils', 'fandpipoData', $map_settings); 164 164 // Localisation (indispensable pour passer les données PHP vers JS) 165 165 wp_localize_script('pickup-map-core', 'fandpipoData', $map_settings); … … 175 175 'nonce' => wp_create_nonce('fandpipo_filter_nonce') 176 176 ]); 177 177 178 wp_enqueue_script('select2-js', FANDPIPO_PLUGIN_URL . 'assets/js/select2.min.js', ['jquery'], '4.1.0', true); 178 179 -
fand-pickup-points-ultimate-edition-for-wcfm/trunk/README.txt
r3485467 r3486669 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 92 = 1.0.5 = 93 * popup marker display fix 94 91 95 = 1.0.4 = 92 96 * Added pickup list based on dynamic geolocation -
fand-pickup-points-ultimate-edition-for-wcfm/trunk/fand-pickup-points-ultimate-edition-for-wcfm.php
r3485467 r3486669 3 3 * Plugin Name: Fand Pickup Points : Ultimate Edition for WCFM 4 4 * Description: Gestion avancée des points de retrait pour WCFM Marketplace. Développé par Fan-develop. 5 * Version: 1.0. 45 * Version: 1.0.5 6 6 * Requires at least: 6.9 7 7 * Requires PHP: 8.2 … … 38 38 add_filter('doing_it_wrong_trigger_error', '__return_false'); 39 39 40 define('FANDPIPO_VERSION', '1.0. 4');40 define('FANDPIPO_VERSION', '1.0.5'); 41 41 define('FANDPIPO_MAIN_FILE', __FILE__); 42 42 define('FANDPIPO_PLUGIN_URL', plugin_dir_url(__FILE__)); -
fand-pickup-points-ultimate-edition-for-wcfm/trunk/readme.fr.txt
r3485467 r3486669 6 6 Testé jusqu'à : 6.9 7 7 PHP requis : 8.2 8 Version stable : 1.0. 48 Version stable : 1.0.5 9 9 Licence : GPLv2 ou ultérieure 10 10 URI de la licence : https://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Journal des modifications == 84 84 85 = 1.0.5 = 86 * Correctif d'affichage de popup marker 87 85 88 = 1.0.4 = 86 89 * Ajout de la liste des pickup en fonction de la géolocalisation dynamique
Note: See TracChangeset
for help on using the changeset viewer.