News & Updates -

Gravity Forms 2.4.4 Released

Jeff Matson By Jeff Matson Published December 27, 2018

Gravity Forms 2.4.4 Release

We’re proud to announce that a new version of Gravity Forms has been released. Inside Gravity Forms version 2.4.4, you’ll notice several security enhancements, bugfixes, and new hooks to make your experience more stable, secure, and extensible than ever before.

Gravity Forms 2.4.4 is available via automatic update or manual download from within your account downloads page.

Gravity Forms 2.4.4 Changelog

  • Added security enhancements.
  • Added the gform_permission_granted_pre_download filter allowing custom logic to be used to determine if the file can be accessed when using the gf-download URL. Example usage:
    add_filter( 'gform_permission_granted_pre_download', function( $permission_granted, $form_id, $field_id ) {
        return $permission_granted;
    }, 10, 3 );
    
  • Fixed an issue with the merge tag for checkbox fields with more than 10 checkboxes when used inside a calculation field.
  • Fixed issue when using a Product Option checkbox field merge tag in a calculation.
  • Fixed HTML and quotes in the consent field checkbox label.
  • Fixed PHP 7.3 warnings when replacing the {all_fields} merge tag and preparing the order summary for the entry detail page.
  • Fixed issue where conditional logic dependent on a Radio Button click is not correctly evaluated when the Radio Button’s default value is restored.
  • Fixed a PHP notice which can occur when refreshing the cached product info when a product name input is not present in the entry.
  • Fixed an issue with conditional logic and datepicker based form settings when no-conflict mode is enabled.

We Love Your Feedback!

Did you know that many of the hooks available in Gravity Forms were put there because of customer requests? Is there a hook or enhancement that you’d love to see in a future version of Gravity Forms? Let us know in the comments below!

To keep up with all Gravity Forms updates as well as tips to getter manage your forms, follow us on Twitter and Facebook.