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/wpvulnerability.php

    r3442647 r3443352  
    22/**
    33 * Plugin Name: WPVulnerability
    4  * Plugin URI: https://www.wpvulnerability.com/
     4 * Plugin URI: https://www.wpvulnerability.com/plugin/
    55 * Description: Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.
    66 * Requires at least: 4.7
    77 * Requires PHP: 5.6
    8  * Version: 4.3.0
    9  * Author: Javier Casares
    10  * Author URI: https://www.javiercasares.com/
    11  * License: GPL-2.0-or-later
    12  * License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
     8 * Version: 4.3.1
     9 * Author: ROBOTSTXT
     10 * Author URI: https://www.robotstxt.es/
     11 * License: GPL-3.0-or-later
     12 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
    1313 * Text Domain: wpvulnerability
    1414 * Domain Path: /languages
     
    2424 * Set some constants that I can change in future versions.
    2525 */
    26 define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.3.0' );
     26define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.3.1' );
    2727define( 'WPVULNERABILITY_API_HOST', 'https://www.wpvulnerability.net/' );
    2828
Note: See TracChangeset for help on using the changeset viewer.