diff --git a/pods-gravity-forms.php b/pods-gravity-forms.php index 218d9cf..5bde6cd 100755 --- a/pods-gravity-forms.php +++ b/pods-gravity-forms.php @@ -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 : contact@podsfoundation.org) +Copyright 2013-2021 Pods Foundation, Inc (email : contact@podsfoundation.org) 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 ) );