Changeset 704012
- Timestamp:
- 04/26/2013 08:16:13 AM (13 years ago)
- Location:
- uploadcare/tags
- Files:
-
- 8 edited
-
0.20/readme.txt (modified) (1 diff)
-
1.0.0/readme.txt (modified) (1 diff)
-
1.0.1/readme.txt (modified) (2 diffs)
-
1.0.2/readme.txt (modified) (2 diffs)
-
1.0.3/readme.txt (modified) (2 diffs)
-
1.0.4/readme.txt (modified) (2 diffs)
-
1.0.5/readme.txt (modified) (2 diffs)
-
1.0.6/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uploadcare/tags/0.20/readme.txt
r638400 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 0.203 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 37 66 38 2. Uploadcare file operations forms with preview. 67 == Usage == 39 68 40 3. Uploadcare file list. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 41 74 42 75 == Changelog == 43 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 83 = 1.0.4 = 84 * Minor fixes 85 86 = 1.0.3 = 87 * More operations form validation 88 * Fixed files deletion. 89 * "Files" are presented as Uploadcare logo. 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 91 92 = 1.0.2 = 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 95 96 = 1.0.1 = 97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 99 100 = 1.0.0 = 101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 102 * "Store" button is hidden until file is selected. 103 * Uploaded files are saved in database. 104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 106 * "Resize" and "Scale Crop" cannot be used at the same time. 107 * Minor fixes. 108 109 44 110 = 0.2.0 = 45 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 46 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 47 113 48 114 = 0.1.1 = 49 * Wordpress rea me added.50 * Preview is at the bottom of the form.51 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 52 118 53 119 = 0.1.0 = -
uploadcare/tags/1.0.0/readme.txt
r644400 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.03 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 37 38 2. Uploadcare file operations forms with preview. 39 40 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 41 66 42 67 == Usage == 43 68 44 Start adding new post. 45 46 Press "Upload/Insert" to insert some media. You will see, that new tab "Uploadcare" is available. 47 48 Upload a file using widget and press "Store File". 49 50 When the file is stored a new page with file operations will be available. 51 52 Apply operations and press "Insert Into Post". The image will be inserted in your post. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 53 74 54 75 == Changelog == 55 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 83 = 1.0.4 = 84 * Minor fixes 85 86 = 1.0.3 = 87 * More operations form validation 88 * Fixed files deletion. 89 * "Files" are presented as Uploadcare logo. 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 91 92 = 1.0.2 = 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 95 96 = 1.0.1 = 97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 99 100 = 1.0.0 = 101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 102 * "Store" button is hidden until file is selected. 103 * Uploaded files are saved in database. 104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 106 * "Resize" and "Scale Crop" cannot be used at the same time. 107 * Minor fixes. 108 109 56 110 = 0.2.0 = 57 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 58 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 59 113 60 114 = 0.1.1 = 61 * Wordpress rea me added.62 * Preview is at the bottom of the form.63 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 64 118 65 119 = 0.1.0 = -
uploadcare/tags/1.0.1/readme.txt
r644535 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.13 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 37 66 38 2. Uploadcare file operations forms with preview. 67 == Usage == 39 68 40 3. Uploadcare file list. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 41 74 42 75 == Changelog == 43 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 83 = 1.0.4 = 84 * Minor fixes 85 86 = 1.0.3 = 87 * More operations form validation 88 * Fixed files deletion. 89 * "Files" are presented as Uploadcare logo. 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 91 92 = 1.0.2 = 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 95 44 96 = 1.0.1 = 45 * Scale crop and Resize are radio buttons now, notcheckboxes.46 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 47 99 48 100 = 1.0.0 = 49 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 50 102 * "Store" button is hidden until file is selected. 51 103 * Uploaded files are saved in database. 52 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.53 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 54 106 * "Resize" and "Scale Crop" cannot be used at the same time. 55 107 * Minor fixes. … … 57 109 58 110 = 0.2.0 = 59 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 60 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 61 113 62 114 = 0.1.1 = 63 * Wordpress rea me added.64 * Preview is at the bottom of the form.65 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 66 118 67 119 = 0.1.0 = -
uploadcare/tags/1.0.2/readme.txt
r645004 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.23 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 37 38 2. Uploadcare file operations forms with preview. 39 40 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 41 66 42 67 == Usage == 43 68 44 Start adding new post. 45 46 Press "Upload/Insert" to insert some media. You will see, that new tab "Uploadcare" is available. 47 48 Upload a file using widget and press "Store File". 49 50 When the file is stored a new page with file operations will be available. 51 52 Apply operations and press "Insert Into Post". The image will be inserted in your post. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 53 74 54 75 == Changelog == 55 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 83 = 1.0.4 = 84 * Minor fixes 85 86 = 1.0.3 = 87 * More operations form validation 88 * Fixed files deletion. 89 * "Files" are presented as Uploadcare logo. 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 91 56 92 = 1.0.2 = 57 * Operation values no longer nulled when operations type is changed. 58 * Insert files, not only images. 59 * Opration values no longer nulled when operations type is changed. 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 60 95 61 96 = 1.0.1 = 62 * Scale crop and Resize are radio buttons now, notcheckboxes.63 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 64 99 65 100 = 1.0.0 = 66 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 67 102 * "Store" button is hidden until file is selected. 68 103 * Uploaded files are saved in database. 69 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.70 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 71 106 * "Resize" and "Scale Crop" cannot be used at the same time. 72 107 * Minor fixes. … … 74 109 75 110 = 0.2.0 = 76 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 77 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 78 113 79 114 = 0.1.1 = 80 * Wordpress rea me added.81 * Preview is at the bottom of the form.82 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 83 118 84 119 = 0.1.0 = -
uploadcare/tags/1.0.3/readme.txt
r652359 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.33 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 37 38 2. Uploadcare file operations forms with preview. 39 40 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 41 66 42 67 == Usage == 43 68 44 Start adding new post. 45 46 Press "Upload/Insert" to insert some media. You will see, that new tab "Uploadcare" is available. 47 48 Upload a file using widget and press "Store File". 49 50 When the file is stored a new page with file operations will be available. 51 52 Apply operations and press "Insert Into Post". The image will be inserted in your post. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 53 74 54 75 == Changelog == 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 83 = 1.0.4 = 84 * Minor fixes 55 85 56 86 = 1.0.3 = 57 87 * More operations form validation 58 88 * Fixed files deletion. 59 * "Files" are shown as anUploadcare logo.89 * "Files" are presented as Uploadcare logo. 60 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 61 91 62 92 = 1.0.2 = 63 * Operation values no longer nulled when operations type is changed. 64 * Insert files, not only images. 65 * Opration values no longer nulled when operations type is changed. 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 66 95 67 96 = 1.0.1 = 68 * Scale crop and Resize are radio buttons now, notcheckboxes.69 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 70 99 71 100 = 1.0.0 = 72 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 73 102 * "Store" button is hidden until file is selected. 74 103 * Uploaded files are saved in database. 75 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.76 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 77 106 * "Resize" and "Scale Crop" cannot be used at the same time. 78 107 * Minor fixes. … … 80 109 81 110 = 0.2.0 = 82 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 83 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 84 113 85 114 = 0.1.1 = 86 * Wordpress rea me added.87 * Preview is at the bottom of the form.88 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 89 118 90 119 = 0.1.0 = -
uploadcare/tags/1.0.4/readme.txt
r652773 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.33 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 37 38 2. Uploadcare file operations forms with preview. 39 40 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 41 66 42 67 == Usage == 43 68 44 Start adding new post. 45 46 Press "Upload/Insert" to insert some media. You will see, that new tab "Uploadcare" is available. 47 48 Upload a file using widget and press "Store File". 49 50 When the file is stored a new page with file operations will be available. 51 52 Apply operations and press "Insert Into Post". The image will be inserted in your post. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 53 74 54 75 == Changelog == 55 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 80 = 1.0.5 = 81 * Minor fixes 82 56 83 = 1.0.4 = 57 * Bugfix84 * Minor fixes 58 85 59 86 = 1.0.3 = 60 87 * More operations form validation 61 88 * Fixed files deletion. 62 * "Files" are shown as anUploadcare logo.89 * "Files" are presented as Uploadcare logo. 63 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 64 91 65 92 = 1.0.2 = 66 * Operation values no longer nulled when operations type is changed. 67 * Insert files, not only images. 68 * Opration values no longer nulled when operations type is changed. 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 69 95 70 96 = 1.0.1 = 71 * Scale crop and Resize are radio buttons now, notcheckboxes.72 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 73 99 74 100 = 1.0.0 = 75 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 76 102 * "Store" button is hidden until file is selected. 77 103 * Uploaded files are saved in database. 78 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.79 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 80 106 * "Resize" and "Scale Crop" cannot be used at the same time. 81 107 * Minor fixes. … … 83 109 84 110 = 0.2.0 = 85 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 86 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 87 113 88 114 = 0.1.1 = 89 * Wordpress rea me added.90 * Preview is at the bottom of the form.91 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 92 118 93 119 = 0.1.0 = -
uploadcare/tags/1.0.5/readme.txt
r653523 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.33 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a way to work with uploadcare.com service and to insert images to your post using it.10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 This plugin adds a new tab "Uploadcare" to your "Upload/Insert" at post edit/creating. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 Plugin implements a way to upload images and files using uploadcare.com service. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 It also gives a way to use CDN operations after file is uploaded. 19 20 You can find more information about [Uploadcare](http://uploadcare.com/). 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 Create your personal account at [Uploadcare](http://uploadcare.com/) 36 ### Fastest way ### 25 37 26 Download the latest release. The zip file contains the Wordpress plugin itself and all dependencies. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 Uzip file to your wp-content/plugins folder. 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 29 45 30 Activate plugin at "Plugins" page inside your Wordpress admin. 46 ### Manual ### 31 47 32 Go to "Settings" -> "Uploadcare settings" and provide public and secret key for your account. 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 33 59 34 60 == Screenshots == 35 61 36 1. Uploadcare Widget. 37 38 2. Uploadcare file operations forms with preview. 39 40 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 41 66 42 67 == Usage == 43 68 44 Start adding new post. 45 46 Press "Upload/Insert" to insert some media. You will see, that new tab "Uploadcare" is available. 47 48 Upload a file using widget and press "Store File". 49 50 When the file is stored a new page with file operations will be available. 51 52 Apply operations and press "Insert Into Post". The image will be inserted in your post. 69 1. Begin adding a new post. 70 2. Press "Add Media" to insert media with the Uploadcare widget. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 53 74 54 75 == Changelog == 55 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 56 80 = 1.0.5 = 57 * Bugfix81 * Minor fixes 58 82 59 83 = 1.0.4 = 60 * Bugfix84 * Minor fixes 61 85 62 86 = 1.0.3 = 63 87 * More operations form validation 64 88 * Fixed files deletion. 65 * "Files" are shown as anUploadcare logo.89 * "Files" are presented as Uploadcare logo. 66 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 67 91 68 92 = 1.0.2 = 69 * Operation values no longer nulled when operations type is changed. 70 * Insert files, not only images. 71 * Opration values no longer nulled when operations type is changed. 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 72 95 73 96 = 1.0.1 = 74 * Scale crop and Resize are radio buttons now, notcheckboxes.75 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 76 99 77 100 = 1.0.0 = 78 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 79 102 * "Store" button is hidden until file is selected. 80 103 * Uploaded files are saved in database. 81 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.82 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 83 106 * "Resize" and "Scale Crop" cannot be used at the same time. 84 107 * Minor fixes. … … 86 109 87 110 = 0.2.0 = 88 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 89 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 90 113 91 114 = 0.1.1 = 92 * Wordpress rea me added.93 * Preview is at the bottom of the form.94 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 95 118 96 119 = 0.1.0 = -
uploadcare/tags/1.0.6/readme.txt
r700130 r704012 1 === Plugin Name ===1 === Uploadcare: Add media from anywhere === 2 2 Contributors: grayhound1 3 Tags: media upload, file handling 4 Requires at least: 3. 3+5 Tested up to: 3. 46 Stable tag: 1.0.63 Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive 4 Requires at least: 3.5+ 5 Tested up to: 3.5 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Uploadcare provides media uploading, processing and CDN for your blog. 10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them. 11 11 12 12 == Description == 13 13 14 Uploadcare provides media uploading, processing and CDN for your blog. 14 ### Features ### 15 * Upload images of any resolution 16 * Crop images 17 * Upload documents and archives 18 * Choose images from Facebook, Instagram or Flickr 19 * Choose files from Dropbox or Google Drive 20 * Deliver your media through CDN, it's up to 5x times faster 15 21 16 You can upload even very large images and crop and resize them. 22 ### Languages ### 23 * English 24 * Latvian 25 * Polish 26 * Portuguese 27 * Russian 28 * Spanish 17 29 18 And the best thing of all: with Uploadcare you can select files directly from Facebook, Instagram and Flickr, not only from your computer. 19 20 Check [Uploadcare.com](https://uploadcare.com/) for more information. 30 ### More information ### 31 Check [Uploadcare.com](https://uploadcare.com/) to learn more. 32 Send us your feedback, <feedback@uploadcare.com> 21 33 22 34 == Installation == 23 35 24 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies. 36 ### Fastest way ### 25 37 26 2. Unzip file to your wp-content/plugins folder. 38 1. In plugin manager, click "Add New" 39 1. Search for "uploadcare" 40 1. Click "install" 41 1. Activate the plugin once it is installed 42 1. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 27 43 28 3. Activate plugin at "Plugins" page inside your Wordpress admin.29 30 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account.31 44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 32 45 33 5. Create new post and feel yourself proud! 46 ### Manual ### 34 47 35 Send us your feedback, feedback@uploadcare.com 48 1. Download the latest release. The zip file contains the Wordpress plugin itself and all its dependencies 49 2. Unzip file to your wp-content/plugins folder 50 3. Activate the plugin once it is installed 51 4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account. 52 53 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/) 54 55 ### Requirements ### 56 * Wordpress 3.5+ 57 * PHP 5.2+ 58 * php-curl 36 59 37 60 == Screenshots == 38 61 39 1. Uploadcare Widget. 40 41 2. Uploadcare file operations forms with preview. 42 43 3. Uploadcare file list. 62 1. "Add Media" button. 63 2. Uploading widget: Choose images from Facebook. 64 3. Uploading widget: Choose files from Google Drive. 65 4. Uploading widget: Crop image. 44 66 45 67 == Usage == 46 68 47 69 1. Begin adding a new post. 48 49 70 2. Press "Add Media" to insert media with the Uploadcare widget. 50 51 3. Upload a file using the widget. 52 53 4. Crop the file if you wish. Only the cropped area will be inserted. 54 55 5. Press "Store and Insert". The image will be inserted into your post. 71 3. Upload an image using the widget. 72 4. Crop the image if you wish. Only the cropped area will be inserted. 73 5. Press "Done". The image will be inserted into your post. 56 74 57 75 == Changelog == 58 76 77 = 2.0 = 78 * New widget version, plugin refactored and ready to go. 79 59 80 = 1.0.5 = 60 * Bugfix81 * Minor fixes 61 82 62 83 = 1.0.4 = 63 * Bugfix84 * Minor fixes 64 85 65 86 = 1.0.3 = 66 87 * More operations form validation 67 88 * Fixed files deletion. 68 * "Files" are shown as anUploadcare logo.89 * "Files" are presented as Uploadcare logo. 69 90 * Header is not displayed for Wordpress 3.5, updated for new "Add Media" 70 91 71 92 = 1.0.2 = 72 * Operation values no longer nulled when operations type is changed. 73 * Insert files, not only images. 74 * Opration values no longer nulled when operations type is changed. 93 * Operation values no longer nulled when operation type is changed. 94 * Now inserts files, not only images. 75 95 76 96 = 1.0.1 = 77 * Scale crop and Resize are radio buttons now, notcheckboxes.78 * Fixed script, showing "Store" button.97 * Scale crop and Resize are now radio buttons instead of checkboxes. 98 * Fixed "Store" button image script. 79 99 80 100 = 1.0.0 = 81 * Uploadcare widget updated to 0.5.0. Added facebook and instagr.am.101 * Uploadcare widget updated to 0.5.0. Facebook and instagram added. 82 102 * "Store" button is hidden until file is selected. 83 103 * Uploaded files are saved in database. 84 * Uploadcare file list uses only saved files, not all the files from Uploadcare account.85 * "Crop" operation s isdeleted.104 * Uploadcare file list uses only saved files, not all the files from an Uploadcare account. 105 * "Crop" operation deleted. 86 106 * "Resize" and "Scale Crop" cannot be used at the same time. 87 107 * Minor fixes. … … 89 109 90 110 = 0.2.0 = 91 * New tab: Uploadcare Files - select previously uploaded files.111 * New tab: Uploadcare Files - Select previously uploaded files. 92 112 * "Uploadcare" admin menu: view and delet previously uploaded files. 93 113 94 114 = 0.1.1 = 95 * Wordpress rea me added.96 * Preview is at the bottom of the form.97 * Scale Crop "center" optionsis defaulted to "checked".115 * Wordpress readme added. 116 * Preview is now at the bottom of the form. 117 * Scale and Crop "center" option is defaulted to "checked". 98 118 99 119 = 0.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.