Plugin Directory

Changeset 3171530


Ignore:
Timestamp:
10/18/2024 02:25:25 PM (18 months ago)
Author:
gdatavaas
Message:

release 2.0.7

Location:
gdata-antivirus
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gdata-antivirus/trunk/Readme.txt

    r3171407 r3171530  
    55Tested up to: 6.6
    66Requires PHP: 8.1
    7 Stable tag: 2.0.6
     7Stable tag: 2.0.7
    88License: GNU General Public License v3.0
    99License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
  • gdata-antivirus/trunk/Vaas/ScanClient.php

    r3171281 r3171530  
    169169            $nonce = wp_unslash($_REQUEST['_wpnonce'] ?? $_REQUEST['nonce']);
    170170            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                // }
    174174                $is_plugin_uplad = \true;
    175175                if ($plugin_upload_scan_enabled === \false) {
  • gdata-antivirus/trunk/composer.json

    r3171407 r3171530  
    11{
    22    "name": "gdatacyberdefenseag\/gdata-antivirus",
    3     "version": "2.0.6",
     3    "version": "2.0.7",
    44    "autoload": {
    55        "psr-4": {
  • gdata-antivirus/trunk/gdata-antivirus.php

    r3171407 r3171530  
    1212 * @wordpress-plugin
    1313 * Plugin Name: G DATA Antivirus
    14  * Version: 2.0.6
     14 * Version: 2.0.7
    1515 * Requires at least: 6.2
    1616 * Tested up to: 6.6
Note: See TracChangeset for help on using the changeset viewer.