Plugin Directory

Changeset 3477139


Ignore:
Timestamp:
03/07/2026 06:57:36 PM (4 weeks ago)
Author:
webfulchris
Message:

v2.5.1 - Fix version reporting to WEBFUL dashboard

Location:
webful/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • webful/trunk/assets/js/webful-tracker.js

    r3477134 r3477139  
    1313
    1414    // Marqueur de version pour détection de mise à jour
    15     window.WEBFUL_PLUGIN_VERSION = '2.5.0';
     15    window.WEBFUL_PLUGIN_VERSION = '2.5.1';
    1616
    1717    // Configuration injectée par WordPress
  • webful/trunk/readme.txt

    r3477123 r3477139  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.5.0
     8Stable tag: 2.5.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134
     135= 2.5.1 - 2026-03-07 =
     136* **FIX**: Corrected plugin version reporting to WEBFUL dashboard
     137* **FIX**: Dashboard now properly detects outdated plugin versions via API
    134138
    135139= 2.5.0 - 2026-03-07 =
     
    224228== Upgrade Notice ==
    225229
     230= 2.5.1 =
     231Fix: corrected version reporting to WEBFUL dashboard. Update recommended for accurate version detection.
     232
    226233= 2.5.0 =
    227234Enhanced tracking with scroll depth, screen resolution, outbound clicks, file downloads, JS error monitoring and Real User Monitoring (Core Web Vitals). Fully backward compatible.
  • webful/trunk/webful.php

    r3477134 r3477139  
    33 * Plugin Name: WEBFUL Analytics
    44 * Description: Système d'analyse de trafic ultra-léger et respectueux de la vie privée. Suivez vos statistiques sans ralentir votre site.
    5  * Version: 2.5.0
     5 * Version: 2.5.1
    66 * Author: WEBFUL
    77 * Author URI: https://webful.fr
     
    2020
    2121// Définir les constantes du plugin
    22 define('WEBFUL_VERSION', '2.5.0');
     22define('WEBFUL_VERSION', '2.5.1');
    2323define('WEBFUL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('WEBFUL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.