Changeset 3333119
- Timestamp:
- 07/23/2025 06:12:09 PM (8 months ago)
- Location:
- wp-malware-removal/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wpmr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-malware-removal/trunk/readme.txt
r3329236 r3333119 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 17. 1.27 Stable tag: 17.2 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 190 190 == Changelog == 191 191 192 = 17.2 = 193 Bugfix: File cleanup not working in advanced edition. 194 192 195 = 17.1.2 = 193 196 Bugfix: Fixed error if checksums could not be fetched. … … 706 709 == Upgrade Notice == 707 710 711 = 17.2 = 712 Bugfix: File cleanup not working in advanced edition. 713 708 714 = 17.1.2 = 709 715 Bugfix: Fixed error if checksums could not be fetched. -
wp-malware-removal/trunk/wpmr.php
r3329236 r3333119 11 11 * Plugin Name: Malcure Malware Scanner — #1 Toolset for Malware Removal 12 12 * 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.213 * Version: 17.2 14 14 * Author: Malcure 15 15 * Author URI: https://malcure.com … … 6532 6532 if ( $this->is_deletable( $file ) ) { 6533 6533 $this->flog( 'File deletion requested: ' . $file ); 6534 return 'invalid';6535 6534 $result = $wp_filesystem->delete( $file, false, 'f' ) ? 1 : new WP_Error( 'delete_failed', 'WordPress failed to delete ' . $file ); 6536 6535 } else {
Note: See TracChangeset
for help on using the changeset viewer.