Plugin Directory

Changeset 1249642


Ignore:
Timestamp:
09/20/2015 12:59:12 PM (11 years ago)
Author:
fdoromo
Message:

tags/3.3.1

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

Legend:

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

    r1226392 r1249642  
    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.3
    7 Tested up to: 4.3
    8 Stable tag: 3.3
     6Requires at least: 4.3.1
     7Tested up to: 4.3.1
     8Stable tag: 3.3.1
    99License: GPLv2 or later
    1010
     
    128128
    129129== Changelog ==
     130* 3.3.1
     131    * IMPROVED - Compatibility with WordPress 4.3.1
     132
    130133* 3.3
    131134    * IMPROVED - Compatibility with WordPress 4.3
     
    268271== Upgrade Notice ==
    269272
    270 = 3.3 =
     273= 3.4 =
    271274IMPORTANT: After upgrade, Deactivate and Activate the plugin to update the files of mobile theme.
  • total-security/trunk/total-security.php

    r1226392 r1249642  
    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 * Version: 3.3.1
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1414
    1515class Total_Security {
    16         public $min_wp_ver          = '4.3'; //
    17         public $pluginversion       = '3.3';
    18 
    19         public $php_lastver         = '5.6.12'; // PHP - http://php.net/downloads.php
     16        public $min_wp_ver          = '4.3.1'; //
     17        public $pluginversion       = '3.3.1';
     18
     19        public $php_lastver         = '5.6.13'; // PHP - http://php.net/downloads.php
    2020        public $mySQL_lastver       = '5.6.26'; // MYSQL - http://dev.mysql.com/downloads/
    2121
Note: See TracChangeset for help on using the changeset viewer.