Plugin Directory

Changeset 1480700


Ignore:
Timestamp:
08/22/2016 12:39:14 PM (10 years ago)
Author:
fdoromo
Message:

tags/3.4.3

Location:
total-security
Files:
68 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • total-security/trunk/modules/class-p2.php

    r1471801 r1480700  
    3535$fail13 = get_site_option( 'fdx_p2_red13' );
    3636$fail14 = get_site_option( 'fdx_p2_red14' );
    37 $fail_p2_t = $fail2+$fail3+$fail4+$fail5+$fail6+$fail7+$fail8+$fail9+$fail10+$fail11+$fail12+$fail13+$fail14;
     37$fail_p2_t = $fail4+$fail5+$fail6+$fail7+$fail8+$fail9+$fail10+$fail11+$fail12+$fail13+$fail14;
    3838update_option('fdx_p2_red_total', $fail_p2_t );
    3939
  • total-security/trunk/readme.txt

    r1471801 r1480700  
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8DHY4NXW35T4Y
    55Tags: security, scan ,scanner, hack, exploit, secure, malware, phishing, vulnerability, scours, unsafe, total, 404 log, error 404, stealth login, hidden login, Bookmarklet,Log Viewer, debug.log
    6 Requires at least: 4.5.3
    7 Tested up to: 4.5.3
    8 Stable tag: 3.4.2
     6Requires at least: 4.6
     7Tested up to: 4.6
     8Stable tag: 3.4.3
    99License: GPLv2 or later
    1010
     
    124124
    125125== Changelog ==
     126* 3.4.3
     127    * IMPROVED - Compatibility with WordPress 4.6
     128
    126129* 3.4.2
    127130    * FIX - Security issues
  • total-security/trunk/total-security.php

    r1471801 r1480700  
    44 * Plugin URI: http://fabrix.net/total-security/
    55 * Description: Checks your WordPress installation and provides detailed reporting on discovered vulnerabilities, anything suspicious and how to fix them.
    6  * Version: 3.4.2
     6 * Version: 3.4.3
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1515
    1616class Total_Security {
    17         public $min_wp_ver          = '4.5.3'; //
    18         public $pluginversion       = '3.4.2';
     17        public $min_wp_ver          = '4.6'; //
     18        public $pluginversion       = '3.4.3';
    1919        public $pluginname          = 'Total Security';
    2020        public $hook                = 'total-security';
     
    637637
    638638// red
    639 delete_option('fdx_p2_red2'); //vestigios da ultima instalação remover no futuro
    640 delete_option('fdx_p2_red3'); //vestigios da ultima instalação remover no futuro
    641639//---------------------------------------------------------------------------------
    642640delete_option('fdx_p2_red4');
Note: See TracChangeset for help on using the changeset viewer.