Plugin Directory

Changeset 3333119


Ignore:
Timestamp:
07/23/2025 06:12:09 PM (8 months ago)
Author:
malcure
Message:

new release

Location:
wp-malware-removal/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-malware-removal/trunk/readme.txt

    r3329236 r3333119  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 17.1.2
     7Stable tag: 17.2
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    190190== Changelog ==
    191191
     192= 17.2 =
     193Bugfix: File cleanup not working in advanced edition.
     194
    192195= 17.1.2 =
    193196Bugfix: Fixed error if checksums could not be fetched.
     
    706709== Upgrade Notice ==
    707710
     711= 17.2 =
     712Bugfix: File cleanup not working in advanced edition.
     713
    708714= 17.1.2 =
    709715Bugfix: Fixed error if checksums could not be fetched.
  • wp-malware-removal/trunk/wpmr.php

    r3329236 r3333119  
    1111 * Plugin Name: Malcure Malware Scanner — #1 Toolset for Malware Removal
    1212 * Description: Ultra-precision, comphrensive malware scanner and security hardening to protect your site and find viruses, infections & other security threats & vulnerabilities. Detects over 50,000+ security threats & vulnerabilities. Do not forget to report bugs and share your reviews.
    13  * Version:     17.1.2
     13 * Version:     17.2
    1414 * Author:      Malcure
    1515 * Author URI:  https://malcure.com
     
    65326532        if ( $this->is_deletable( $file ) ) {
    65336533            $this->flog( 'File deletion requested: ' . $file );
    6534             return 'invalid';
    65356534            $result = $wp_filesystem->delete( $file, false, 'f' ) ? 1 : new WP_Error( 'delete_failed', 'WordPress failed to delete ' . $file );
    65366535        } else {
Note: See TracChangeset for help on using the changeset viewer.