Changeset 3477139
- Timestamp:
- 03/07/2026 06:57:36 PM (4 weeks ago)
- Location:
- webful/trunk
- Files:
-
- 3 edited
-
assets/js/webful-tracker.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
webful.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webful/trunk/assets/js/webful-tracker.js
r3477134 r3477139 13 13 14 14 // 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'; 16 16 17 17 // Configuration injectée par WordPress -
webful/trunk/readme.txt
r3477123 r3477139 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 2.5. 08 Stable tag: 2.5.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 132 132 133 133 == 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 134 138 135 139 = 2.5.0 - 2026-03-07 = … … 224 228 == Upgrade Notice == 225 229 230 = 2.5.1 = 231 Fix: corrected version reporting to WEBFUL dashboard. Update recommended for accurate version detection. 232 226 233 = 2.5.0 = 227 234 Enhanced 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 3 3 * Plugin Name: WEBFUL Analytics 4 4 * 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. 05 * Version: 2.5.1 6 6 * Author: WEBFUL 7 7 * Author URI: https://webful.fr … … 20 20 21 21 // Définir les constantes du plugin 22 define('WEBFUL_VERSION', '2.5. 0');22 define('WEBFUL_VERSION', '2.5.1'); 23 23 define('WEBFUL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('WEBFUL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.