Skip to content

Commit 2e4da4c

Browse files
committed
version 15.1.4
1 parent d61cd27 commit 2e4da4c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

cforms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
* Plugin URI: https://wordpress.org/plugins/cforms2/
2121
* Description: cformsII is a customizable, flexible and powerful form plugin including simple spam protection, multi-step forms, role manager support and custom themes.
2222
* Author: Oliver Seidel, Bastian Germann
23-
* Version: 15.1.3
23+
* Version: 15.1.4
2424
* Requires at least: 6.9
2525
* Text Domain: cforms2
2626
*/
2727
namespace Cforms2;
2828

29-
define('CFORMS2_VERSION', '15.1.3');
29+
define('CFORMS2_VERSION', '15.1.4');
3030

3131
// Debug message handling.
3232
if (!defined('WP_DEBUG_CFORMS2')) {

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a fork of cformsII, a highly customizable, flexible and powerful form bu
1313

1414
If you want to use plugin versions older than 14.6.3, you should rename the directory containing the plugin from "cforms2" to "cforms". But bear in mind that old versions should not be used in public systems, because they contain [known serious vulnerabilities](https://wpvulndb.com/plugins/cforms) that are exploited in the wild.
1515

16-
The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.0.7.
16+
The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.1.4.
1717

1818

1919
== Related Plugins ==
@@ -86,12 +86,17 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor
8686

8787
== Upgrade Notice ==
8888

89-
= 15.1.3 =
89+
= 15.1.4 =
9090
The tracking database feature and its view are removed with cformsII 15.0+. Your data still exists in the database. Please have a look at CFDB plugin as a replacement.
9191

9292

9393
== Changelog ==
9494

95+
= 15.1.4 =
96+
97+
* bugfix: Fix XSS in hidden field
98+
* bugfix: cforms2_delete_db_and_deactivate: Check nonce to prevent CSRF
99+
95100
= 15.1.3 =
96101

97102
* bugfix: Add wp_mail_charset filter to work around empty charset

0 commit comments

Comments
 (0)