Skip to content

Commit

Permalink
Merge pull request #17 from 10up/release/2.1
Browse files Browse the repository at this point in the history
Release prep for 2.1
  • Loading branch information
helen authored Oct 23, 2018
2 parents 6d72be6 + 42bd838 commit 01721ab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
17 changes: 12 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Simple Local Avatars ===
Contributors: jakemgold, 10up, thinkoomph
Donate link: http://10up.com/plugins/simple-local-avatars-wordpress/
Donate link: https://10up.com/plugins/simple-local-avatars-wordpress/
Tags: avatar, gravatar, user photos, users, profile
Requires at least: 4.6
Tested up to: 3.6
Stable tag: 2.0
Tested up to: 4.9.8
Stable tag: 2.1
Text Domain: simple-local-avatars

Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!
Expand Down Expand Up @@ -44,10 +44,14 @@ You can also use `get_simple_local_avatar()` (with the same arguments) to retrei
== Changelog ==

= 2.1 =
* Add compability to use plugins to upload avatar image to cloud (Azure, AWS S3 etc) by using media_handle_upload instead of wp_handle_upload
* *New:* All avatar uploads now go into the media library. Don't worry - users without the ability to upload files cannot otherwise see the contents of your media library. This allows local avatars to respect other functionality your site may have around uploaded images, such as external hosting.
* *New:* REST API support for getting and updating.
* *New:* Use .org language packs rather than bundling translations.
* *Fixed:* Avoid an `ArgumentCountError`.
* *Fixed:* A couple of internationalization issues.

= 2.0 =
* Choose or upload an avatar from the media library (for user's with appropriate capabilities)!
* Choose or upload an avatar from the media library (for users with appropriate capabilities)!
* Local avatars are rated for appropriateness, just like Gravatar
* A new setting under Discussion enables administrators to turn off Gravatar (only use local avatars)
* Delete the local avatar with a single button click (like everywhere else in WordPress)
Expand Down Expand Up @@ -105,6 +109,9 @@ You can also use `get_simple_local_avatar()` (with the same arguments) to retrei

== Upgrade Notice ==

= 2.1 =
*Important note:* All avatar uploads now go into the media library. Don't worry - users without the ability to upload files cannot otherwise see the contents of your media library. This allows local avatars to respect other functionality your site may have around uploaded images, such as external hosting.

= 2.0 =
Upgraded to take advantage of *WordPress 3.5 and newer*. Does not support older versions! This has also *not* been tested with front end profile plug-ins - feedback welcome. Note that several language strings have been added or modified - revised translations would be welcome!

Expand Down
Binary file modified screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions simple-local-avatars.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
Plugin Name: Simple Local Avatars
Plugin URI: http://10up.com/plugins/simple-local-avatars-wordpress/
Description: Adds an avatar upload field to user profiles. Generates requested sizes on demand, just like Gravatar! Simple and lightweight.
Version: 2.1
Author: Jake Goldman, 10up
Author URI: http://10up.com
License: GPLv2 or later
Text Domain: simple-local-avatars
*/
* Plugin Name: Simple Local Avatars
* Plugin URI: https://10up.com/plugins/simple-local-avatars-wordpress/
* Description: Adds an avatar upload field to user profiles. Generates requested sizes on demand, just like Gravatar! Simple and lightweight.
* Version: 2.1
* Author: Jake Goldman, 10up
* Author URI: https://10up.com
* License: GPLv2 or later
* Text Domain: simple-local-avatars
*/

/**
* add field to user profiles
Expand Down

0 comments on commit 01721ab

Please sign in to comment.