Changeset 3443352 for wpvulnerability/trunk/wpvulnerability.php
- Timestamp:
- 01/20/2026 03:01:45 PM (2 months ago)
- File:
-
- 1 edited
-
wpvulnerability/trunk/wpvulnerability.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpvulnerability/trunk/wpvulnerability.php
r3442647 r3443352 2 2 /** 3 3 * Plugin Name: WPVulnerability 4 * Plugin URI: https://www.wpvulnerability.com/ 4 * Plugin URI: https://www.wpvulnerability.com/plugin/ 5 5 * Description: Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API. 6 6 * Requires at least: 4.7 7 7 * Requires PHP: 5.6 8 * Version: 4.3. 09 * Author: Javier Casares10 * Author URI: https://www. javiercasares.com/11 * License: GPL- 2.0-or-later12 * License URI: https:// spdx.org/licenses/GPL-2.0-or-later.html8 * 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 13 13 * Text Domain: wpvulnerability 14 14 * Domain Path: /languages … … 24 24 * Set some constants that I can change in future versions. 25 25 */ 26 define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.3. 0' );26 define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.3.1' ); 27 27 define( 'WPVULNERABILITY_API_HOST', 'https://www.wpvulnerability.net/' ); 28 28
Note: See TracChangeset
for help on using the changeset viewer.