Changelog title heading

Changelog: Nulled Gravity Forms – ActiveCampaign Add-On Version 1.5

Changelog For: Gravity Forms – Active Campaign Version: 1.5 , Link: "" . This changelog belongs to the product " Gravity Forms – Active Campaign ", Link: "".

A WordPress theme/plugin changelog usually include the following kinds of changes to the product:

  • Bug fixes
  • Improvements / Enhancement to the code
  • Code or file additions
  • Code or file deletion
  • Compatibility updates with WordPress/Themes/Plugins or other softwares
  • New feaures
  • Other changes
Currently viewed changelog details

Changelog Details

– Added filter to prevent mapped, blank fields from overriding existing data.
Example:
add_filter( ‘gform_activecampaign_override_empty_fields’, ‘__return_true’ );

– Added filter do allow different field types to be mapped to Active Campaign’s email field.
Example:
add_filter( ‘gform_activecampaign_supported_field_types_email_map’, function( $field_types ) {
return array( ’email’, ‘hidden’, ‘text’ );
});

– Added filter to change the timeout value when sending requests to Active Campaign and updated default value to 20 seconds.
Example:
add_filter( ‘gform_activecampaign_request_timeout’, function(){ return 30; //Changes timeout to 30 seconds } );

– Added security enhancements.
– Added GPL to plugin header.
– Updated feed setting styles.
– Updated Plugin URI and Author URI to use https.
– Updated feed list to prevent feed creation when valid API URL is not provided.
– Fixed issue where non-mapped fields would override existing data with blank values.
– Fixed strings for translations.
– Fixed PHP notice when editing a feed when no ActiveCampaign forms are available.

for version 1.5
Nulled Gravity Forms – Active Campaign
Link to go back to the parent products page for download link and more information Return To The Product's Main Page
"Gravity Forms – ActiveCampaign Add-On"