PluginProbe
Repeater Fields for Gravity Forms / 3.2.0
Repeater Fields for Gravity Forms v3.2.0
3.2.0 3.1.1 3.1.0 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.5.1 2.5.0 2.4.6 trunk 2.0.5 2.0.9 2.1.0 2.3.2 2.3.7 2.4.1 2.4.3 2.4.4 2.4.5
← All changes | readme.txt +103 -6 2.0.5 → 3.2.0 View file →
@@ -1,10 +1,10 @@
1 -=== Repeater fields for Gravity Forms ===
2 -Contributors: appointmentsbooking, Rednumber
1 +=== Repeater Fields for Gravity Forms ===
2 +Contributors: addonsorg
3 3 Tags: Gravity Forms, Gravity Forms fields, Repeater, Repeater form, Repeater field
4 4 Requires at least: 2.0
5 -Tested up to: 6.5.3
6 -Stable tag: 2.0.5
5 +Tested up to: 7.1
6 +Stable tag: 3.2.0
7 7 Requires PHP: 5.2
8 8 License: GPLv2 or later
9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10 10
@@ -14,8 +14,10 @@
14 14
15 15 [youtube https://www.youtube.com/watch?v=gaWE0IqjYsI]
16 16
17 17 **DEMO**: <https://demo.add-ons.org/demo-repeater-fields/>
18 +**Document**: <https://add-ons.org/document-gravity-forms-repeater-fields/>
19 +**Download Pro Version**: <https://add-ons.org/plugin/gravity-forms-repeater-fields/>
18 20
19 21 The Repeater Fields for Gravity Forms allow you to create one or more sets of fields that can be repeated.
20 22
21 23 Have you ever wanted to let your users submit multiple entries of the same field set as a single form on your WordPress site? If so, you’re in luck! This is a plugin to help you do it!
@@ -33,8 +35,9 @@
33 35
34 36
35 37 == Pro Version ==
36 38 * File Upload Support
39 +* Conditional Logic support
37 40 * Unlimited minimum
38 41 * Unlimited Maximum
39 42 * Payment fields support
40 43 * 30-day money-back guarantee
@@ -39,10 +42,8 @@
39 42 * Payment fields support
40 43 * 30-day money-back guarantee
41 44 * 1-year support
42 45
43 -**Download Pro Version**: <https://add-ons.org/plugin/gravity-forms-repeater-fields/>
44 -
45 46 == Installation ==
46 47 **Normal installation**
47 48
48 49 1. Download the repeater-field-for-wpforms.zip file to your computer.
@@ -57,8 +58,104 @@
57 58 2. Backend Field
58 59 3. Addmin builder
59 60
60 61 == Changelog ==
62 += 3.2.0 =
63 +- Fixed: Radio field Required
64 +
65 += 3.1.1 =
66 +- Fixed: Resolved '$element.datepicker is not a function' error by adding jquery-ui-datepicker dependency.
67 +- Fixed: security issue
68 +
69 += 3.0.3 =
70 +- Fixed: state_validation
71 +
72 += 3.0.1 =
73 +- Fixed: Input Mask
74 +
75 += 3.0.0 =
76 +- Fixed: PHP Fatal error: Declaration of Superaddons_GFRepeater_Field::get_field_label
77 +
78 += 2.5.1 =
79 +- Fixed: upload field on multi-step form
80 +
81 += 2.5.0 =
82 +- Fixed: Phone field
83 +
84 += 2.4.5 =
85 +- Fixed: conditional logic radio
86 +
87 += 2.4.4 =
88 +- Added: Fixed Required upload field
89 +
90 += 2.4.2 =
91 +- Added: Translate
92 +
93 += 2.4.0 =
94 +- Fixed: Save datas
95 +
96 += 2.3.5 =
97 +- Fixed: Required field
98 +
99 +
100 += 2.3.4 =
101 +- Fixed: CSS Orbital Theme
102 +- Fixed: Date select type
103 +
104 += 2.3.2 =
105 +- Fixed: for label
106 +
107 += 2.2.7 =
108 +- Fixed: Checkbox label
109 +
110 += 2.2.6 =
111 +- Fixed: Important
112 +
113 += 2.2.5 =
114 +- Fixed: Compatible with Gravity Forms Chained Selects Add-On
115 +
116 += 2.2.4 =
117 +- Fixed: Multi Select field
118 +
119 += 2.2.3 =
120 +- Fixed: https://wordpress.org/support/topic/possible-bugfix-fieldids-99-breaking-conditional-logic/
121 +
122 += 2.2.2 =
123 +- Fixed: Upload multiple files
124 +
125 += 2.2 =
126 +- Fixed: Conditional logic
127 +
128 += 2.1.6 =
129 +- Fixed: set Initial Rows = 0
130 +
131 += 2.1.5 =
132 +- Fixed: Conditional logic out repeater
133 +
134 += 2.1.4 =
135 +- Fixed: Save Radio submit
136 +
137 += 2.1.3 =
138 +- Fixed: Export entries
139 +
140 += 2.1.2 =
141 +- Fixed: Maps with field
142 +
143 += 2.1.0 =
144 +- Fixed: Uncaught ReferenceError: gform is not defined
145 +
146 += 2.0.9 =
147 +- Fixed: Radio
148 +
149 += 2.0.8 =
150 +- Fixed: Conditional logic with end repeater
151 +
152 += 2.0.7 =
153 +- Fixed: Conditional logic
154 +
155 += 2.0.6 =
156 +- Fixed: Input Mask
157 +
61 158 = 2.0.5 =
62 159 - Fixed: shortcode end tags
63 160
64 161 = 2.0.4 =