Plugin Directory

Changeset 1412645


Ignore:
Timestamp:
05/08/2016 04:14:45 PM (10 years ago)
Author:
fdoromo
Message:

tags/3.3.7

Location:
total-security
Files:
73 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • total-security/trunk/readme.txt

    r1406513 r1412645  
    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.1
    7 Tested up to: 4.5.1
    8 Stable tag: 3.3.6
     6Requires at least: 4.5.2
     7Tested up to: 4.5.2
     8Stable tag: 3.3.7
    99License: GPLv2 or later
    1010
     
    126126
    127127== Changelog ==
     128* 3.3.7
     129    * IMPROVED - Compatibility with WordPress 4.5.2
     130
    128131* 3.3.6
    129132    * IMPROVED - Compatibility with WordPress 4.5.1
  • total-security/trunk/total-security.php

    r1406513 r1412645  
    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.3.6
     6 * Version: 3.3.7
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1414
    1515class Total_Security {
    16         public $min_wp_ver          = '4.5.1'; //
    17         public $pluginversion       = '3.3.6';
     16        public $min_wp_ver          = '4.5.2'; //
     17        public $pluginversion       = '3.3.7';
    1818
    1919        public $php_lastver         = '7.0.5'; // PHP - http://php.net/downloads.php
Note: See TracChangeset for help on using the changeset viewer.