Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Princen committed Dec 9, 2015
1 parent 47018a9 commit 73b8597
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.1.1 2015-12-09

* Entries are filterable now
* Form::get refactored to work with the existingForms variable
* Added support for no notifications
* Added password field support
* Form and field classes are now properly filterable
* The defaulValue of a field is now filterable before and after Tags
* Custom validation support
* Minor bugfixes.



### 2.1.0 2015-11-25

* Datefields are working on the front-end now
Expand Down
4 changes: 2 additions & 2 deletions ChefForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
* Version: 2.1.1
* Author: Luc Princen
* Author URI: http://www.chefduweb.nl/
* License: GPLv2
Expand Down Expand Up @@ -38,7 +38,7 @@ class ChefForms {
*
* @var float
*/
const VERSION = '2.0.9';
const VERSION = '2.1.1';


/**
Expand Down

0 comments on commit 73b8597

Please sign in to comment.