Plugin Directory

Changeset 1787265

Timestamp:
12/14/2017 08:14:45 PM (7 years ago)
Author:
rxnlabs
Message:

Removing references to non-existant field type file

Location:
integration-for-luminate-and-gravity-forms
Files:
1 edited
4 copied

Legend:

Unmodified
Added
Removed
  • integration-for-luminate-and-gravity-forms/tags/1.1.3/gravityforms-luminate.php

    r1787255 r1787265  
    44Plugin URI: https://cornershopcreative.com
    55Description: Integrates Gravity Forms with Luminate CRM, allowing form submissions to automatically create/update Constituents, map submissions to surveys (targets Convio Constituents Only and surveys, NOT Alerts)
    6 Version: 1.1.2
     6Version: 1.1.
    77Author: Cornershop Creative
    88Author URI: https://cornershopcreative.com
     
    1010*/
    1111
    12 define( 'GF_LUMINATE_VERSION', '1.1.2' );
     12define( 'GF_LUMINATE_VERSION', '1.1.' );
    1313
    1414add_action( 'gform_loaded', array( 'GF_Luminate_Bootstrap', 'load' ), 5 );
     
    3030
    3131        require_once( 'class-gf-luminate.php' );
    32         require_once( 'class-gf-luminate-fields.php' );
    3332
    3433        GFAddOn::register( 'GFLuminate' );
  • integration-for-luminate-and-gravity-forms/trunk/gravityforms-luminate.php

    r1787255 r1787265  
    44Plugin URI: https://cornershopcreative.com
    55Description: Integrates Gravity Forms with Luminate CRM, allowing form submissions to automatically create/update Constituents, map submissions to surveys (targets Convio Constituents Only and surveys, NOT Alerts)
    6 Version: 1.1.2
     6Version: 1.1.
    77Author: Cornershop Creative
    88Author URI: https://cornershopcreative.com
     
    1010*/
    1111
    12 define( 'GF_LUMINATE_VERSION', '1.1.2' );
     12define( 'GF_LUMINATE_VERSION', '1.1.' );
    1313
    1414add_action( 'gform_loaded', array( 'GF_Luminate_Bootstrap', 'load' ), 5 );
     
    3030
    3131        require_once( 'class-gf-luminate.php' );
    32         require_once( 'class-gf-luminate-fields.php' );
    3332
    3433        GFAddOn::register( 'GFLuminate' );
Note: See TracChangeset for help on using the changeset viewer.