Plugin Directory

Changeset 3486669


Ignore:
Timestamp:
03/19/2026 04:23:07 PM (2 weeks ago)
Author:
fandevelop
Message:

Correctif d'affichage de popup marker

Location:
fand-pickup-points-ultimate-edition-for-wcfm/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fand-pickup-points-ultimate-edition-for-wcfm/trunk/Classes/Admin/Scripts.php

    r3485467 r3486669  
    161161            //wp_enqueue_script('pickup-map-geoloc', FANDPIPO_PLUGIN_URL . 'assets/js/pickup-map-geoloc.js', ['jquery', 'leaflet-js'], FANDPIPO_VERSION, true);
    162162            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);
    164164            // Localisation (indispensable pour passer les données PHP vers JS)
    165165            wp_localize_script('pickup-map-core', 'fandpipoData', $map_settings);
     
    175175                'nonce'   => wp_create_nonce('fandpipo_filter_nonce')
    176176            ]);
     177
    177178            wp_enqueue_script('select2-js', FANDPIPO_PLUGIN_URL . 'assets/js/select2.min.js', ['jquery'], '4.1.0', true);
    178179           
  • fand-pickup-points-ultimate-edition-for-wcfm/trunk/README.txt

    r3485467 r3486669  
    55Tested up to:      6.9
    66Requires PHP:      8.2
    7 Stable tag:        1.0.4
     7Stable tag:        1.0.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8989
    9090== Changelog ==
     91
     92= 1.0.5 =
     93* popup marker display fix
     94
    9195= 1.0.4 =
    9296* 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  
    33 * Plugin Name: Fand Pickup Points : Ultimate Edition for WCFM
    44 * Description: Gestion avancée des points de retrait pour WCFM Marketplace. Développé par Fan-develop.
    5  * Version:            1.0.4
     5 * Version:            1.0.5
    66 * Requires at least:  6.9
    77 * Requires PHP:       8.2
     
    3838    add_filter('doing_it_wrong_trigger_error', '__return_false');
    3939
    40     define('FANDPIPO_VERSION', '1.0.4');
     40    define('FANDPIPO_VERSION', '1.0.5');
    4141    define('FANDPIPO_MAIN_FILE', __FILE__);
    4242    define('FANDPIPO_PLUGIN_URL', plugin_dir_url(__FILE__));
  • fand-pickup-points-ultimate-edition-for-wcfm/trunk/readme.fr.txt

    r3485467 r3486669  
    66Testé jusqu'à : 6.9
    77PHP requis : 8.2
    8 Version stable : 1.0.4
     8Version stable : 1.0.5
    99Licence : GPLv2 ou ultérieure
    1010URI de la licence : https://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Journal des modifications ==
    8484
     85= 1.0.5 =
     86* Correctif d'affichage de popup marker
     87
    8588= 1.0.4 =
    8689* Ajout de la liste des pickup en fonction de la géolocalisation dynamique
Note: See TracChangeset for help on using the changeset viewer.