From 20f42c1bc05c4025f316f8b95d3234b984fa5833 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Thu, 8 Dec 2022 22:23:28 +0100 Subject: [PATCH] Tag v1.8.1 --- package.json | 2 +- readme.txt | 6 +++++- yoast-comment-hacks.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4421d63..40b7aa8 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "@yoast/grunt-plugin-tasks": "^2.0.0" }, "yoast": { - "pluginVersion": "1.8" + "pluginVersion": "1.8.1" } } diff --git a/readme.txt b/readme.txt index ac53e35..df8b3d7 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.1 -Stable tag: 1.8 +Stable tag: 1.8.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Requires PHP: 7.4 @@ -51,6 +51,10 @@ See the screenshots to get an even better idea of the plugins' functionality. == Changelog == += 1.8.1 = + +* Fixed a couple of PHP 7.4 related issues. + = 1.8 = * Changed namespace to `JoostBlog`. diff --git a/yoast-comment-hacks.php b/yoast-comment-hacks.php index b8d42b5..f563c01 100644 --- a/yoast-comment-hacks.php +++ b/yoast-comment-hacks.php @@ -4,7 +4,7 @@ * * @wordpress-plugin * Plugin Name: Comment Hacks - * Version: 1.8 + * Version: 1.8.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 @@ -34,7 +34,7 @@ /** * Used for version checks. */ -define( 'JOOST_COMMENT_HACKS_VERSION', '1.8' ); +define( 'JOOST_COMMENT_HACKS_VERSION', '1.8.1' ); /** * Used for asset embedding.