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
Browse files Browse the repository at this point in the history
  • Loading branch information
kodie committed Dec 17, 2015
1 parent 5d131fc commit b707f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.0.7 (TBA)
v1.0.7 (12/17/2015)
- Fixed bug where field order was not saved when a form was submitted.
- Fixed syntax error for older versions of PHP.
- Repeated fields now have their tabindex set to the one that was assigned to the repeater start field.
Expand Down
6 changes: 3 additions & 3 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-dev7
Version: 1.0.7
Author: Kodie Grantham
Author URI: http://kodieg.com
GitHub Plugin URI: https://github.com/kodie/gravityforms-repeater
GitHub Branch: development
GitHub Branch: master
*/

define('GF_REPEATER_VERSION', '1.0.7-dev7');
define('GF_REPEATER_VERSION', '1.0.7');
define('GF_REPEATER_PATH', basename(__DIR__).'/'.basename(__FILE__));

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

0 comments on commit b707f97

Please sign in to comment.