Changeset 3365840
- Timestamp:
- 09/22/2025 01:05:47 PM (6 months ago)
- Location:
- wpvulnerability
- Files:
-
- 57 added
- 4 edited
-
tags/4.1.1 (added)
-
tags/4.1.1/.wordpress-org (added)
-
tags/4.1.1/.wordpress-org/banner-1544x500.png (added)
-
tags/4.1.1/.wordpress-org/banner-772x250.png (added)
-
tags/4.1.1/.wordpress-org/icon-128x128.png (added)
-
tags/4.1.1/.wordpress-org/icon-256x256.png (added)
-
tags/4.1.1/.wordpress-org/screenshot-1.png (added)
-
tags/4.1.1/.wordpress-org/screenshot-2.png (added)
-
tags/4.1.1/.wordpress-org/screenshot-3.png (added)
-
tags/4.1.1/assets (added)
-
tags/4.1.1/assets/admin.css (added)
-
tags/4.1.1/assets/admin.js (added)
-
tags/4.1.1/assets/banner-1544x500.png (added)
-
tags/4.1.1/assets/banner-772x250.png (added)
-
tags/4.1.1/assets/icon-128x128.png (added)
-
tags/4.1.1/assets/icon-256x256.png (added)
-
tags/4.1.1/assets/icon-apache.svg (added)
-
tags/4.1.1/assets/icon-curl.svg (added)
-
tags/4.1.1/assets/icon-imagemagick.svg (added)
-
tags/4.1.1/assets/icon-mariadb.svg (added)
-
tags/4.1.1/assets/icon-memcached.svg (added)
-
tags/4.1.1/assets/icon-mysql.svg (added)
-
tags/4.1.1/assets/icon-nginx.svg (added)
-
tags/4.1.1/assets/icon-php.svg (added)
-
tags/4.1.1/assets/icon-plugin.svg (added)
-
tags/4.1.1/assets/icon-redis.svg (added)
-
tags/4.1.1/assets/icon-sqlite.svg (added)
-
tags/4.1.1/assets/icon-theme.svg (added)
-
tags/4.1.1/assets/icon-wordpress.svg (added)
-
tags/4.1.1/assets/logo16.png (added)
-
tags/4.1.1/assets/logo512.png (added)
-
tags/4.1.1/assets/logo64.png (added)
-
tags/4.1.1/assets/screenshot-1.png (added)
-
tags/4.1.1/assets/screenshot-2.png (added)
-
tags/4.1.1/assets/screenshot-3.png (added)
-
tags/4.1.1/blueprint.json (added)
-
tags/4.1.1/changelog.txt (added)
-
tags/4.1.1/class-wpvulnerability-cli.php (added)
-
tags/4.1.1/class-wpvulnerability-config-cli.php (added)
-
tags/4.1.1/languages (added)
-
tags/4.1.1/languages/wpvulnerability.pot (added)
-
tags/4.1.1/readme.txt (added)
-
tags/4.1.1/security.txt (added)
-
tags/4.1.1/wpvulnerability-admin.php (added)
-
tags/4.1.1/wpvulnerability-adminms.php (added)
-
tags/4.1.1/wpvulnerability-api.php (added)
-
tags/4.1.1/wpvulnerability-core.php (added)
-
tags/4.1.1/wpvulnerability-general.php (added)
-
tags/4.1.1/wpvulnerability-notifications.php (added)
-
tags/4.1.1/wpvulnerability-plugins.php (added)
-
tags/4.1.1/wpvulnerability-process.php (added)
-
tags/4.1.1/wpvulnerability-run.php (added)
-
tags/4.1.1/wpvulnerability-schedule.php (added)
-
tags/4.1.1/wpvulnerability-sitehealth.php (added)
-
tags/4.1.1/wpvulnerability-software.php (added)
-
tags/4.1.1/wpvulnerability-themes.php (added)
-
tags/4.1.1/wpvulnerability.php (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpvulnerability-general.php (modified) (1 diff)
-
trunk/wpvulnerability.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpvulnerability/trunk/changelog.txt
r3362936 r3365840 1 1 == Changelog == 2 3 = [4.1.1] - 2025-09-22 = 4 5 **Fixed** 6 7 * Fix an error with the version_compare() (thx to @konnektiv) 8 9 **Compatibility** 10 11 * WordPress: 4.7 - 6.9 12 * PHP: 5.6 - 8.4 13 * WP-CLI: 2.3.0 - 2.11.0 14 15 **Tests** 16 17 * PHP Coding Standards: 3.13.4 18 * WordPress Coding Standards: 3.2.0 19 * Plugin Check (PCP): 1.6.0 20 * SonarCloud Code Review 21 * Amplify Code Check 2 22 3 23 = [4.1.0] - 2025-09-16 = -
wpvulnerability/trunk/readme.txt
r3362936 r3365840 4 4 Requires at least: 4.7 5 5 Tested up to: 6.9 6 Stable tag: 4.1. 06 Stable tag: 4.1.1 7 7 Requires PHP: 5.6 8 Version: 4.1. 08 Version: 4.1.1 9 9 License: GPL-2.0-or-later 10 10 License URI: https://spdx.org/licenses/GPL-2.0-or-later.html … … 153 153 == Changelog == 154 154 155 = [4.1.1] - 2025-09-22 = 156 157 **Fixed** 158 159 * Fix an error with the version_compare() (thx to @konnektiv) 160 161 **Compatibility** 162 163 * WordPress: 4.7 - 6.9 164 * PHP: 5.6 - 8.4 165 * WP-CLI: 2.3.0 - 2.11.0 166 167 **Tests** 168 169 * PHP Coding Standards: 3.13.4 170 * WordPress Coding Standards: 3.2.0 171 * Plugin Check (PCP): 1.6.0 172 * SonarCloud Code Review 173 * Amplify Code Check 174 155 175 = [4.1.0] - 2025-09-16 = 156 176 -
wpvulnerability/trunk/wpvulnerability-general.php
r3362936 r3365840 1218 1218 foreach ( $response['data']['vulnerability'] as $v ) { 1219 1219 // Check if the version falls within the specified min and max operator range. 1220 if ( isset( $v['operator']['min_operator'], $v['operator']['max_operator'] ) ) { 1220 if ( isset( $v['operator']['min_operator'], $v['operator']['max_operator'] ) && 1221 ! empty( $v['operator']['min_operator'] ) && ! empty( $v['operator']['max_operator'] ) ) { 1221 1222 if ( version_compare( $version, $v['operator']['min_version'], $v['operator']['min_operator'] ) && 1222 1223 version_compare( $version, $v['operator']['max_version'], $v['operator']['max_operator'] ) ) { -
wpvulnerability/trunk/wpvulnerability.php
r3362936 r3365840 6 6 * Requires at least: 4.7 7 7 * Requires PHP: 5.6 8 * Version: 4.1. 08 * Version: 4.1.1 9 9 * Author: Javier Casares 10 10 * Author URI: https://www.javiercasares.com/ … … 24 24 * Set some constants that I can change in future versions. 25 25 */ 26 define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.1. 0' );26 define( 'WPVULNERABILITY_PLUGIN_VERSION', '4.1.1' ); 27 27 define( 'WPVULNERABILITY_API_HOST', 'https://www.wpvulnerability.net/' ); 28 28
Note: See TracChangeset
for help on using the changeset viewer.