From 6e5fb2788dc10a3175da725b2a22ca1542bd7101 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Tue, 19 Dec 2023 06:06:12 -0600 Subject: [PATCH] Bumping version. --- index.php | 4 ++-- readme.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 86b88f4..38712b8 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.17 + * Version: 3.0.19 * 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.17' ); +define( 'SCE_VERSION', '3.0.19' ); define( 'SCE_FILE', __FILE__ ); define( 'SCE_SPONSORS_URL', 'https://github.com/sponsors/DLXPlugins' ); diff --git a/readme.txt b/readme.txt index 19f7fe1..1c8d1e9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronalfy Tags: comment editing, comments,edit comments, woocommerce reviews, Requires at least: 5.0 Tested up to: 6.4 -Stable tag: 3.0.17 +Stable tag: 3.0.19 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.19 = +* Released 2023-12-19 +* Compatibility update: Fixing JS events not tied to document and fixing JS filters for other callers. + = 3.0.17 = * Released 2023-12-08 * Adding synthetic JS event for when the timer has been loaded. This is useful for third-party integrations. @@ -482,5 +486,5 @@ Simple Comment Editing will work all the way back to IE10. == Upgrade Notice == -= 3.0.17 = -Adding synthetic JS event for when the timer has been loaded. This is useful for third-party integrations. \ No newline at end of file += 3.0.19 = +Compatibility update: Fixing JS events not tied to document and fixing JS filters for other callers. \ No newline at end of file