Skip to content

Commit 4ee7788

Browse files
committed
Version bump.
1 parent fafe870 commit 4ee7788

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin URI: https://dlxplugins.com/plugins/comment-edit-lite/
1111
* Description: Allow your users to edit their comments.
1212
* Author: DLX Plugins
13-
* Version: 3.0.33
13+
* Version: 3.1.0
1414
* Requires PHP: 7.2
1515
* Requires at least: 5.0
1616
* Author URI: https://dlxplugins.com/
@@ -22,7 +22,7 @@
2222
die( 'No direct access.' );
2323
}
2424
define( 'SCE_SLUG', plugin_basename( __FILE__ ) );
25-
define( 'SCE_VERSION', '3.0.33' );
25+
define( 'SCE_VERSION', '3.1.0' );
2626
define( 'SCE_FILE', __FILE__ );
2727
define( 'SCE_SPONSORS_URL', 'https://github.com/sponsors/DLXPlugins' );
2828

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: ronalfy
33
Tags: comment editing, comments ,edit comments, reviews,
44
Requires at least: 5.0
55
Tested up to: 6.7
6-
Stable tag: 3.0.33
6+
Stable tag: 3.1.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -80,6 +80,10 @@ Simple Comment Editing will work all the way back to IE10.
8080

8181
== Changelog ==
8282

83+
= 3.1.0 =
84+
* Released 2025-01-08
85+
* Security fix: Resolving SSRF security vulnerability when retrieving Mailchimp data as reported by Patchstack.
86+
8387
= 3.0.33 =
8488
* Released 2024-12-11
8589
* Fixing remaining translation warnings in WP 6.7.
@@ -513,5 +517,5 @@ Simple Comment Editing will work all the way back to IE10.
513517

514518
== Upgrade Notice ==
515519

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

0 commit comments

Comments
 (0)