Skip to content

Commit ea6bcc2

Browse files
author
Gravity Forms
committed
Updates to 3.1
1 parent 9660844 commit ea6bcc2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+7082
-0
lines changed

change_log.txt

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
### 3.1 | 2022-02-17
2+
- Added the [gform_dropbox_should_upload_file](https://docs.gravityforms.com/gform_dropbox_should_upload_file/) filter.
3+
- Fixed an issue where the upload is attempted again for existing files if the feed is reprocessed by other add-ons.
4+
- Fixed an issue where files with names that include Chinese characters aren't sent to Dropbox when uploaded via a multi-file enabled File Upload field.
5+
6+
7+
### 3.0 | 2021-09-02
8+
- Added support for OAuth refresh tokens in accordance with changes to the Dropbox API.
9+
- Fixed the ability of custom apps with team permissions to authenticate.
10+
- Fixed an issue where it is not possible to disconnect a custom app if using an access token that has already been deauthorized.
11+
- Fixed the folder display so it is possible to select team folders when using a custom app with team permissions.
12+
- Fixed an issue where an empty space appears under the connect to dropbox button on the settings page.
13+
- Updated the user interface on the Dropbox settings page.
14+
- Updated the user interface of the authorization screen.
15+
16+
17+
### 2.9 | 2021-05-06
18+
- Added accessibility enhancements to the Dropbox upload field.
19+
- Fixed styling of the Dropbox Upload field description to correctly display above or below the input in the editor in Gravity Forms 2.5.
20+
- Fixed an issue where authentication may not complete after attempting a connection with Dropbox.
21+
22+
23+
### 2.8 | 2020-09-24
24+
- Updated support for Gravity Forms 2.5.
25+
26+
27+
### 2.7 | 2020-07-13
28+
- Added security enhancements.
29+
- Added support for Gravity Forms 2.5.
30+
31+
32+
### 2.6 | 2020-04-01
33+
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
34+
- Updated a few labels on the settings page related to connecting and disconnecting the add-on with Dropbox.
35+
- Updated Gravity API domain.
36+
- Fixed an issue where the Dropbox Upload field can pass the required validation if a file is uploaded and then removed.
37+
38+
39+
### 2.5 | 2019-11-13
40+
- Updated Javascript files, stylesheets to use minified versions.
41+
- Fixed an issue with files uploaded to Dropbox not attaching to notifications.
42+
- Fixed feed processing background request not registering in certain scenarios.
43+
- Fixed an issue in notifications with multiple Dropbox feeds tied to different file upload fields sometimes returning bad file URLs.
44+
- Fixed PHP warning caused by logging statement during feed processing.
45+
46+
47+
### 2.4 | 2019-07-24
48+
- Added security enhancements.
49+
- Fixed Dropbox Upload field utilizing deprecated jQuery.live() function.
50+
- Updated Dropbox API requests to use WordPress requests API.
51+
52+
53+
### 2.3 | 2019-03-29
54+
- Updated authentication process to create new folder for authenticated site.
55+
- Updated feed processing to not utilize WP_CONTENT_DIR and WP_CONTENT_URL.
56+
- Updated Dropbox PHP SDK.
57+
58+
59+
### 2.2 | 2019-02-12
60+
- Fixed folder tree not defaulting to currently selected folder on initial load of feed settings page.
61+
- Fixed file selected in Dropbox Upload field not being saved when hidden input contains invalid JSON string.
62+
- Fixed shareable link not being returned if link already exists for file.
63+
- Removed deprecated logic events for Gravity Forms 2.4.
64+
- Restore link type and multiselect field settings.
65+
66+
67+
### 2.1 | 2018-03-21
68+
- Added security enhancements.
69+
- Added *[gform_dropbox_shareable_link_settings](https://docs.gravityforms.com/gform_dropbox_shareable_link_settings/)* filter to modify settings when generating a shareable Dropbox link.
70+
- Added GPL to plugin header.
71+
- Fixed Dropbox PHP SDK not being included in the 2.0.1 build.
72+
- Fixed the file extensions list used to initialize the Dropbox Chooser.
73+
- Updated Plugin URI and Auth or URI to use https.
74+
- Updated included version of Dropbox PHP SDK.
75+
76+
77+
### 2.0 | 2017-06-16
78+
- Added minimum requirements needed to use Dropbox Add-On.
79+
- Updated Dropbox API calls to use latest version of Dropbox API.
80+
- Updated Dropbox authentication process.
81+
- Updated background feed processing request to not verify SSL by default.
82+
83+
84+
### 1.3 | 2017-03-15
85+
- Fixed an issue with the Dropbox Upload field value on the entry list page.
86+
- Fixed an issue with the processing of the File Upload field.
87+
- Fixed PHP warning which could occur during validation of the Dropbox Upload field if no files were chosen.
88+
- Fixed an issue with notifications for events other than form_submission not being processed after the last feed is processed.
89+
- Fixed CSRF token error when authorizing with Dropbox.
90+
- Fixed file extension validation for Dropbox Upload form field.
91+
- Updated strings for translations.
92+
- Updated installation instructions to show only domain for Chooser/Saver domain.
93+
94+
95+
### 1.2 | 2016-03-31
96+
- Added feed duplication support.
97+
- Added *[gform_dropbox_post_upload](https://docs.gravityforms.com/gform_dropbox_post_upload)* action that fires after a feed has been processed.
98+
- Added *[gform_dropbox_ssl_compatibility](https://docs.gravityforms.com/gform_dropbox_ssl_compatibility/)* filter to override SSL compatibility test.
99+
- Fixed a fatal error which could occur if the request used to validate the app secret key fails.
100+
- Fixed a redirect loop issue when processing Dropbox feeds.
101+
- Fixed default label for Dropbox Upload field.
102+
- Fixed PHP fatal error when initializing API.
103+
- Fixed Update Settings button being hidden on plugin settings pages.
104+
- Modify execution order of *[gform_dropbox_post_upload](https://docs.gravityforms.com/gform_dropbox_post_upload/)*.
105+
- Updated plugin compatibility check to verify existence of *openssl_random_pseudo_bytes* and *mcrypt_create_iv* functions.
106+
- Updated SSL compatibility check to allow for 404 response codes.
107+
108+
109+
### 1.1 | 2015-11-02
110+
- Added error message for versions of PHP that do not support 64-bit integers.
111+
- Added some additional logging statements.
112+
- Added SSL compatibility check to prevent plugin from running when SSL is not available.
113+
- Fixed Dropbox PHP SDK autoloader from being included when if autoloader class already exists.
114+
- Fixed Dropbox Upload field being included if custom app key and secret were not provided.
115+
- Fixed files uploaded through the Dropbox Upload field not uploading to remote Dropbox.
116+
- Removed debugging output from plugin settings page.
117+
- Updated plugin settings with a more streamlined install process.
118+
- Updated save URL functions to use WordPress API functions.
119+
120+
121+
### 1.0 | 2015-08-13
122+
- It’s all new!

0 commit comments

Comments
 (0)