Skip to content

Commit 08c7a37

Browse files
committed
Update since
1 parent 431213c commit 08c7a37

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

includes/Pods_GF_Addon.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ public function init() {
874874
/**
875875
* Processes feed action.
876876
*
877-
* @since Unknown
877+
* @since 1.4.2
878878
* @access public
879879
*
880880
* @param array $feed The Feed Object currently being processed.
@@ -1599,7 +1599,7 @@ public function update_entry_meta_pod_id( $key, $entry, $form ) {
15991599
/**
16001600
* Registers hooks which need to be included before the init hook is triggered.
16011601
*
1602-
* @since Unknown
1602+
* @since 1.4.2
16031603
* @access public
16041604
*/
16051605
public function pre_init() {
@@ -1614,7 +1614,7 @@ public function pre_init() {
16141614
/**
16151615
* Adds form feeds to form object during export.
16161616
*
1617-
* @since Unknown
1617+
* @since 1.4.2
16181618
* @access public
16191619
*
16201620
* @param array $form The form to be exported.
@@ -1643,7 +1643,7 @@ public function _gf_export_form( $form ) {
16431643
/**
16441644
* Imports the feeds for the newly imported forms.
16451645
*
1646-
* @since Unknown
1646+
* @since 1.4.2
16471647
* @access public
16481648
*
16491649
* @param array $forms The imported forms.

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function pods_gf_save_for_later_ajax() {
209209
/**
210210
* Backwards-compatible method for retrieving GF table name
211211
*
212-
* @since
212+
* @since 1.4
213213
*
214214
* @param $table_type
215215
*

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function my_column_row_override( $row, $columns, $form, $gf_field, $options, $re
119119
* Fixed: Ajax handling for various callbacks that hook into `gform_pre_render`.
120120
* Fixed: Cleaned up logic and prevent PHP notices with multi-select arrays when setting up choices arrays.
121121
* Fixed: Make sure `Pods_GF_UI` does not return false on UI callbacks to prevent access errors.
122+
* Fixed: Add mapping feeds to the import/export! (props @travislopes)
122123

123124
= 1.4.1 - October 16th, 2018 =
124125

0 commit comments

Comments
 (0)