Plugin Directory

Changeset 1847126


Ignore:
Timestamp:
03/26/2018 04:22:33 PM (8 years ago)
Author:
tavestudio
Message:

1.0.3

Location:
tave-integration-using-gravity-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tave-integration-using-gravity-forms/trunk/README.txt

    r1725699 r1847126  
    33Tags: forms, gravity forms, tave studio manager, táve, tave
    44Requires at least: 4.1
    5 Tested up to: 4.8
    6 Stable tag: 1.0.2b
     5Tested up to: 4.9
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     47= 1.0.3 =
     48* Added Brand field mapping.
     49
    4750= 1.0.2 =
    4851* Custom fields can now be mapped to dropdown and radio Gravity Form fields.
  • tave-integration-using-gravity-forms/trunk/tave_gf.php

    r1725660 r1847126  
    44 * Plugin URI: http://help.tave.com/getting-started/contact-forms/using-gravity-forms
    55 * Description: Integrate Gravity Forms with Táve Studio Manager
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author:            Táve
    88 * Author URI:        https://tave.com
  • tave-integration-using-gravity-forms/trunk/tave_gf_addon.php

    r1725106 r1847126  
    269269        $taveFieldMap = array();
    270270        foreach ($fieldList as $taveField) {
    271             if (in_array($taveField['name'], array('Brand','SecretKey'))) continue;
     271            if (in_array($taveField['name'], array('SecretKey'))) continue;
    272272
    273273            $fieldMappingEntry = array(
Note: See TracChangeset for help on using the changeset viewer.