Version: 1.4
Fixed an issue with JPEG images not getting embedded in PDF generated by Gravity PDF.
Updated the allowed image types for cropping/previewing to GIF, PNG, JPG, BMP, WebP, and SVG.
Added Swedish translation. Hallå! Credit: Nikka Systems
Improved accessibility by increasing contrast of "Drop file here" message as well as fixing an `aria-for` attribute on the field label.
Fixed issue where development version of Vue would be used rather than the production version.
Improved compatibility Gravity Forms 2.6's new AJAX saving.
Added support for rehydrating File Upload Pro fields when editing GP Nested Form child entries.
Fixed issue where images would not be output into PDFs generated by Gravity PDF if the extensions were not all lowercase.
- Fixed issue where uploading PSDs with a MIME type of either `image/psd` or `image/vnd.adobe.photoshop` would result in the file icon only showing a spinner and the upload not completing.
- Added "Update URI" to plugin header to improve security.
- Fixed issue where rehydration info would be output for any File Upload Field rather than ones using File Upload Pro which could cause PHP errors in some situations.
- Fixed JavaScript conflict that could occur in the Full Site Editor in WordPress 5.9 Beta.
Added [gpfup_uploader_ready](https://gravitywiz.com/documentation/gpfup_uploader_ready/) JS action so other perks can safely subscribe to GPFUP events after the uploader has initialized. (#49)
- Added data-file-type and data-file-ext attributes to each file to enable more specific CSS targeting.
- Fixed PHP warning that could occur if Single File Upload fields are present in a form.
- Added support for rehydrating File Upload Pro fields connected to Gravity Forms User Registration update feeds.
Added new [gpfup_scripts](https://gravitywiz.com/documentation/gpfup_scripts) PHP filter for filtering the registered scripts.
Fixed issue where the "replacingFile" code flag on the Plupload instance would not be removed after a file had been replaced.
- Updated TIFFs to be treated as regular files since most browsers cannot render them nor convert to another format.
- Improved compatibility with other plugins using Vue as a dependency on the frontend. File Upload Pro now enqueues Vue as `gravityperks-vue-2`.
- Fixed an issue where disabling cropping on a field after requiring it may cause GPFUP to freeze.
- Fixed an issue where uploading a GIF file failed.
- Fixed errors when used with Gravity Forms User Registration Add-On to update user meta.
- Added [gpfup_before_upload](https://gravitywiz.com/documentation/gpfup_before_upload) JavaScript action.
- Fixed a compatibility issue with Gravity PDF when uploading PDF files using GPFUP.