Changeset 3171530
- Timestamp:
- 10/18/2024 02:25:25 PM (18 months ago)
- Location:
- gdata-antivirus
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.7 (copied) (copied from gdata-antivirus/branches/2.0.7)
-
trunk/Readme.txt (modified) (1 diff)
-
trunk/Vaas/ScanClient.php (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/gdata-antivirus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdata-antivirus/trunk/Readme.txt
r3171407 r3171530 5 5 Tested up to: 6.6 6 6 Requires PHP: 8.1 7 Stable tag: 2.0. 67 Stable tag: 2.0.7 8 8 License: GNU General Public License v3.0 9 9 License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE -
gdata-antivirus/trunk/Vaas/ScanClient.php
r3171281 r3171530 169 169 $nonce = wp_unslash($_REQUEST['_wpnonce'] ?? $_REQUEST['nonce']); 170 170 if ($action === 'upload-plugin') { 171 if (wp_verify_nonce($nonce, $action) === \false) {172 return $file;173 }171 // if (wp_verify_nonce($nonce, $action) === false) { 172 // return $file; 173 // } 174 174 $is_plugin_uplad = \true; 175 175 if ($plugin_upload_scan_enabled === \false) { -
gdata-antivirus/trunk/composer.json
r3171407 r3171530 1 1 { 2 2 "name": "gdatacyberdefenseag\/gdata-antivirus", 3 "version": "2.0. 6",3 "version": "2.0.7", 4 4 "autoload": { 5 5 "psr-4": { -
gdata-antivirus/trunk/gdata-antivirus.php
r3171407 r3171530 12 12 * @wordpress-plugin 13 13 * Plugin Name: G DATA Antivirus 14 * Version: 2.0. 614 * Version: 2.0.7 15 15 * Requires at least: 6.2 16 16 * Tested up to: 6.6
Note: See TracChangeset
for help on using the changeset viewer.