Skip to content

Commit

Permalink
Pods GF 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Oct 4, 2016
1 parent 5d51669 commit 78183c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pods-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ) );
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 78183c5

Please sign in to comment.