Plugin Directory

Changeset 1572677


Ignore:
Timestamp:
01/11/2017 05:34:33 PM (9 years ago)
Author:
fdoromo
Message:

tags/3.4.5

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

Legend:

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

    r1522423 r1572677  
    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.6.1
    7 Tested up to: 4.6.1
    8 Stable tag: 3.4.4
     6Requires at least: 4.7
     7Tested up to: 4.7
     8Stable tag: 3.4.5
    99License: GPLv2 or later
    1010
     
    124124
    125125== Changelog ==
     126* 3.4.5
     127    * IMPROVED - Compatibility with WordPress 4.7
     128
    126129* 3.4.4
    127130    * IMPROVED - Compatibility with WordPress 4.6.1
  • total-security/trunk/total-security.php

    r1522423 r1572677  
    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.4
     6 * Version: 3.4.5
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1010 * Text Domain: total-security
    1111 * Domain Path: /lang
    12  * Copyright 2016 - fabrix.net
     12 * Copyright 2017 - fabrix.net
    1313 */
    1414if ( ! defined( 'ABSPATH' ) ) exit;  // Exit if accessed directly
    1515
    1616class Total_Security {
    17         public $min_wp_ver          = '4.6.1'; //
    18         public $pluginversion       = '3.4.4';
     17        public $min_wp_ver          = '4.7'; //
     18        public $pluginversion       = '3.4.5';
    1919        public $pluginname          = 'Total Security';
    2020        public $hook                = 'total-security';
Note: See TracChangeset for help on using the changeset viewer.