Plugin Directory


Ignore:
Timestamp:
01/20/2026 03:01:45 PM (2 months ago)
Author:
JavierCasares
Message:

[4.3.1] - 2026-01-20

Fixed

  • Dashboard widget now correctly counts only vulnerabilities from enabled components, excluding disabled ones from settings.
  • Status badge calculation (Critical/Warning) now properly considers only enabled components when determining severity level.
  • Fixed PHPCS warnings for global variables without plugin prefix in wpvulnerability-admin.php and wpvulnerability-adminms.php.

Compatibility

  • WordPress: 4.7 - 6.9
  • PHP: 5.6 - 8.5
  • WP-CLI: 2.3.0 - 2.11.0

Tests

  • PHP Coding Standards: 3.13.5
  • WordPress Coding Standards: 3.3.0
  • Plugin Check (PCP): 1.8.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpvulnerability/trunk/assets/admin.css

    r3442647 r3443352  
    121121
    122122/* ==================================================
    123    WPVulnerability Admin Panel Styles
    124    Extracted from inline <style> blocks
    125    ================================================== */
     123    WPVulnerability Admin Panel Styles
     124    Extracted from inline <style> blocks
     125    ================================================== */
    126126
    127127/* ==================================================
    128    Notifications Panel
    129    ================================================== */
     128    Notifications Panel
     129    ================================================== */
    130130.wpvulnerability-notifications-panel .wpvulnerability-security-section {
    131131    background: #fff;
     
    282282
    283283/* ==================================================
    284    Analysis Panel
    285    ================================================== */
     284    Analysis Panel
     285    ================================================== */
    286286.wpvulnerability-analysis-panel .wpvulnerability-security-section {
    287287    background: #fff;
     
    438438
    439439/* ==================================================
    440    Logs Panel
    441    ================================================== */
     440    Logs Panel
     441    ================================================== */
    442442.wpvulnerability-logs-panel .wpvulnerability-security-section {
    443443    background: #fff;
     
    699699
    700700/* ==================================================
    701    Tools Panel
    702    ================================================== */
     701    Tools Panel
     702    ================================================== */
    703703.wpvulnerability-tools-panel .wpvulnerability-tool-card {
    704704    background: #fff;
     
    838838
    839839/* ==================================================
    840    About Panel
    841    ================================================== */
     840    About Panel
     841    ================================================== */
    842842.wpvulnerability-about-panel .wpvulnerability-security-section {
    843843    background: #fff;
     
    962962
    963963/* ==================================================
    964    Dashboard Widget
    965    ================================================== */
     964    Dashboard Widget
     965    ================================================== */
    966966        .wpvuln-status-badge {
    967967display: inline-block;
     
    10651065
    10661066/* ==================================================
    1067    Security Panel
    1068    ================================================== */
     1067    Security Panel
     1068    ================================================== */
    10691069.wpvulnerability-security-panel h2 {
    10701070    margin-top: 0;
Note: See TracChangeset for help on using the changeset viewer.