Skip to content

Commit 63fa0d6

Browse files
committed
version 15.0.10
1 parent 381d683 commit 63fa0d6

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

29-
define('CFORMS2_VERSION', '15.0.9');
29+
define('CFORMS2_VERSION', '15.0.10');
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
@@ -90,12 +90,16 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor
9090

9191
== Upgrade Notice ==
9292

93-
= 15.0.9 =
93+
= 15.0.10 =
9494
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.
9595

9696

9797
== Changelog ==
9898

99+
= 15.0.10 =
100+
101+
* bugfix: Use wp_timezone_string over get_option
102+
99103
= 15.0.9 =
100104

101105
* enhanced: register Fieldtypes on init (PHP 8.4 warnings)

0 commit comments

Comments
 (0)