Gravity Forms Dropbox Add-On was updated to version 1.3, from version 1.1.1. Changelog:
- Added feed duplication support.
- Added gform_dropbox_post_upload action that fires after a feed has been processed.
- Added gform_dropbox_ssl_compatibility filter to override SSL compatibility test.
- Fixed a fatal error which could occur if the request used to validate the app secret key fails.
- Fixed a redirect loop issue when processing Dropbox feeds.
- Fixed default label for Dropbox Upload field.
- Fixed PHP fatal error when initializing API.
- Fixed Update Settings button being hidden on plugin settings pages.
- Modified execution order of gform_dropbox_post_upload.
- Updated plugin compatibility check to verify existence of openssl_random_pseudo_bytes and mcrypt_create_iv functions.
- Updated SSL compatibility check to allow for 404 response codes.
- Updated strings for translations.
- Updated installation instructions to show only domain for Chooser/Saver domain.
- Fixed an issue with the Dropbox Upload field value on the entry list page.
- Fixed an issue with the processing of the File Upload field.
- Fixed PHP warning which could occur during validation of the Dropbox Upload field if no files were chosen.
- Fixed an issue with notifications for events other than form_submission not being processed after the last feed is processed.
- Fixed CSRF token error when authorizing with Dropbox.
- Fixed file extension validation for Dropbox Upload form field.