| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | === Repeater Fields for Gravity Forms === |
| 2 | 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.9 | |
| 6 | -Stable tag: 2.4.4 | |
| 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 | |
| @@ -58,8 +58,33 @@ | ||
| 58 | 58 | 2. Backend Field |
| 59 | 59 | 3. Addmin builder |
| 60 | 60 | |
| 61 | 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 | + | |
| 62 | 87 | = 2.4.4 = |
| 63 | 88 | - Added: Fixed Required upload field |
| 64 | 89 | |
| 65 | 90 | = 2.4.2 = |