Plugin Directory

Changeset 652001


Ignore:
Timestamp:
01/13/2013 03:20:16 PM (13 years ago)
Author:
6Scan
Message:

A minor UI change

Location:
6scan-protection/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 6scan-protection/trunk/6scan.php

    r642435 r652001  
    55Description: 6Scan Security provides enterprise-grade security with a firewall, automatic backup, analytics and much more.
    66Author: 6Scan
    7 Version: 2.3.1
     7Version: 2.3.2
    88Author URI: http://www.6scan.com
    99*/
  • 6scan-protection/trunk/admin/includes/6scan-menu.php

    r597873 r652001  
    8989    }
    9090   
     91    /* Do not show dashboard iframe, if account is not active */
     92    if ( sixscan_common_is_account_active() == FALSE )
     93        return;
     94
    9195    /*  Widget has smaller iframe size */
    9296    if ( $redirect_request == SIXSCAN_COMMON_DASHBOARD_URL_WIDGET )
  • 6scan-protection/trunk/admin/includes/common.php

    r642435 r652001  
    44    die( 'No direct access allowed' );
    55
    6 define ( 'SIXSCAN_VERSION' ,                            '2.3.1.0' );
     6define ( 'SIXSCAN_VERSION' ,                            '2.3.2.0' );
    77define ( 'SIXSCAN_HTACCESS_VERSION' ,                   '1' );
    88
  • 6scan-protection/trunk/admin/includes/installation.php

    r644036 r652001  
    6161        }
    6262    }
    63    
     63
    6464    /*  Zeroize our databse flag, so that we only try installing one time */
    6565    if ( sixscan_common_is_partner_version() )
  • 6scan-protection/trunk/readme.txt

    r642435 r652001  
    11=== 6Scan Security ===
    22Contributors: 6Scan
    3 Version: 2.3.1
     3Version: 2.3.2
    44Tags: security,secure,wordpress security,firewall,antivirus,security plugin,securty,protection,anti-hack,hack,scan,exploit,anti-virus
    55Requires at least: 3.0.0
     
    300300* Minor bugfixes
    301301
     302= 2.3.2 =
     303* A minor UI change
    302304
    303305== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.