From 28cf9c19cce6df447784b93a0ee49972dc10a4cb Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Mon, 26 Aug 2024 02:16:51 -0500 Subject: [PATCH] Version bump. --- index.php | 4 ++-- readme.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 5dea5c3..3f429f6 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * Plugin URI: https://dlxplugins.com/plugins/comment-edit-lite/ * Description: Allow your users to edit their comments. * Author: DLX Plugins - * Version: 3.0.20 + * Version: 3.0.21 * Requires PHP: 7.2 * Requires at least: 5.0 * Author URI: https://dlxplugins.com/ @@ -22,7 +22,7 @@ die( 'No direct access.' ); } define( 'SCE_SLUG', plugin_basename( __FILE__ ) ); -define( 'SCE_VERSION', '3.0.20' ); +define( 'SCE_VERSION', '3.0.21' ); define( 'SCE_FILE', __FILE__ ); define( 'SCE_SPONSORS_URL', 'https://github.com/sponsors/DLXPlugins' ); diff --git a/readme.txt b/readme.txt index 36be1f0..0d242c4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronalfy Tags: comment editing, comments ,edit comments, reviews, Requires at least: 5.0 Tested up to: 6.6 -Stable tag: 3.0.20 +Stable tag: 3.0.21 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,10 @@ Simple Comment Editing will work all the way back to IE10. == Changelog == += 3.0.21 = +* Released 2024-08-26 +* Fixing bug with `check_comment` function always returning that a comment should be in moderation when saving an edited comment. + = 3.0.20 = * Released 2024-06-25 * Fixing Ajax JS error for timers on lazy loaded comments. @@ -491,5 +495,5 @@ Simple Comment Editing will work all the way back to IE10. == Upgrade Notice == -= 3.0.20 = -Fixing Ajax error for timers on lazy loaded comments. \ No newline at end of file += 3.0.21 = +Fixing bug with `check_comment` function always returning that a comment should be in moderation when saving an edited comment. \ No newline at end of file