From 858cc6026449ad9557ad0f28c240beeee9627128 Mon Sep 17 00:00:00 2001 From: Luc Princen Date: Mon, 6 Mar 2017 18:31:17 +0100 Subject: [PATCH] Tagging version 2.2.0 --- CHANGELOG.md | 11 +++++++++++ ChefForms.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a19390..5d051c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 2.2.0 2017-03-06 + +* Added support for redirect after submit +* Added fully extenable settings panels +* Added support for Google tag manager +* Fixes to notification system in compatibility with other plugins +* Various compatibility issues fixed with the FormBuilder +* Minor fixes + + + ### 2.1.9 2016-11-29 * Compatibility release for Chef Payment & Chef Invoices diff --git a/ChefForms.php b/ChefForms.php index aeb026c..e4ca214 100644 --- a/ChefForms.php +++ b/ChefForms.php @@ -3,7 +3,7 @@ * Plugin Name: Chef Forms * Plugin URI: http://chefduweb.nl/plugins/chef-forms * Description: Create easy-to-use forms in seconds - * Version: 2.1.9 + * Version: 2.2.0 * Author: Luc Princen * Author URI: http://www.chefduweb.nl/ * License: GPLv2 @@ -41,7 +41,7 @@ class ChefForms { * * @var float */ - const VERSION = '2.1.9'; + const VERSION = '2.2.0'; /**