Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jan 8, 2025
1 parent fafe870 commit 4ee7788
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.33
* Version: 3.1.0
* 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.33' );
define( 'SCE_VERSION', '3.1.0' );
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.7
Stable tag: 3.0.33
Stable tag: 3.1.0
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.1.0 =
* Released 2025-01-08
* Security fix: Resolving SSRF security vulnerability when retrieving Mailchimp data as reported by Patchstack.

= 3.0.33 =
* Released 2024-12-11
* Fixing remaining translation warnings in WP 6.7.
Expand Down Expand Up @@ -513,5 +517,5 @@ Simple Comment Editing will work all the way back to IE10.

== Upgrade Notice ==

= 3.0.33 =
Fixing remaining translation warnings in WP 6.7.
= 3.1.0 =
* Security fix: Resolving SSRF security vulnerability when retrieving and submitting Mailchimp data as reported by Patchstack.

0 comments on commit 4ee7788

Please sign in to comment.