-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
178 lines (120 loc) · 3.97 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
=== Comment Mention ===
Contributors: bhargavbhandari90, biliplugins, hackkzy404
Donate link: https://www.paypal.me/BnB90/50
Tags: comments, mention, email, user, bbpress
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 1.7.14
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Mention user in comments without BuddyPress plugin. Mentioned user will get email notification.
Compatible with BBPress as well.
== Description ==
Now you can enable user mention functionality in post comments without using BuddyPress plugin.
This plugin is useful for those who wants to enable mention on their blog site.
What this plugin does? Just wring username followed by '@' in comment box. It will send the email to mentioned user.
Email setting is provided in backend. You can change email subject and content by your own.
https://www.youtube.com/watch?v=Nz47aKJhsKQ
== PRO Features ==
* Search by First/Last name while mention.
* Search by Display name while mention.
* Enable mentioning on Page comment.
* Added option to Turn off Email notification.
* Mention by First Name & Last Name ( Under development... ).
* Go to wp-admin –> Comment Mention
* And you will see options to enable pro features https://prnt.sc/r5W2X4utYe3v
* [Get Comment Mention Pro](https://biliplugins.com/comment-mention-pro-product/)
* TO USE THIS PRO PLUGIN, MAKE SURE YOU HAVE AT LEAST Comment Mention PLUGIN v1.3.0
== Pro Plugin Compatibility ==
* [GamiPress](https://gamipress.com/?ref=203)
* [MemberPress](https://memberpress.com/)
== Installation ==
This section describes how to install the plugin and get it working.
== Screenshots ==
1. Mention the user by typing "@" in the comment box.
2. Setting for sending email to mentioned user.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Comment Mention menu to configure the plugin
== GIT Repo ==
[https://github.com/BhargavBhandari90/comment-mention](https://github.com/BhargavBhandari90/comment-mention)
== Changelog ==
= 1.7.14 =
* Mention script improvisation for pro plugin.
* Added hooks for pro plugin.
= 1.7.13 =
* Mention script improvisation for pro plugin.
= 1.7.12 =
* Mention script improvisation.
= 1.7.11 =
* Hook added : `cmt_mntn_comment_pre_content`.
* Updated mention script for pro feature.
= 1.7.10 =
* Fix bbPress reply link.
= 1.7.9 =
* Bug Fix : Double quotes issue with Email subject.
= 1.7.8 =
* Hook added : `cmnt_mntn_replace_mentioned_name`.
= 1.7.7 =
* Bug Fix : Unable to mention user on freshly installed `Comment Mention`.
= 1.7.6 =
* Update plugin issue fix.
= 1.7.5 =
* Minor bug fix.
= 1.7.4 =
* Minor bug fix.
= 1.7.3 =
* Added shortcode support for Email subject.
= 1.7.2 =
* Minor Updates.
= 1.7.1 =
* Minor Bug Fixes.
= 1.7.0 =
* Mention script Updated.
* Minor Bug Fixes.
= 1.6.0 =
* Added Option to Hide selected user roles while mentioning.
= 1.5.0 =
* Added Option to enable comment mention for selected user roles.
= 1.4.6 =
* JS & CSS optimization.
= 1.4.5 =
* JS & CSS optimization.
= 1.4.4 =
* Fix - Not able to mention.
= 1.4.3 =
* Fix - Not able to mention.
= 1.4.2 =
* Made some changes related to pro plugin.
= 1.4.1 =
* Made some changes related to pro plugin.
= 1.4.0 =
* Added support for TinyMCE.
= 1.3.3 =
* Minor bug fixes.
= 1.3.2 =
* Changes for pro plugin.
= 1.3.1 =
* Changes for pro plugin.
= 1.3.0 =
* Changes for pro plugin.
= 1.2.5 =
* Added actions and filters.
= 1.2.4 =
* Added new placeholders: #commenter_name# and #comment_content#.
= 1.2.3 =
* Fix issue of ajax with WP 5.5.
= 1.2.2 =
* Fix issue of class not added for mentions added by other than administrator.
= 1.2.1 =
* Fix issue of mention with post comment.
= 1.2.0 =
* Add bbpress compatibility.
= 1.1.0 =
* Add support for language.
= 1.0.1 =
* Fix issue of sending two mails to mentioned users.
= 1.0.0 =
* Initial Release.