Changeset 1787265
- Timestamp:
- 12/14/2017 08:14:45 PM (7 years ago)
- 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 4 4 Plugin URI: https://cornershopcreative.com 5 5 Description: 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. 26 Version: 1.1. 7 7 Author: Cornershop Creative 8 8 Author URI: https://cornershopcreative.com … … 10 10 */ 11 11 12 define( 'GF_LUMINATE_VERSION', '1.1. 2' );12 define( 'GF_LUMINATE_VERSION', '1.1.' ); 13 13 14 14 add_action( 'gform_loaded', array( 'GF_Luminate_Bootstrap', 'load' ), 5 ); … … 30 30 31 31 require_once( 'class-gf-luminate.php' ); 32 require_once( 'class-gf-luminate-fields.php' );33 32 34 33 GFAddOn::register( 'GFLuminate' ); -
integration-for-luminate-and-gravity-forms/trunk/gravityforms-luminate.php
r1787255 r1787265 4 4 Plugin URI: https://cornershopcreative.com 5 5 Description: 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. 26 Version: 1.1. 7 7 Author: Cornershop Creative 8 8 Author URI: https://cornershopcreative.com … … 10 10 */ 11 11 12 define( 'GF_LUMINATE_VERSION', '1.1. 2' );12 define( 'GF_LUMINATE_VERSION', '1.1.' ); 13 13 14 14 add_action( 'gform_loaded', array( 'GF_Luminate_Bootstrap', 'load' ), 5 ); … … 30 30 31 31 require_once( 'class-gf-luminate.php' ); 32 require_once( 'class-gf-luminate-fields.php' );33 32 34 33 GFAddOn::register( 'GFLuminate' );
Note: See TracChangeset
for help on using the changeset viewer.