Plugin Directory

Changeset 1325293


Ignore:
Timestamp:
01/10/2016 03:51:15 PM (10 years ago)
Author:
fdoromo
Message:

tags/3.3.3

Location:
total-security
Files:
72 added
2 deleted
2 edited

Legend:

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

    r1304030 r1325293  
    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.4
    7 Tested up to: 4.4
    8 Stable tag: 3.3.2
     6Requires at least: 4.4.1
     7Tested up to: 4.4.1
     8Stable tag: 3.3.3
    99License: GPLv2 or later
    1010
     
    7878A warning to redo the scan will be informed every 15 days of last inspection.
    7979
    80 = Languages Available =
    81 * English (default)
    82 * Russian **(ru_RU)** by [zerg959](http://100wines.net/)
    83 
    84 * **Non-English Speaking Users** - Contribute a translation using the GlotPress web interface - no technical knowledge required ([how to](http://dev.fabrix.net/translate/projects/total-security)).
     80= Translation =
     81
     82* **Non-English Speaking Users** - Contribute a translation using the GlotPress web interface - no technical knowledge required ([how to](https://translate.wordpress.org/projects/wp-plugins/total-security)).
    8583
    8684
     
    128126
    129127== Changelog ==
     128* 3.3.3
     129    * IMPROVED - Compatibility with WordPress 4.4.1
     130
    130131* 3.3.2
    131132    * IMPROVED - Compatibility with WordPress 4.4
     
    274275== Upgrade Notice ==
    275276
    276 = 3.3.2 =
     277= 3.3.3 =
    277278IMPORTANT: After upgrade, Deactivate and Activate the plugin to update the files of mobile theme.
  • total-security/trunk/total-security.php

    r1304030 r1325293  
    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.2
     6 * Version: 3.3.3
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1414
    1515class Total_Security {
    16         public $min_wp_ver          = '4.4'; //
    17         public $pluginversion       = '3.3.2';
    18 
    19         public $php_lastver         = '5.6.16'; // PHP - http://php.net/downloads.php
     16        public $min_wp_ver          = '4.4.1'; //
     17        public $pluginversion       = '3.3.3';
     18
     19        public $php_lastver         = '7.0.2'; // PHP - http://php.net/downloads.php
    2020        public $mySQL_lastver       = '5.7.10'; // MYSQL - http://dev.mysql.com/downloads/
    2121
     
    4949        //----------------------------------------------
    5050        public $sbar_homepage       = 'http://wordpress.org/extend/plugins/total-security/';
    51         public $sbar_glotpress      = 'http://dev.fabrix.net/translate/projects/total-security';
     51        public $sbar_glotpress      = 'https://translate.wordpress.org/projects/wp-plugins/total-security';
    5252        public $sbar_wpratelink     = 'http://wordpress.org/support/view/plugin-reviews/total-security?rate=5#postform';
    5353        public $sbar_rss            = 'http://feeds.feedburner.com/fdxplugins/';
Note: See TracChangeset for help on using the changeset viewer.