Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe authored Dec 14, 2022
1 parent e2041b1 commit d39d5b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: butterflymedia
Tags: gravityforms, gravity, forms, form, gravityforms, repeater, repeater2, repeat, duplicate, duplication, field, fields
Requires at least: 5.5
Tested up to: 6.1.1
Stable tag: 2.1.0
Stable tag: 2.1.1

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

Expand Down
4 changes: 2 additions & 2 deletions repeater2-for-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Repeater2 for Gravity Forms
* Plugin URI: https://getbutterfly.com/gravity-forms-repeater-plugin/
* Description: A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
* Version: 2.1.0
* Version: 2.1.1
* Author: Ciprian Popescu
* Author URI: http://getbutterfly.com/
* GitHub Plugin URI: wolffe/repeater2-for-gravity-forms
Expand All @@ -12,7 +12,7 @@
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

define( 'GF_REPEATER_VERSION', '2.1.0' );
define( 'GF_REPEATER_VERSION', '2.1.1' );
define( 'GF_REPEATER_PATH', basename( __DIR__ ) . '/' . basename( __FILE__ ) );

if ( class_exists( 'GFForms' ) ) {
Expand Down

0 comments on commit d39d5b3

Please sign in to comment.