From 65600b17a393a6c4b37e37713d8dfc283933920a Mon Sep 17 00:00:00 2001 From: Arno Welzel Date: Sun, 3 Nov 2024 16:07:44 +0100 Subject: [PATCH] Updated WordPress compatibility information. --- classes/CommentReplyEmailNotification.php | 2 +- cren_plugin.php | 2 +- readme.txt | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/classes/CommentReplyEmailNotification.php b/classes/CommentReplyEmailNotification.php index 88dfb90..1dca20f 100644 --- a/classes/CommentReplyEmailNotification.php +++ b/classes/CommentReplyEmailNotification.php @@ -3,7 +3,7 @@ class CommentReplyEmailNotification { - const CREN_VERSION = '1.33.0'; + const CREN_VERSION = '1.34.0'; /** * Constructor diff --git a/cren_plugin.php b/cren_plugin.php index 17aeb67..21172b1 100644 --- a/cren_plugin.php +++ b/cren_plugin.php @@ -3,7 +3,7 @@ Plugin Name: Comment Reply Email Notification Plugin URI: https://wordpress.org/plugins/comment-reply-email-notification/ Description: Sends an email notification to the comment author when someone replies to his comment. -Version: 1.33.0 +Version: 1.34.0 Author: Arno Welzel Author URI: http://arnowelzel.de Text Domain: comment-reply-email-notification diff --git a/readme.txt b/readme.txt index 3d85682..2bf5d46 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: awelzel, guhemama Tags: comment, email, reply, notification Requires at least: 4.4.0 -Tested up to: 6.6 -Stable tag: 1.33.0 +Tested up to: 6.7 +Stable tag: 1.34.0 Donate link: https://paypal.me/ArnoWelzel License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -75,6 +75,10 @@ add_filter('cren_comment_subscribe_html', function(string $html_output, string $ == Changelog == += 1.34.0 = + +* Updated WordPress compatibility information. + = 1.33.0 = * Updated WordPress compatibility information.