-
v2.2.1 Stable
released this
2026-06-09 12:50:07 +00:00 | 2 commits to main since this release2.2.1
Release date: 2026-06-09
Fixed
- Fixed the statistics chart not rendering. Chart.js was enqueued in the footer but the initialization script ran before it loaded. The init code now uses
wp_add_inline_script()so WordPress guarantees the correct execution order. - Chart.js is now bundled locally in
assets/js/chart.umd.min.js. No external CDN requests are made by the plugin.
Compatibility
- WordPress: 5.9 - 7.1
- PHP: 8.0 - 8.5
Tests
- PHP Coding Standards: squizlabs/php_codesniffer 3.x, wp-coding-standards/wpcs 3.x
- WordPress Coding Standards: WordPress-Core, WordPress-Docs, WordPress-Extra
- PHPStan: level 9, szepeviktor/phpstan-wordpress 2.x
- PHPCompatibility: phpcompatibility/php-compatibility 10.x (PHP 8.0-8.5)
- WP Compatibility: johnbillion/wp-compat (WP 5.9+)
Downloads
- Fixed the statistics chart not rendering. Chart.js was enqueued in the footer but the initialization script ran before it loaded. The init code now uses