forked from stuttter/wp-user-avatars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
99 lines (71 loc) · 3.45 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=== WP User Avatars ===
Contributors: johnjamesjacoby, stuttter
Tags: avatar, user, profile
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
== Description ==
Allow registered users to upload & select their own avatars.
= Also checkout =
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/ "The best way to manage events in WordPress.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
* [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Families](https://wordpress.org/plugins/wp-term-icons/ "Families for categories, tags, and other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
== Screenshots ==
1. Your Profile (+1100px)
2. Your Profile (-1100px)
3. WP User Profiles (Side)
4. WP User Profiles (Normal)
== Installation ==
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
== Frequently Asked Questions ==
= How does this work with multisite? =
Right now, not very well. We're working on this soon.
= Where can I get support? =
* Basic: https://wordpress.org/support/plugin/wp-user-avatars/
* Priority: https://chat.flox.io/support/channels/wp-user-avatars/
= Where can I find documentation? =
http://github.com/stuttter/wp-user-avatars/
== Changelog ==
= 1.0.2 =
* Fix bug with "Default Avatar" display introduced in 1.0.1
= 1.0.1 =
* Improved mu-plugins location support
* Use WordPress 4.2+ functions & filters
= 0.2.0 =
* Support for User Profiles 0.2.0
= 0.1.8 =
* Hide "Profile Picture" section (WordPress 4.4)
= 0.1.7 =
* Improve capability mappings
* Improve required file loading
* Remove unused action hook
= 0.1.6 =
* Improve support for user dashboard
= 0.1.5 =
* Support for WP User Profiles 0.1.7
= 0.1.4 =
* Bump assets & update readme's & metadata
= 0.1.3 =
* Improve compatibility with WP User Profiles
= 0.1.2 =
* Improve avatar styling
= 0.1.1 =
* Retina support for user profiles
= 0.1.0 =
* Initial release