Changeset 863789
- Timestamp:
- 02/24/2014 03:59:33 AM (12 years ago)
- Location:
- wp-time-machine/trunk
- Files:
-
- 3 edited
-
includes/wpTimeMachineCore.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-time-machine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/includes/wpTimeMachineCore.php
r662458 r863789 622 622 623 623 This plugin is pretty simple. You can use Dropbox, Amazon's S3, or an FTP account to store WordPress. Need an account? 624 Visit: <a href="https://www.dropbox.com/ referrals/NTE0ODYwNjc5" target="_new">Dropbox</a>. Or, for Amazon's S3 visit:624 Visit: <a href="https://www.dropbox.com/" target="_new">Dropbox</a>. Or, for Amazon's S3 visit: 625 625 <a href="https://s3.amazonaws.com/" target="_new">https://s3.amazonaws.com</a>. If you decide to use an FTP account, 626 626 it makes a lot of sense to use a remote FTP account on a server that isn't shared with this WordPress installation. -
wp-time-machine/trunk/readme.txt
r662458 r863789 3 3 Contributors: Paul G Petty 4 4 Requires at least: 3.0.0 5 Tested up to: 3. 5.16 Stable tag: 3. 0.105 Tested up to: 3.8.1 6 Stable tag: 3.1.10 7 7 8 8 == Description == … … 18 18 You provide the remote account; this plugin provides a connection to the offsite facility you choose. Choose from... 19 19 20 1. You can use Dropbox ( if you don't have a dropbox use this referral link): https://www.dropbox.com/referrals/NTE0ODYwNjc520 1. You can use Dropbox (but you can’t use my referral link, instead go here): https://www.dropbox.com/ 21 21 2. Also, archives can be 'sent' to Amazon's AWS S3: https://s3.amazonaws.com 22 22 3. And, FTP is now supported as well (just provide an _offsite_ host, username & password, and optionally a remote directory on that host) -
wp-time-machine/trunk/wp-time-machine.php
r662458 r863789 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-time-machine/ 5 5 Description: Creates an archive of all your WordPress Data & Files and then stores them on Dropbox, Amazon's S3, or your FTP host. 6 Version: 3. 0.106 Version: 3.1.10 7 7 Author: Paul G Petty 8 8 Author URI: http://wpTimeMachine.com 9 9 */ 10 10 11 define( 'wpTimeMachineVersion', '3. 0.10' );11 define( 'wpTimeMachineVersion', '3.1.10' ); 12 12 13 13 define( 'wpcontent_dir', ( defined('WP_CONTENT_DIR') ) ? WP_CONTENT_DIR : ABSPATH . 'wp-content' );
Note: See TracChangeset
for help on using the changeset viewer.