diff --git a/CHANGELOG.md b/CHANGELOG.md index 637dcb1..6a1fcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### 2.1.4 2016-02-12 + +* Added the HTML and Break fields +* Added new number validation +* Added more actions and filters for fields +* Fixes for the Notification and Settingsmanager Editor-fields with Cuisine. +* Only validate non-empty fields now +* Tag refactoring: post, postmeta, user and usermeta +* Minor styling fix to checkboxes + + + ### 2.1.3 2016-01-15 * Non JS form-submitting diff --git a/ChefForms.php b/ChefForms.php index cc95cf0..3bcc459 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.3 + * Version: 2.1.4 * Author: Luc Princen * Author URI: http://www.chefduweb.nl/ * License: GPLv2 @@ -38,7 +38,7 @@ class ChefForms { * * @var float */ - const VERSION = '2.1.3'; + const VERSION = '2.1.4'; /**