Skip to content

v4.5.7

Compare
Choose a tag to compare
@chawes13 chawes13 released this 07 Oct 22:07
· 12 commits to master since this release
fbb98e0
  • Changes default publicId generation to replace forbidden characters and spaces with _
    • Subsequently "Cleans up" publicIds by eliminating superfluous underscores (e.g., File <> Name & Description -> File_Name_Description)
  • Handles edge case where file name does not exist
    • Defaults to 'file_upload_ + Date.now()' (e.g., 'file_upload_1570485963874')