Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods Gravity Forms 1.5.1 #171

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pods-gravity-forms",
"version": "1.5.0",
"version": "1.5.1-a-1",
"description": "PIntegration with Gravity Forms; Provides a UI for mapping a Form's submissions into a Pod.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
Expand Down
4 changes: 2 additions & 2 deletions pods-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://pods.io/
Requires Plugins: pods
Description: Integration with Gravity Forms (https://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod
Version: 1.5.0
Version: 1.5.1-a-1
Author: Pods Framework Team
Author URI: https://pods.io/about/
Text Domain: pods-gravity-forms
Expand All @@ -31,7 +31,7 @@
* @package Pods\Gravity Forms
*/

define( 'PODS_GF_VERSION', '1.5.0' );
define( 'PODS_GF_VERSION', '1.5.1-a-1' );
define( 'PODS_GF_FILE', __FILE__ );
define( 'PODS_GF_DIR', plugin_dir_path( PODS_GF_FILE ) );
define( 'PODS_GF_URL', plugin_dir_url( PODS_GF_FILE ) );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pods, gravity forms, form mapping
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 1.5.0
Stable tag: 1.5.1-a-1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
Loading