Plugin Directory

Changeset 1108350


Ignore:
Timestamp:
03/08/2015 08:56:14 PM (11 years ago)
Author:
fdoromo
Message:

tags/3.2.4

Location:
total-security
Files:
75 added
3 edited

Legend:

Unmodified
Added
Removed
  • total-security/trunk/modules/inc-p3.php

    r903302 r1108350  
    111111            $.blockUI({ message: '<img src="<?php echo plugins_url( 'images/loading.gif',dirname(__FILE__));?>" width="24" height="24" border="0" alt="" /><br /><div id="scan-loader" style="display:none;"><span><?php _e('Executing, please wait!', $this->hook) ?></span></div>' });
    112112           //-----------------------------------
    113           max = <?php echo $settings['p3_op1']; ?> ;
     113//          max = <?php echo $settings['p3_op1']; ?> ;
    114114            $.ajaxSetup({
    115115                type: 'POST',
     
    139139                _ajax_nonce: fdx_nonce
    140140            }, success: function(r) {
    141                 var res = jQuery.parseJSON(r);
    142                 if ( 'running' == res.status ) {
    143                     jQuery('#scan-loader span').html(res.data);
    144                     fdx_file_scan(s+max, max);
    145                 } else if ( 'error' == res.status ) {
     141  //                var res = jQuery.parseJSON(r);
     142 //             if ( 'running' == res.status ) {
     143 //                 jQuery('#scan-loader span').html(res.data);
     144 //                 fdx_file_scan(s+max, max);
     145//              } else if ( 'error' == res.status ) {
    146146                    // console.log( r );
    147                     jQuery('#scan-loader img').hide();
    148                     jQuery('#scan-loader span').html(
    149                         'An error occurred: <pre style="overflow:auto">' + r.toString() + '</pre>'
    150                     );
    151                 } else {
     147//                  jQuery('#scan-loader img').hide();
     148//                  jQuery('#scan-loader span').html(
     149 //                     'An error occurred: <pre style="overflow:auto">' + r.toString() + '</pre>'
     150//                  );
     151 //             } else {
    152152                    fdx_db_scan();
    153                 }
     153 //             }
    154154            }
    155155        });
  • total-security/trunk/readme.txt

    r1101251 r1108350  
    66Requires at least: 4.1.1
    77Tested up to: 4.1.1
    8 Stable tag: 3.2.3
     8Stable tag: 3.2.4
    99License: GPLv2 or later
    1010
     
    128128
    129129== Changelog ==
     130* 3.2.4
     131    * FIX - File System: error in jQuery
     132
    130133* 3.2.3
    131134    * IMPROVED - Compatibility with WordPress 4.1.1
  • total-security/trunk/total-security.php

    r1101219 r1108350  
    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.2.3
     6 * Version: 3.2.4
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
     
    1515class Total_Security {
    1616        public $min_wp_ver          = '4.1.1'; //
    17         public $pluginversion       = '3.2.3';
     17        public $pluginversion       = '3.2.4';
    1818
    1919        public $php_lastver         = '5.6.6'; // PHP - http://php.net/downloads.php
Note: See TracChangeset for help on using the changeset viewer.