Changeset 426942
- Timestamp:
- 08/22/2011 04:58:56 AM (15 years ago)
- Location:
- drop-in-dropbox
- Files:
-
- 4 edited
-
tags/0.2.2/drop-in-dropbox.php (modified) (1 diff)
-
tags/0.2.2/readme.txt (modified) (1 diff)
-
trunk/drop-in-dropbox.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drop-in-dropbox/tags/0.2.2/drop-in-dropbox.php
r426940 r426942 4 4 Plugin URI: http://www.denisbuka.ru/drop-in-dropbox/ 5 5 Description: Upload single files or entire directories with subdirectories to your Dropbox account. 6 Version: 0.2. 16 Version: 0.2.2 7 7 Author: Denis Buka 8 8 Author URI: http://www.denisbuka.ru -
drop-in-dropbox/tags/0.2.2/readme.txt
r426940 r426942 1 1 === Drop in Dropbox === 2 3 2 Contributors: Denis Buka 4 5 3 Donate link: http://www.denisbuka.ru 6 7 4 Tags: dropbox, upload, backup, files, directories, subdirectories, files 8 9 5 Requires at least: 3.2 10 11 6 Tested up to: 3.2 12 13 Stable tag: 0.2.1 14 15 7 Stable tag: 0.2.2 16 8 17 9 Upload single files or entire directories with subdirectories to your Dropbox account. 18 10 19 20 21 11 == Description == 22 23 24 12 25 13 This plugin allows you to upload single files or entire directories with subdirectories to your Dropbox account. You can use it for backup, synchronization or whatever uploading tasks you might have. 26 14 27 28 29 15 **Features overview:** 30 16 31 32 33 17 * Upload entire directories with subdirectories to your Dropbox account. 34 35 18 * Backup your entire site files by pointing to the WordPress installation directory. 36 37 19 * Specify a Dropbox folder to which your files should be uploaded. If such folder doesn't exist it will be created. 38 39 40 20 41 21 **My other plugins:** 42 22 43 44 45 23 * Intuitive Navigation (http://wordpress.org/extend/plugins/intuitive-navigation/) 46 47 24 * Generate Cache (http://wordpress.org/extend/plugins/generate-cache/) 48 49 50 25 51 26 Links: [Author's Site](http://www.denisbuka.ru) 52 27 53 54 55 28 == Installation == 56 29 57 58 59 30 1. Unzip the archive and put the folder into your plugins folder (/wp-content/plugins/). 60 61 31 2. Activate the plugin from the Plugins admin menu. 62 63 32 3. Go to Settings -> Drop in Dropbox to set some options. 64 65 66 33 67 34 == Frequently Asked Questions == 68 35 69 70 71 36 = Any new features planned? = 72 73 37 Actually, yes: 74 75 38 1) schedule uploads to be run periodically at a specific time; 76 77 39 2) ability to exclude certain files and directories from uploading. 78 79 80 40 81 41 == Upgrade Notice == 82 42 83 84 85 43 == Screenshots == 86 87 88 44 89 45 1. Admin page. 90 46 91 92 93 47 == Changelog == 94 48 95 96 97 49 = 0.1 beta = 98 99 50 * Initial beta release 100 51 101 102 103 52 = 0.2 = 104 105 53 * Ability to upload files 106 107 54 * Improvements for long uploads 108 109 55 * Added "Abort" button 110 56 57 = 0.2.1 = 58 * Bugs fixed 111 59 112 113 = 0.2.1 = 114 115 * Bugs fixed 60 = 0.2.2 = 61 * More bug fixes -
drop-in-dropbox/trunk/drop-in-dropbox.php
r426910 r426942 4 4 Plugin URI: http://www.denisbuka.ru/drop-in-dropbox/ 5 5 Description: Upload single files or entire directories with subdirectories to your Dropbox account. 6 Version: 0.2. 16 Version: 0.2.2 7 7 Author: Denis Buka 8 8 Author URI: http://www.denisbuka.ru -
drop-in-dropbox/trunk/readme.txt
r426941 r426942 1 1 === Drop in Dropbox === 2 3 2 Contributors: Denis Buka 4 5 3 Donate link: http://www.denisbuka.ru 6 7 4 Tags: dropbox, upload, backup, files, directories, subdirectories, files 8 9 5 Requires at least: 3.2 10 11 6 Tested up to: 3.2 12 13 Stable tag: 0.2.1 14 15 7 Stable tag: 0.2.2 16 8 17 9 Upload single files or entire directories with subdirectories to your Dropbox account. 18 10 19 20 21 11 == Description == 22 23 24 12 25 13 This plugin allows you to upload single files or entire directories with subdirectories to your Dropbox account. You can use it for backup, synchronization or whatever uploading tasks you might have. 26 14 27 28 29 15 **Features overview:** 30 16 31 32 33 17 * Upload entire directories with subdirectories to your Dropbox account. 34 35 18 * Backup your entire site files by pointing to the WordPress installation directory. 36 37 19 * Specify a Dropbox folder to which your files should be uploaded. If such folder doesn't exist it will be created. 38 39 40 20 41 21 **My other plugins:** 42 22 43 44 45 23 * Intuitive Navigation (http://wordpress.org/extend/plugins/intuitive-navigation/) 46 47 24 * Generate Cache (http://wordpress.org/extend/plugins/generate-cache/) 48 49 50 25 51 26 Links: [Author's Site](http://www.denisbuka.ru) 52 27 53 54 55 28 == Installation == 56 29 57 58 59 30 1. Unzip the archive and put the folder into your plugins folder (/wp-content/plugins/). 60 61 31 2. Activate the plugin from the Plugins admin menu. 62 63 32 3. Go to Settings -> Drop in Dropbox to set some options. 64 65 66 33 67 34 == Frequently Asked Questions == 68 35 69 70 71 36 = Any new features planned? = 72 73 37 Actually, yes: 74 75 38 1) schedule uploads to be run periodically at a specific time; 76 77 39 2) ability to exclude certain files and directories from uploading. 78 79 80 40 81 41 == Upgrade Notice == 82 42 83 84 85 43 == Screenshots == 86 87 88 44 89 45 1. Admin page. 90 46 91 92 93 47 == Changelog == 94 48 95 96 97 49 = 0.1 beta = 98 99 50 * Initial beta release 100 51 101 102 103 52 = 0.2 = 104 105 53 * Ability to upload files 106 107 54 * Improvements for long uploads 108 109 55 * Added "Abort" button 110 56 57 = 0.2.1 = 58 * Bugs fixed 111 59 112 113 = 0.2.1 = 114 115 * Bugs fixed 60 = 0.2.2 = 61 * More bug fixes
Note: See TracChangeset
for help on using the changeset viewer.