From 78183c5ae90556326a74ecfc81ce2205148d10e8 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Tue, 4 Oct 2016 00:46:31 -0500 Subject: [PATCH] Pods GF 1.2 --- pods-gravity-forms.php | 6 +++--- readme.txt | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/pods-gravity-forms.php b/pods-gravity-forms.php index 4b7eac0..22d5ddf 100644 --- a/pods-gravity-forms.php +++ b/pods-gravity-forms.php @@ -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 : contact@podsfoundation.org) +Copyright 2013-2016 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.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 ) ); diff --git a/readme.txt b/readme.txt index 97c312a..70f19fe 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://pods.io/friends-of-pods/ Tags: pods, gravity forms, form mapping Requires at least: 4.0 Tested up to: 4.6 -Stable tag: 1.1 +Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -34,6 +34,15 @@ Special thanks to Rocketgenius for their sponsorship support and to Naomi C. Bus == Changelog == += 1.2 - October 4th, 2016 = + +* Added: When using a custom action and setting the form ID option in Pods GF UI, a new custom action will be used which embeds the GF form (if no callback provided in action_data option) +* Added: New Pods GF UI option, specific to each action, for `action_link` which corresponds to the `action_links` Pods UI option +* Fixed: Support for recent GF versions where pre_save_id hook uses a different Form-specific naming convention +* Fixed: Custom confirmation handling may have not been functioning properly in some cases +* Fixed: Removed some issues that were causing PHP notices + + = 1.1 - June 13th, 2016 = * Added: Support for edit mode when using the Pods GF add-on mapping in the GF UI -- Use the new filter `pods_gf_addon_edit_id`, just return the ID to edit and the options will automatically be set for you