forked from pippinsplugins/bbPress-Private-replies
-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·166 lines (96 loc) · 4.77 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
=== bbPress - Private Replies - Enhanced ===
Author URI: https://david.dw-perspective.org.uk
Plugin URI: https://github.com/DavidAnderson684/bbpress-private-replies-enhanced
Contributors: mordauk, corsonr, DavidAnderson
Donate link: https://david.dw-perspective.org.uk/donate
Tags: bbPress, private replies, replies, Forums
Requires at least: 4.9
Tested up to: 5.6
Stable Tag: 1.5.1
A simple plugin to allow your bbPress users to mark their replies as private (visible only to the user and moderators), or moderator-only.
== Description ==
This add-on plugin for bbPress will allow your forum posters to mark their replies as private, meaning that only the original poster and forum moderators can see the content of the reply; or as moderator-only. This is a great plugin to install if you use bbPress as a support forum where users may need to share confidential information, such as site URLs, passwords, etc., or where moderators want to share information that is not visible to other users.
If you have suggestions or bugfixes for the plugin, please report them on [Github](https://github.com/pippinsplugins/bbPress-Private-replies).
**Languages**
Private Replies for bbPress as been translated into the following languages:
1. English
2. French
3. German
4. Dutch
Would you like to help translate the plugin into more languages? [Contact Pippin](http://pippinsplugins.com/contact).
== Installation ==
1. Activate the plugin
2. A new "Set reply as private" checkbox will be added to the new reply creation form
3. Replies' private status can be changed by editing the reply
== Screenshots ==
1. Screenshot 1
2. Screenshot 2
3. Screenshot 3
4. Screenshot 4
== Changelog ==
= 1.5.1 - 15/Dec/2020 =
* TWEAK: Introduce filter bbp_private_replies_delete_private_replies_daily to allow disabling of automatic deleting of private messages
= 1.5.0 - 04/Dec/2020 =
* Added daily cron scheduler for replace older than 3 months private replies with generic "deleted" message
= 1.4.1 - 03/May/2019 =
* Make text domain agree with plugin slug
* Change plugin slug to bbpress-private-replies-enhanced
* Mark as requiring WP 4.9+. Likely works very much earlier, but nothing earlier will receive support.
= 1.4.0 =
* Add a new "moderator-only" replies feature. These differ from "private replies" in that they are also hidden from the topic poster (unless they are a moderator)
= 1.3.3 =
* Fix: Private replies from other users could be emailed to topic authors improperly
* Fix: noreply email address could trigger fatal PHPMailer errors in some scenarios
* Tweak: Added a filter to allow the capability required to view private replies to be changed
* Tweak: Added a filter that allows the noreply address to be overwritten
= 1.3.2 =
* Added a Persian translation file
= 1.3.1 =
* Added Dutch translation files
* Fixed a non-object error message
= 1.3 =
* Tweaked a priority to ensure Private Replies always runs last
= 1.2 =
* Fix: Missing argument message
* Fix: Email notifications no new Private Replies weren't sent since latest bbPress update
= 1.1.2 =
* Fix: bug with hiding private replies from annonymouse users
= 1.1.1 =
* New: added German translation files, thanks to @AlexIhrig
= 1.1 =
* Fixed a bug that allowed topic authors to view private replies of other users within the same thread
= 1.0.13 =
* Fixed an incorrect variable name
= 1.0.12 =
* Fixed a bug (again) that made private replies open to logged-out users
= 1.0.11 =
* Fixed a bug that made private replies open to logged-out users
= 1.0.10 =
* Fixed a bug that caused authorized users to not be able to see private replies
= 1.0.9 =
* Fixed a bug with topic authors would receive email notifications on private replies by other authors on the same thread
= 1.0.8 =
* Fixed a bug with topic authors could see private replies of other authors in the same thread
= 1.0.7 =
* Fixed a compatibility problem with GD bbPress Attachments that resulted in attached files not being private.
= 1.0.6 =
* Fixed missing argument error.
= 1.0.5 =
* Fixed a bug with private replies showing up in search results
= 1.0.4 =
* Fixed another bug with new reply notifications including private details.
= 1.0.3 =
* Fixed a bug with new reply notifications including private details.
= 1.0.2 =
* Darkened background of private replies
= 1.0.1 =
* Fixed a bug with private replies in user's profiles.
= 1.0 =
* Fixed a bug that caused topic subscribers to get emails with new private replies that they didn't have permission to read
= 0.2 =
* Fixed a bug that prevented topic authors from seeing private admin replies
* Changes the capability required to see private replies from bbp_forums_admin to publish_forums
* Changed private reply backgrounds to blue to help distinguish them from sticky topics
* Improved French translation
= 0.1 =
* First beta release!