- New: Added a new frm_include_dropzone_in_minified_js filter. By adding add_filter( 'frm_include_dropzone_in_minified_js', '__return_false' ); dropzone will be included separately from frm.min.js. This can be used to resolve a conflict that prevents dropzone uploads when a form is loaded on a BuddyBoss documents page.