From a27d0bc36fd42caf092ec22c1d886d23f14d0b2e Mon Sep 17 00:00:00 2001 From: Luc Princen Date: Thu, 6 Oct 2016 15:58:54 +0200 Subject: [PATCH] Version 2.1.8 --- CHANGELOG.md | 10 +++++++++- ChefForms.php | 10 +++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8258069..60844ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 2.1.8 2016-10-06 + +* Added support for ignoring the sass-pipeline +* Notification fixes +* Support for the multipage form plugin +* File field errors fixed +* Minor fixes + ### 2.1.7 2016-06-27 * Completely new UI @@ -46,7 +54,7 @@ ### 2.1.3 2016-01-15 -* Non JS form-submitting +* Non JS form-submitting * Added support for file-uploads * Added support for tab-indexing * Added support for entry pagination diff --git a/ChefForms.php b/ChefForms.php index c983c4f..018c1db 100644 --- a/ChefForms.php +++ b/ChefForms.php @@ -3,13 +3,13 @@ * Plugin Name: Chef Forms * Plugin URI: http://chefduweb.nl/plugins/chef-forms * Description: Create easy-to-use forms in seconds - * Version: 2.1.7 + * Version: 2.1.8 * Author: Luc Princen * Author URI: http://www.chefduweb.nl/ * License: GPLv2 * Bitbucket Plugin URI: https://bitbucket.org/chefduweb/chef-forms * Bitbucket Branch: master - * + * * @package ChefForms * @category Core * @author Chef du Web @@ -25,7 +25,7 @@ if (!class_exists('ChefForms')) { class ChefForms { - + /** * ChefForms bootstrap instance. * @@ -67,7 +67,7 @@ private function __construct(){ private function load(){ //auto-loads all .php files in these directories. - $includes = array( + $includes = array( 'Classes/Wrappers', 'Classes/Hooks/Cuisine', @@ -89,7 +89,7 @@ private function load(){ foreach( $includes as $inc ){ - + $root = static::getPluginPath(); $files = glob( $root.$inc.'/*.php' );