Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
1.0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kodie committed Dec 18, 2015
1 parent 1d27edb commit 6ce22a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.7.2 (12/18/2015)
- Fixed saved repeater field data during validation. (Accidently broke it in the 1.0.7.1 patch)

v1.0.7.1 (12/18/2015)
- Fixed a bug where repeater would break multipage forms. (Sorry about that!)

Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,12 @@ and you're good to go!
**Warning: There is a slight possibility that development versions are unstable. Use at your own risk.**

### Version
1.0.7.1
1.0.7.2

### Changelog
##### 1.0.7.2
* Fixed saved repeater field data during validation. (Accidently broke it in the 1.0.7.1 patch)

##### 1.0.7.1
* Fixed a bug where repeater would break multipage forms. (Sorry about that!)

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: KodieGrantham
Tags: gravityforms, gravity, forms, form, gravityforms, repeater, repeat, duplicate, duplication, field, fields
Requires at least: 3.9
Tested up to: 4.4
Stable tag: 1.0.7.1
Stable tag: 1.0.7.2

A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.

Expand Down Expand Up @@ -71,6 +71,9 @@ Yes! Just go to the form editor and change the `Add HTML` and `Remove HTML` sett
4. A view of the front-end. The only visible difference will be the added `+` and `-` buttons.

== Changelog ==
= 1.0.7.2 =
* Fixed saved repeater field data during validation. (Accidently broke it in the 1.0.7.1 patch)

= 1.0.7.1 =
* Fixed a bug where repeater would break multipage forms. (Sorry about that!)

Expand Down
4 changes: 2 additions & 2 deletions repeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Gravity Forms Repeater Add-On
Plugin URI: https://wordpress.org/plugins/repeater-add-on-for-gravity-forms/
Description: A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
Version: 1.0.7.1
Version: 1.0.7.2
Author: Kodie Grantham
Author URI: http://kodieg.com
GitHub Plugin URI: https://github.com/kodie/gravityforms-repeater
GitHub Branch: master
*/

define('GF_REPEATER_VERSION', '1.0.7.1');
define('GF_REPEATER_VERSION', '1.0.7.2');
define('GF_REPEATER_PATH', basename(__DIR__).'/'.basename(__FILE__));

add_filter('plugin_row_meta', 'gfrepeater_row_meta', 10, 2);
Expand Down

0 comments on commit 6ce22a9

Please sign in to comment.