Skip to content

Commit

Permalink
Updated WordPress compatibility information.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Nov 3, 2024
1 parent 1ea165f commit 65600b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classes/CommentReplyEmailNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class CommentReplyEmailNotification
{
const CREN_VERSION = '1.33.0';
const CREN_VERSION = '1.34.0';

/**
* Constructor
Expand Down
2 changes: 1 addition & 1 deletion cren_plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 65600b1

Please sign in to comment.