Skip to content

Commit

Permalink
version 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Mar 22, 2019
1 parent 3bd7106 commit 32d9d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
* Version: 15.0.1
* Text Domain: cforms2
*/
namespace Cforms2;

define('CFORMS2_VERSION', '15.0');
define('CFORMS2_VERSION', '15.0.1');

// debug message handling
if (!defined('WP_DEBUG_CFORMS2')) {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor

== Upgrade Notice ==

= 15.0 =
The tracking database feature and its view are removed. Your data still exists in the database. Please have a look at CFDB plugin as a replacement.
= 15.0.1 =
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.1 =
= 15.0.1 =

* enhanced: remove deprecated html5datetime field type
* bugfix: write html5 attributes to field name (long-standing since 14.12.2)
Expand Down

0 comments on commit 32d9d5c

Please sign in to comment.