Skip to content

Commit

Permalink
version 15.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Mar 5, 2023
1 parent e3a984e commit cb783ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
* Plugin URI: https://wordpress.org/plugins/cforms2/
* Description: cformsII is a customizable, flexible and powerful form plugin including simple spam protection, multi-step forms, role manager support and custom themes.
* Author: Oliver Seidel, Bastian Germann
* Version: 15.0.4
* Version: 15.0.5
* Text Domain: cforms2
*/
namespace Cforms2;

define('CFORMS2_VERSION', '15.0.4');
define('CFORMS2_VERSION', '15.0.5');

// Debug message handling.
if (!defined('WP_DEBUG_CFORMS2')) {
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Oliver, the original author, discontinued developing the plugin. This fork is an

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.

The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.0.3.
The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.0.5.


== Related Plugins ==
Expand Down Expand Up @@ -111,12 +111,16 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor

== Upgrade Notice ==

= 15.0.4 =
= 15.0.5 =
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.


== Changelog ==

= 15.0.5 =

* Fix CSRF by introducing nonces to admin forms (CVE-2023-25449)

= 15.0.4 =

* enhanced: make session extension optional
Expand Down

0 comments on commit cb783ce

Please sign in to comment.