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.