Skip to content

Commit

Permalink
Merge pull request #128 from Emilia-Capital/v1.9.5
Browse files Browse the repository at this point in the history
Get ready for v1.9.5, fixes #124
  • Loading branch information
jdevalk authored Jan 7, 2025
2 parents 3dda7c0 + 98db98f commit ed53ae0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions comment-hacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*
* @wordpress-plugin
* Plugin Name: Comment Hacks
* Version: 2.0
* Version: 1.9.5
* 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
* Author: Joost de Valk
* Author URI: https://joost.blog/
* Text Domain: comment-hacks
*
* Copyright 2009-2022 Joost de Valk (email: joost@joost.blog)
* Copyright 2009-2024 Joost de Valk (email: joost@joost.blog)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -35,7 +35,7 @@
/**
* Used for version checks.
*/
define( 'EMILIA_COMMENT_HACKS_VERSION', '1.9.4' );
define( 'EMILIA_COMMENT_HACKS_VERSION', '1.9.5' );

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

== Changelog ==

= 1.9.5 =

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

= 1.0 =

* Initial version.

Note: The initial version is based on the plugin formerly known as "Yoast Comment Hacks" to remove the branding since Yoast no longer owns the plugin.

0 comments on commit ed53ae0

Please sign in to comment.