Skip to content

Commit 1be1d8f

Browse files
committed
Ready for 2.1.1
1 parent cbfd7de commit 1be1d8f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

comment-hacks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @wordpress-plugin
66
* Plugin Name: Comment Hacks
7-
* Version: 2.1
7+
* Version: 2.1.1
88
* Plugin URI: https://joost.blog/plugins/comment-hacks/
99
* Description: Make comments management easier by applying the simple hacks Joost has gathered over the years.
1010
* Requires PHP: 7.4
@@ -35,7 +35,7 @@
3535
/**
3636
* Used for version checks.
3737
*/
38-
define( 'EMILIA_COMMENT_HACKS_VERSION', '2.1' );
38+
define( 'EMILIA_COMMENT_HACKS_VERSION', '2.1.1' );
3939

4040
/**
4141
* Used for asset embedding.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: comments, spam, emails
44
Text Domain: comment-hacks
55
Requires at least: 5.9
66
Tested up to: 6.7
7-
Stable tag: 2.1
7+
Stable tag: 2.1.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -59,6 +59,10 @@ If you have bugs to report, please go to [the plugin's GitHub repository](https:
5959

6060
== Changelog ==
6161

62+
= 2.1.1 =
63+
64+
* Don't enqueue the remove URL script on the frontend for logged out users or users without the `edit_posts` capability.
65+
6266
= 2.1 =
6367

6468
* Added a link to remove the author's URL from the comment from the frontend.

0 commit comments

Comments
 (0)