diff --git a/comment-hacks.php b/comment-hacks.php index 6b58c72..f0ed7b5 100644 --- a/comment-hacks.php +++ b/comment-hacks.php @@ -4,7 +4,7 @@ * * @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 @@ -12,7 +12,7 @@ * 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 @@ -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. diff --git a/readme.txt b/readme.txt index 0522d19..ef221cf 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. +