diff --git a/README.md b/README.md index 7487755..0a51e69 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Gravity Forms: Multiple Form Instances ===================================== -### Version 1.0.9 +### Version 1.0.10 ----- diff --git a/gravityforms-multiple-form-instances.php b/gravityforms-multiple-form-instances.php index 556f0b6..fc7fa85 100644 --- a/gravityforms-multiple-form-instances.php +++ b/gravityforms-multiple-form-instances.php @@ -5,10 +5,10 @@ * Description: Allows multiple instances of the same form to be run on a single page when using AJAX. * Author: tyxla * Author URI: https://github.com/tyxla - * Version: 1.0.9 + * Version: 1.0.10 * License: GPL2 * Requires at least: 3.0.1 - * Tested up to: 4.3 + * Tested up to: 4.3.1 */ /** @@ -84,6 +84,7 @@ function gform_get_form_filter($form_string, $form) { 'gformShowPasswordStrength("input_' . $form['id'] . '_' => 'gformShowPasswordStrength("input_' . $random_id . '_', "gformInitChosenFields('#input_" . $form['id'] . "_" => "gformInitChosenFields('#input_" . $random_id . "_", "jQuery('#input_" . $form['id'] . "_" => "jQuery('#input_" . $random_id . "_", + 'gforms_calendar_icon_input_' . $form['id'] . '_' => 'gforms_calendar_icon_input_' . $random_id . '_', $hidden_field => "" . $hidden_field, ); diff --git a/readme.txt b/readme.txt index 7cca14d..e7a2371 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: tyxla Tags: gravity, form, multiple, gravity forms Requires at least: 3.0.1 -Tested up to: 4.3 -Stable tag: 1.0.9 +Tested up to: 4.3.1 +Stable tag: 1.0.10 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -25,6 +25,9 @@ This plugin addresses this issue, allowing multiple forms to be displayed on the == Changelog == += 1.0.10 = +Now properly supporting date field with calendar enabled. + = 1.0.9 = Now properly supporting maximum characters limit.