Changelog
4.10.0
Add SCA field BB Checkout
4.9.0
Fix issue when automatic processor is set to 1 for EFT subscription
4.8.2
Enable credit card field 
4.8.1
Add support for Gravity Forms 2.5
Add phone to feed settings
Add persona user defined fields
Add support for members plugins
Fix typos in messaging
4.8.0
Add electronic funds transfer payment method (EFT) for processing echecks
Added avatar to note
4.7.2
Add filter hooks ('eTapPayment_method','eTapPayment_field')
Add 'amount' field in GF subscription entry
4.7.1
Add filters for subscription transaction and response handling
Add logging for failed subscription 
4.7
Add support for new Database Id and API Key login
Add filter for name format('eTapPayment_name_format')
Modified messaging
4.6.7
Add hooks to support encrypt settings addon
Add filter for sending the card type (for enquiring minds down under...) See the read me for details.
Only hide password when present (allows for seeing password when entered the first time)
4.6.6
Minor bug fixes
4.6.5
Add actions for notifications. This allows for sending a failed subscription email as well as a successful payment or subscription. See the readme for more detail.
Add preprocess gift filter 'eTapPayment_pre_process_gift_issue'. Expects false to proceed or error message to abort. Message is actual but filterable.
Add sending of IP address prior to addAndProcessGift. Can globally override by adding this to functions file:add_filter('eTapPayment_sendIP', '__return_false');  You can also conditionally override (for example if you only want to override if the user is an admin). Just return false if your condition is met.
Change password field from text to password (override Gravity Forms setting)
4.6.4
Remove card type altogether (it is no longer a required element) (Thanks John!)
4.6.3
Add logging
Add filter to card type 'eTapPayment_card_type'
4.6.2
Fix issue with missing global is_nusoap function
Add filter for Persona Type ('eTapPayment_persona_type')
Allow for no enabled Campaign or Approach
4.6.1
Add message for API not enabled error (Method access denied)
Add Letter choice to feed
4.6
Add action hook for comparing the existing account with submission data: do_action('eTapPayment_donor_account', $response, $donor, $soap_obj, $submission_data, $entry, $feed);
Fall back to non encrypted option if PHP5.4
Add logging
4.5.1
Add title to donor object
4.5
Add ability to map a name field for the Account name
Add filters for donor (account object) and default country
4.4
Fix error messaging and flow for invalid credentials
Add update checking and key handling
Fix missing parameter warning for get_our_feed()
4.3
Add eTapestry Reference field mapping
4.2
Add eTapestry Fund field mapping
4.1
Fix warning regarding missing data when credentials are missing or incorrect
Remove delete gf settings on uninstall
4.0
Complete overhaul using Gravity Forms Payment Addon Framework
