Skip to content

Commit 336ff50

Browse files
committed
version 15.1.1
1 parent b842cab commit 336ff50

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

29-
define('CFORMS2_VERSION', '15.1');
29+
define('CFORMS2_VERSION', '15.1.1');
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 =
89+
= 15.1.1 =
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.1 =
96+
97+
* bugfix: Use wp_timezone_string over get_option once again
98+
9599
= 15.1 =
96100

97101
* bugfix: get rid of wp_mail workaround

0 commit comments

Comments
 (0)