-
-
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
5d51669
commit 78183c5
Showing
2 changed files
with
13 additions
and
4 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: http://pods.io/ | ||
Description: Integration with Gravity Forms (http://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod | ||
Version: 1.1 | ||
Version: 1.2 | ||
Author: Pods Framework Team | ||
Author URI: http://pods.io/about/ | ||
Text Domain: pods-gravity-forms | ||
Domain Path: /languages/ | ||
Copyright 2013-2015 Pods Foundation, Inc (email : [email protected]) | ||
Copyright 2013-2016 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.1' ); | ||
define( 'PODS_GF_VERSION', '1.2' ); | ||
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 ) ); | ||
|
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