Skip to content

Commit

Permalink
Ready for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jan 17, 2025
1 parent cbfd7de commit 1be1d8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions comment-hacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @wordpress-plugin
* Plugin Name: Comment Hacks
* Version: 2.1
* Version: 2.1.1
* Plugin URI: https://joost.blog/plugins/comment-hacks/
* Description: Make comments management easier by applying the simple hacks Joost has gathered over the years.
* Requires PHP: 7.4
Expand Down Expand Up @@ -35,7 +35,7 @@
/**
* Used for version checks.
*/
define( 'EMILIA_COMMENT_HACKS_VERSION', '2.1' );
define( 'EMILIA_COMMENT_HACKS_VERSION', '2.1.1' );

/**
* Used for asset embedding.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: comments, spam, emails
Text Domain: comment-hacks
Requires at least: 5.9
Tested up to: 6.7
Stable tag: 2.1
Stable tag: 2.1.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -59,6 +59,10 @@ If you have bugs to report, please go to [the plugin's GitHub repository](https:

== Changelog ==

= 2.1.1 =

* Don't enqueue the remove URL script on the frontend for logged out users or users without the `edit_posts` capability.

= 2.1 =

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

0 comments on commit 1be1d8f

Please sign in to comment.