
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 );
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.


