-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58b79e7
commit 2941df1
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
Plugin Name: Pods Gravity Forms Add-On | ||
Plugin URI: https://pods.io/ | ||
Description: Integration with Gravity Forms (https://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod | ||
Version: 1.4.3 | ||
Version: 1.4.4 | ||
Author: Pods Framework Team | ||
Author URI: https://pods.io/about/ | ||
Text Domain: pods-gravity-forms | ||
GitHub Plugin URI: https://github.com/pods-framework/pods-gravity-forms | ||
Copyright 2013-2018 Pods Foundation, Inc (email : [email protected]) | ||
Copyright 2013-2021 Pods Foundation, Inc (email : [email protected]) | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -30,7 +30,7 @@ | |
* @package Pods\Gravity Forms | ||
*/ | ||
|
||
define( 'PODS_GF_VERSION', '1.4.3' ); | ||
define( 'PODS_GF_VERSION', '1.4.4' ); | ||
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 ) ); | ||
|