Plugin Directory

Changeset 652005


Ignore:
Timestamp:
01/13/2013 03:33:04 PM (13 years ago)
Author:
6Scan
Message:
  • A UI fix during plugin reactivation
Location:
6scan-backup/trunk
Files:
5 edited

Legend:

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

    r642439 r652005  
    55Description: 6Scan Backup goes beyond existing backup plugins, easily and automatically creating backups of your site and securely storing them in the cloud.
    66Author: 6Scan
    7 Version: 2.3.1
     7Version: 2.3.2
    88Author URI: http://www.6scan.com
    99*/
  • 6scan-backup/trunk/admin/includes/6scan-menu.php

    r597897 r652005  
    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-backup/trunk/admin/includes/common.php

    r642439 r652005  
    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-backup/trunk/admin/includes/installation.php

    r642439 r652005  
    6161        }
    6262    }
    63    
     63
    6464    /*  Zeroize our databse flag, so that we only try installing one time */
    6565    if ( sixscan_common_is_partner_version() )
    6666        sixscan_installation_partner_mark_install_tried();
     67
     68    /* Since registration is now on the client side, we no longer have to wait for server activation */
     69    sixscan_common_set_account_operational( TRUE );
    6770}
    6871
  • 6scan-backup/trunk/readme.txt

    r642439 r652005  
    11=== 6Scan Backup ===
    22Contributors: 6Scan
    3 Version: 2.3.1
     3Version: 2.3.2
    44Tags: backup, automatic backup, cloud, online, secured, restore, recovery
    55Requires at least: 3.0.0
     
    173173* Supports Wordpress 3.5
    174174
    175 = 2.3.1 =
    176 * Minor bugfixes
     175= 2.3.2 =
     176* A minor UI change
    177177
    178178== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.