Skip to content

Commit

Permalink
now properly supporting date field with calendar enabled; version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Sep 15, 2015
1 parent 223e188 commit 897c47a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gravity Forms: Multiple Form Instances
=====================================

### Version 1.0.9
### Version 1.0.10

-----

Expand Down
5 changes: 3 additions & 2 deletions gravityforms-multiple-form-instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down Expand Up @@ -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 => "<input type='hidden' name='gform_random_id' value='" . $random_id . "' />" . $hidden_field,
);

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit 897c47a

Please sign in to comment.