-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
54 lines (34 loc) · 1.64 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
=== Custom Post Avatar ===
Contributors: chrisbergr
Tags: avatar, user image, gravatar, replacement, local avatar
Requires at least: 4.9
Tested up to: 5.5
Requires PHP: 5.2.4
Stable tag: 0.9.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Custom Post Avatar gives you the possibility to replace your default avatar by a custom image on each post individually.
== Description ==
Custom Post Avatar is inspired by Aaron Parecki's Emoji Avatars functionality on his website (https://aaronparecki.com/2019/02/25/9/emoji), but instead of beeing related to the used emojis in the content it is possible to choose it from the media library independend.
Major features in Custom Post Avatar:
* Optionally select custom avatar for each post.
* Replace avatar only for the post author, not for comment authors.
To get results out of this plugin you'll need a theme displaying user avatars via the get_avatar function.
== Installation ==
Upload the plugin to your WordPress Site/Blog, activate it and use it in your posts.
== Roadmap ==
* Optional Caching of Commenter Avatars
* Possibility to remove avatars from user profile
* Possibility to edit other user avatars as admin
* Possibility to remove avatar from post (reset to default)
== Changelog ==
= 0.9.6 =
* Bugfix: Custom Post Avatar has affected some comment avatars
* Compatibility with WordPress 5.5
= 0.9.5 =
* Bugfix: Visible avatar image after File upload in profile
= 0.9.4 =
* Every user can add n avatars in their profile page
* Custom avatar can be selected from predefined list (per user) in new/edit post screen
= 0.9.3 =
* Initial version with basic functionality.