You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
-88Lines changed: 0 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -59,94 +59,6 @@ If you have bugs to report, please go to [the plugin's GitHub repository](https:
59
59
60
60
== Changelog ==
61
61
62
-
= 1.9.4 =
63
-
64
-
* Fix fatal due to wrong class import, props [@andizer](https://profiles.wordpress.org/andizer/).
65
-
66
-
= 1.9.3 =
67
-
68
-
* Fix bug where comment reroute recipient would not save.
69
-
* Added an option to disable the "Email all commenters" admin bar button.
70
-
71
-
= 1.9.2 =
72
-
73
-
* Fix missing autoloader
74
-
75
-
= 1.9 =
76
-
77
-
* Introduces a new option to the plugin: adding a comment policy was never easier than this: just create a comment
78
-
policy page, toggle the option on and select it, and commenters will have to accept your comment policy before being
79
-
able to comment.
80
-
* Fixes a bug where editing a comment on the quick edit screen would cause that comment to lose its parent.
81
-
* Enhances performance by preventing too frequent option updates.
82
-
* Remove all direct DB queries in favor of using WordPress core functions.
83
-
84
-
= 1.8.1 =
85
-
86
-
* Fixed a couple of PHP 7.4 related issues.
87
-
88
-
= 1.8 =
89
-
90
-
* Changed namespace to `JoostBlog`.
91
-
* Removed Yoast branding.
92
-
* Updated plugin to require PHP 7.4.
93
-
94
-
= 1.7 =
95
-
96
-
* Bugfixes:
97
-
* Fixed: the "Email commenters" link would not be displayed in the WordPress admin bar and in the Comments list.
98
-
* Fixed: the "Email commenters" link in the front end admin bar wouldn't work when jQuery wasn't enqueued.
99
-
* Fixed: the notification emails for new comments would have incorrect content for the Author line and the text displayed before the comment.
100
-
101
-
= 1.6 =
102
-
103
-
* Fix language packs.
104
-
105
-
= 1.5 =
106
-
107
-
* Bugfixes:
108
-
* Fixed: comment recipient dropdown would reset on reload of the page.
109
-
* Fixed: admin bar CSS showing when no admin bar is showing.
110
-
111
-
= 1.4 =
112
-
113
-
* Enhancements:
114
-
* Limit the roles shown in the comment notifications dropdown to roles that normally exist and can write. Introduces a new filter to allow expanding them.
115
-
116
-
= 1.3 =
117
-
118
-
* Enhancements:
119
-
* Add option to restrict comments that are too long, next to too small.
120
-
* Add `reply-to` header to comment notification and moderation emails, pointing to the post author.
121
-
* Preserve the active tab when saving settings.
122
-
* Remove `[...]` from pingback / trackback excerpt in cleaned emails as that's already included by core.
123
-
* Replace link to ARIN with link to [ip-lookup.net](http://ip-lookup.net) for details about the IP.
124
-
* Refactored code for readability and code quality.
125
-
* Refactor upgrade routine to do less DB queries.
126
-
127
-
= 1.2 =
128
-
129
-
Fixes several issues:
130
-
131
-
* Differentiate between AJAX request and normal POST for nonce checking, fixes #7.
132
-
* Make sure comment type isn't empty in cleaned email, fixes #8.
133
-
* Allow setting the comment parent to 0, fixes #10.
134
-
* Prevents defaults from being reinstated, fixes #14.
135
-
136
-
Also:
137
-
138
-
* Adds translator comments to all strings with `sprintf` / `printf`.
139
-
* Updates to new version of Yoast i18n, in the process switching from `translate.yoast.com` to `translate.wordpress.org` and removing packaged translations.
140
-
* Added `yarn.lock` and removed no longer needed i18n grunt tasks.
141
-
142
-
= 1.1.1 =
143
-
144
-
* Add text domain so the plugin can be translated.
145
-
146
-
= 1.1 =
147
-
148
-
* Add comment routing option, adds a dropdown in a post's discussion settings, allowing the routing of comment emails to another user.
0 commit comments