Skip to content

Commit

Permalink
Set version to 1.5.1-a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark authored Mar 29, 2024
1 parent f7e01f4 commit 23dc273
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4.5",
"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 @@ -3,7 +3,7 @@
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.5
Version: 1.5.1-a-1
Author: Pods Framework Team
Author URI: https://pods.io/about/
Text Domain: pods-gravity-forms
Expand All @@ -30,7 +30,7 @@
* @package Pods\Gravity Forms
*/

define( 'PODS_GF_VERSION', '1.4.5' );
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: 4.6
Tested up to: 6.0
Requires PHP: 5.4
Stable tag: 1.4.5
Stable tag: 1.5.1-a-1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 23dc273

Please sign in to comment.