Skip to content

Commit

Permalink
update texts and meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed May 27, 2014
1 parent 7b7b40a commit 15dbe3b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It's based on a [uploadcare-php][4] library.
2. Unzip file to your wp-content/plugins folder.
3. Activate plugin at "Plugins" page inside your Wordpress admin.
4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account.
To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/plan-based/2/)
To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/free/)
5. Create new post and feel yourself proud!

Send us your feedback, [email protected]
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

**2.2.0** ([Download](http://downloads.wordpress.org/plugin/uploadcare.2.2.0.zip))
* Uploadcare widget updated to version 1.2.0
* Add Flickr support
* Add 'da' locale
* Add source tab setting

**2.1.0** ([Download](http://downloads.wordpress.org/plugin/uploadcare.2.1.0.zip))
* Uploadcare widget updated to version 1.0.1
* Update underlying uploadcare-php
Expand Down
7 changes: 1 addition & 6 deletions inc/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ function uploadcare_add_media($context) {
$api = uploadcare_api();

$img = plugins_url('media/logo.png', dirname(__FILE__));

if(get_option('uploadcare_finetuning')) {
$finetuning = stripcslashes(get_option('uploadcare_finetuning'));
} else {
$finetuning = '';
}
$finetuning = stripcslashes(get_option('uploadcare_finetuning', ''));

$context = <<<HTML
<div style="float: left">
Expand Down
24 changes: 20 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Uploadcare: Add media from anywhere ===

Contributors: grayhound1, dmitry-mukhin
Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive, vk, evernote, box, images
Tags: media upload, file handling, cdn, storage, facebook, dropbox, instagram, google drive, vk, evernote, box, images, flickr
Requires at least: 3.5+
Tested up to: 3.9
Stable tag: 2.1.0
Stable tag: 2.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://uploadcare.com/pricing/
Expand All @@ -16,17 +16,21 @@ Uploadcare provides media uploading, processing and CDN for your blog. You can u

### Features ###

* Upload images of any resolution
* Upload images of any resolution and size
* Crop images
* Upload documents and archives
* Choose images from Facebook, Instagram or VK
* Choose images from Facebook, Instagram, Flickr or VK
* Choose files from Dropbox, Google Drive, Box, Evernote
* Deliver your media through CDN, it's up to 5x times faster

### Languages ###

* Chinese (simplified)
* Danish
* Dutch
* English
* French
* Hebrew
* Latvian
* Polish
* Portuguese
Expand Down Expand Up @@ -92,6 +96,12 @@ Please read up-to-date [FAQ](https://uploadcare.com/about/faq/) on [Uploadcare.c

== Upgrade Notice ==

= 2.2.0 =
If you were controlling source tabs via "finetuning" setting, you should delete it and set new "source tab" config.

= 2.1.0 =
PHP 5.2 is not supported since this version

= 2.0.11 =
Upgrade if you want to allow your readers to upload files.

Expand All @@ -104,6 +114,12 @@ Access all files in your Uploadcare account via Media Library.

== Changelog ==

= 2.2.0 =
* Uploadcare widget updated to version 1.2.0
* Add Flickr support
* Add 'da' locale
* Add source tab setting

= 2.1.0 =
* Uploadcare widget updated to version 1.0.1
* Update underlying uploadcare-php
Expand Down

0 comments on commit 15dbe3b

Please sign in to comment.