From 60ed3969b54d9820bd2261de97dbe0ff64f8afeb Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Wed, 3 Jan 2024 14:08:37 +0100 Subject: [PATCH] Tag 1.9.4 --- readme.txt | 6 +++++- yoast-comment-hacks.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 1c9e373..5b314bf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: comments, spam, emails Text Domain: yoast-comment-hacks Requires at least: 5.9 Tested up to: 6.4 -Stable tag: 2.0 +Stable tag: 1.9.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Requires PHP: 7.4 @@ -59,6 +59,10 @@ If you have bugs to report, please go to [the plugin's GitHub repository](https: == Changelog == += 1.9.4 = + +* Fix fatal due to wrong class import, props [@andizer](https://profiles.wordpress.org/andizer/). + = 1.9.3 = * Fix bug where comment reroute recipient would not save. diff --git a/yoast-comment-hacks.php b/yoast-comment-hacks.php index 55b9001..66f4614 100644 --- a/yoast-comment-hacks.php +++ b/yoast-comment-hacks.php @@ -4,7 +4,7 @@ * * @wordpress-plugin * Plugin Name: Comment Hacks - * Version: 1.9.3 + * Version: 1.9.4 * 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 @@ -34,7 +34,7 @@ /** * Used for version checks. */ -define( 'JOOST_COMMENT_HACKS_VERSION', '1.9.3' ); +define( 'JOOST_COMMENT_HACKS_VERSION', '1.9.4' ); /** * Used for asset embedding.