Skip to content

Commit 23dc273

Browse files
authored
Set version to 1.5.1-a-1
1 parent f7e01f4 commit 23dc273

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.4.5",
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
@@ -3,7 +3,7 @@
33
Plugin Name: Pods Gravity Forms Add-On
44
Plugin URI: https://pods.io/
55
Description: Integration with Gravity Forms (https://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod
6-
Version: 1.4.5
6+
Version: 1.5.1-a-1
77
Author: Pods Framework Team
88
Author URI: https://pods.io/about/
99
Text Domain: pods-gravity-forms
@@ -30,7 +30,7 @@
3030
* @package Pods\Gravity Forms
3131
*/
3232

33-
define( 'PODS_GF_VERSION', '1.4.5' );
33+
define( 'PODS_GF_VERSION', '1.5.1-a-1' );
3434
define( 'PODS_GF_FILE', __FILE__ );
3535
define( 'PODS_GF_DIR', plugin_dir_path( PODS_GF_FILE ) );
3636
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: 4.6
66
Tested up to: 6.0
77
Requires PHP: 5.4
8-
Stable tag: 1.4.5
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)