From e293fad490a90074add5f49f546f35fabeac8f39 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Fri, 29 Mar 2024 10:36:10 -0500 Subject: [PATCH] Update versions --- package.json | 2 +- pods-gravity-forms.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 25e9da5..e811fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pods-gravity-forms", - "version": "1.5.0-a-1", + "version": "1.5.0", "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/", diff --git a/pods-gravity-forms.php b/pods-gravity-forms.php index a458e0a..9389271 100755 --- a/pods-gravity-forms.php +++ b/pods-gravity-forms.php @@ -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-a-1 +Version: 1.5.0 Author: Pods Framework Team Author URI: https://pods.io/about/ Text Domain: pods-gravity-forms @@ -31,7 +31,7 @@ * @package Pods\Gravity Forms */ -define( 'PODS_GF_VERSION', '1.5.0-a-1' ); +define( 'PODS_GF_VERSION', '1.5.0' ); 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 ) ); diff --git a/readme.txt b/readme.txt index 7476f7a..5de4d8e 100755 --- a/readme.txt +++ b/readme.txt @@ -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-a-1 +Stable tag: 1.5.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html