Changeset 652005
- Timestamp:
- 01/13/2013 03:33:04 PM (13 years ago)
- Location:
- 6scan-backup/trunk
- Files:
-
- 5 edited
-
6scan.php (modified) (1 diff)
-
admin/includes/6scan-menu.php (modified) (1 diff)
-
admin/includes/common.php (modified) (1 diff)
-
admin/includes/installation.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-backup/trunk/6scan.php
r642439 r652005 5 5 Description: 6Scan Backup goes beyond existing backup plugins, easily and automatically creating backups of your site and securely storing them in the cloud. 6 6 Author: 6Scan 7 Version: 2.3. 17 Version: 2.3.2 8 8 Author URI: http://www.6scan.com 9 9 */ -
6scan-backup/trunk/admin/includes/6scan-menu.php
r597897 r652005 89 89 } 90 90 91 /* Do not show dashboard iframe, if account is not active */ 92 if ( sixscan_common_is_account_active() == FALSE ) 93 return; 94 91 95 /* Widget has smaller iframe size */ 92 96 if ( $redirect_request == SIXSCAN_COMMON_DASHBOARD_URL_WIDGET ) -
6scan-backup/trunk/admin/includes/common.php
r642439 r652005 4 4 die( 'No direct access allowed' ); 5 5 6 define ( 'SIXSCAN_VERSION' , '2.3. 1.0' );6 define ( 'SIXSCAN_VERSION' , '2.3.2.0' ); 7 7 define ( 'SIXSCAN_HTACCESS_VERSION' , '1' ); 8 8 -
6scan-backup/trunk/admin/includes/installation.php
r642439 r652005 61 61 } 62 62 } 63 63 64 64 /* Zeroize our databse flag, so that we only try installing one time */ 65 65 if ( sixscan_common_is_partner_version() ) 66 66 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 ); 67 70 } 68 71 -
6scan-backup/trunk/readme.txt
r642439 r652005 1 1 === 6Scan Backup === 2 2 Contributors: 6Scan 3 Version: 2.3. 13 Version: 2.3.2 4 4 Tags: backup, automatic backup, cloud, online, secured, restore, recovery 5 5 Requires at least: 3.0.0 … … 173 173 * Supports Wordpress 3.5 174 174 175 = 2.3. 1=176 * Minor bugfixes175 = 2.3.2 = 176 * A minor UI change 177 177 178 178 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.