Skip to content

Commit 5817834

Browse files
committed
version 15.1.3
1 parent ea1d7bf commit 5817834

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.2
23+
* Version: 15.1.3
2424
* Requires at least: 6.9
2525
* Text Domain: cforms2
2626
*/
2727
namespace Cforms2;
2828

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

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

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,16 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor
8686

8787
== Upgrade Notice ==
8888

89-
= 15.1.2 =
89+
= 15.1.3 =
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.3 =
96+
97+
* bugfix: Add wp_mail_charset filter to work around empty charset
98+
9599
= 15.1.2 =
96100

97101
* bugfix: Construct multipart/alternative emails

0 commit comments

Comments
 (0)