Skip to content

Commit a6aeb5d

Browse files
sc0ttkclarksclark3-godaddy
authored andcommitted
Set version to 1.5.1-a-1
1 parent bf6c347 commit a6aeb5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pods-gravity-forms",
3-
"version": "1.5.0",
3+
"version": "1.5.1-a-1",
44
"description": "PIntegration with Gravity Forms; Provides a UI for mapping a Form's submissions into a Pod.",
55
"author": "Pods Foundation, Inc",
66
"homepage": "https://pods.io/",

pods-gravity-forms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://pods.io/
55
Requires Plugins: pods
66
Description: Integration with Gravity Forms (https://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod
7-
Version: 1.5.0
7+
Version: 1.5.1-a-1
88
Author: Pods Framework Team
99
Author URI: https://pods.io/about/
1010
Text Domain: pods-gravity-forms
@@ -31,7 +31,7 @@
3131
* @package Pods\Gravity Forms
3232
*/
3333

34-
define( 'PODS_GF_VERSION', '1.5.0' );
34+
define( 'PODS_GF_VERSION', '1.5.1-a-1' );
3535
define( 'PODS_GF_FILE', __FILE__ );
3636
define( 'PODS_GF_DIR', plugin_dir_path( PODS_GF_FILE ) );
3737
define( 'PODS_GF_URL', plugin_dir_url( PODS_GF_FILE ) );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: pods, gravity forms, form mapping
55
Requires at least: 6.0
66
Tested up to: 6.5
77
Requires PHP: 7.2
8-
Stable tag: 1.5.0
8+
Stable tag: 1.5.1-a-1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)