diff --git a/index.php b/index.php index 4838334..0c32ee1 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.32 + * Version: 3.0.33 * 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.32' ); +define( 'SCE_VERSION', '3.0.33' ); define( 'SCE_FILE', __FILE__ ); define( 'SCE_SPONSORS_URL', 'https://github.com/sponsors/DLXPlugins' ); diff --git a/readme.txt b/readme.txt index bcbc0d9..7b2c089 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.7 -Stable tag: 3.0.32 +Stable tag: 3.0.33 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.33 = +* Released 2024-12-11 +* Fixing remaining translation warnings in WP 6.7. + = 3.0.32 = * Released 2024-11-28 * Fixing translation debug warning in WP 6.7 for loading translations to early. @@ -509,5 +513,5 @@ Simple Comment Editing will work all the way back to IE10. == Upgrade Notice == -= 3.0.32 = -Fixing translation debug warning in WP 6.7 for loading translations to early. \ No newline at end of file += 3.0.33 = +Fixing remaining translation warnings in WP 6.7. \ No newline at end of file