Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jan 7, 2025
2 parents 669af97 + 54d80b8 commit 563ea35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1.9.5
* Version: 2.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', '1.9.5' );
define( 'EMILIA_COMMENT_HACKS_VERSION', '2.1' );

/**
* Used for asset embedding.
Expand Down
4 changes: 2 additions & 2 deletions 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: 1.9.5
Stable tag: 2.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -59,7 +59,7 @@ If you have bugs to report, please go to [the plugin's GitHub repository](https:

== Changelog ==

= 1.9.5 =
= 2.1 =

* Added a link to remove the author's URL from the comment from the frontend.
* Fix comment policy function for admins and editors.
Expand Down

0 comments on commit 563ea35

Please sign in to comment.