From d39d5b3e882dccae265d5a4df521f599ad62610f Mon Sep 17 00:00:00 2001 From: Ciprian Popescu Date: Wed, 14 Dec 2022 11:13:37 +0000 Subject: [PATCH] Version bump --- readme.txt | 2 +- repeater2-for-gravity-forms.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index e0da87c..f506367 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/repeater2-for-gravity-forms.php b/repeater2-for-gravity-forms.php index 8e1d42d..06b3a03 100644 --- a/repeater2-for-gravity-forms.php +++ b/repeater2-for-gravity-forms.php @@ -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 @@ -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' ) ) {