Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Aug 26, 2024
1 parent a6bab11 commit 28cf9c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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' );

Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
= 3.0.21 =
Fixing bug with `check_comment` function always returning that a comment should be in moderation when saving an edited comment.

0 comments on commit 28cf9c1

Please sign in to comment.