Plugin Directory

Changeset 704186


Ignore:
Timestamp:
04/26/2013 01:09:01 PM (13 years ago)
Author:
grayhound1
Message:

Trying to fix readme.txt

Location:
uploadcare
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uploadcare/tags/2.0.3/readme.txt

    r704017 r704186  
    1 === Uploadcare: Add media from anywhere ===
    2 Contributors: grayhound1
    3 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.3
    7 License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 
    10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them.
    11 
    12 == Description ==
    13 
    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
    21 
    22 ### Languages ###
    23 * English
    24 * Latvian
    25 * Polish
    26 * Portuguese
    27 * Russian
    28 * Spanish
    29 
    30 ### More information ###
    31 Check [Uploadcare.com](https://uploadcare.com/) to learn more.
    32 Send us your feedback, <feedback@uploadcare.com>
    33 
    34 == Installation ==
    35 
    36 ### Fastest way ###
    37 
    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.
    43 
    44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/)
    45 
    46 ### Manual ###
    47 
    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
    59 
    60 == Screenshots ==
    61 
    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.
    66 
    67 == Usage ==
    68 
    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.
    74 
    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
    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 
    110 = 0.2.0 =
    111 * New tab: Uploadcare Files - Select previously uploaded files.
    112 * "Uploadcare" admin menu: view and delet previously uploaded files.
    113 
    114 = 0.1.1 =
    115 * Wordpress readme added.
    116 * Preview is now at the bottom of the form.
    117 * Scale and Crop "center" option is defaulted to "checked".
    118 
    119 = 0.1.0 =
    120 * Initial release
  • uploadcare/trunk/readme.txt

    r704017 r704186  
    1 === Uploadcare: Add media from anywhere ===
    2 Contributors: grayhound1
    3 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.3
    7 License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 
    10 Uploadcare provides media uploading, processing and CDN for your blog. You can upload even very large images and crop them.
    11 
    12 == Description ==
    13 
    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
    21 
    22 ### Languages ###
    23 * English
    24 * Latvian
    25 * Polish
    26 * Portuguese
    27 * Russian
    28 * Spanish
    29 
    30 ### More information ###
    31 Check [Uploadcare.com](https://uploadcare.com/) to learn more.
    32 Send us your feedback, <feedback@uploadcare.com>
    33 
    34 == Installation ==
    35 
    36 ### Fastest way ###
    37 
    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.
    43 
    44 To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/)
    45 
    46 ### Manual ###
    47 
    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
    59 
    60 == Screenshots ==
    61 
    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.
    66 
    67 == Usage ==
    68 
    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.
    74 
    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
    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 
    110 = 0.2.0 =
    111 * New tab: Uploadcare Files - Select previously uploaded files.
    112 * "Uploadcare" admin menu: view and delet previously uploaded files.
    113 
    114 = 0.1.1 =
    115 * Wordpress readme added.
    116 * Preview is now at the bottom of the form.
    117 * Scale and Crop "center" option is defaulted to "checked".
    118 
    119 = 0.1.0 =
    120 * Initial release
Note: See TracChangeset for help on using the changeset viewer.