Skip to content

Commit

Permalink
Update readme and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 9, 2022
1 parent c9da723 commit a18a05a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
Binary file modified .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Make comments management easier by applying the simple hacks Joost has gathered
This plugin adds some small hacks around core WordPress comments to make them more bearable:

* Cleaner comment notification emails.
* The option to enforce a comment policy.
* The option to forward comments to an email address (for instance for your support team) and then trash them.
* The option to disallow comments below a certain length.
* The option to redirect first time commenters to a "thank you" page.
* An input field on the comment edit screen to change the comment parent ID.
Expand All @@ -18,16 +20,16 @@ This repository uses [the Yoast grunt tasks plugin](https://github.com/Yoast/plu
## Screenshots

Screenshot of a clean comment notification email:<br>
![Screenshot of a clean comment notification email](svn-assets/screenshot-1.png)<br>
![Screenshot of a clean comment notification email](.wordpress-org/screenshot-1.png)<br>
<br>
The comment parent edit box:<br>
![The comment parent edit box](svn-assets/screenshot-2.png)<br>
![The comment parent edit box](.wordpress-org/screenshot-2.png)<br>
<br>
The plugins admin settings:<br>
![The plugins admin settings](svn-assets/screenshot-3.png)<br>
![The plugins admin settings](.wordpress-org/screenshot-3.png)<br>
<br>
The button on the frontend to email all the commenters on a post:<br>
![The button to email all commenters](svn-assets/screenshot-4.png)<br>
![The button to email all commenters](.wordpress-org/screenshot-4.png)<br>
<br>
The link in the backend to email an individual commenters on a post:<br>
![The button to email all commenters](svn-assets/screenshot-5.png)<br><br>
![The button to email all commenters](.wordpress-org/screenshot-5.png)<br><br>
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Make comments management easier by applying the simple hacks Joost has gathered
This plugin adds some small hacks around core WordPress comments to make them more bearable:

* Cleaner comment notification emails.
* The option to enforce a comment policy: just create a comment policy page, toggle the option on and select it, and
commenters will have to accept your comment policy before being able to comment.
* The option to forward comments to an email address (for instance for your support team) and then trash them.
* The option to disallow comments below and above a certain length.
* The option to redirect first time commenters to a "thank you" page.
* An input field on the comment edit screen to change the comment parent ID.
Expand Down Expand Up @@ -51,6 +54,12 @@ See the screenshots to get an even better idea of the plugins' functionality.

== Changelog ==

= 1.9 =

* Introduces a new option to the plugin: adding a comment policy was never easier than this: just create a comment
policy page, toggle the option on and select it, and commenters will have to accept your comment policy before being
able to comment.

= 1.8.1 =

* Fixed a couple of PHP 7.4 related issues.
Expand Down

0 comments on commit a18a05a

Please sign in to comment.