Plugin Directory

Changeset 863789


Ignore:
Timestamp:
02/24/2014 03:59:33 AM (12 years ago)
Author:
paulgpetty
Message:

This latest version offers nothing more than the removal of a referral link for supportive users ... dropbox users can create an account that is longer affiliated with my dropbox account, thus ending my motivation to support this work.

Location:
wp-time-machine/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-time-machine/trunk/includes/wpTimeMachineCore.php

    r662458 r863789  
    622622                   
    623623                    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:
    625625                    <a href="https://s3.amazonaws.com/" target="_new">https://s3.amazonaws.com</a>.  If you decide to use an FTP account,
    626626                    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  
    33Contributors: Paul G Petty
    44Requires at least: 3.0.0
    5 Tested up to: 3.5.1
    6 Stable tag: 3.0.10
     5Tested up to: 3.8.1
     6Stable tag: 3.1.10
    77
    88== Description ==
     
    1818You provide the remote account; this plugin provides a connection to the offsite facility you choose. Choose from...
    1919
    20 1. You can use Dropbox (if you don't have a dropbox use this referral link): https://www.dropbox.com/referrals/NTE0ODYwNjc5
     201. You can use Dropbox (but you can’t use my referral link, instead go here): https://www.dropbox.com/
    21212. Also, archives can be 'sent' to Amazon's AWS S3: https://s3.amazonaws.com
    22223. 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  
    44Plugin URI: http://wordpress.org/extend/plugins/wp-time-machine/
    55Description: 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.10
     6Version: 3.1.10
    77Author: Paul G Petty
    88Author URI: http://wpTimeMachine.com
    99*/
    1010
    11 define( 'wpTimeMachineVersion', '3.0.10' );
     11define( 'wpTimeMachineVersion', '3.1.10' );
    1212
    1313define( 'wpcontent_dir',    ( defined('WP_CONTENT_DIR') ) ? WP_CONTENT_DIR : ABSPATH . 'wp-content' );
Note: See TracChangeset for help on using the changeset viewer.