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

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kodie committed Oct 20, 2015
1 parent ba2dda7 commit add1cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.0
Version: 1.0.1
Author: Kodie Grantham
Author URI: http://kodieg.com
*/
Expand All @@ -21,7 +21,7 @@ function gfrepeater_row_meta($links, $file) {
GFForms::include_addon_framework();

class GFRepeater extends GFAddOn {
protected $_version = "1.0.0";
protected $_version = "1.0.1";
protected $_min_gravityforms_version = "1.0.0";
protected $_slug = "repeateraddon";
protected $_path = "gravityforms-repeater/repeater.php";
Expand Down

0 comments on commit add1cfb

Please sign in to comment.