Skip to content

1.6.1

Latest
Compare
Choose a tag to compare
@stevengliebe stevengliebe released this 09 May 16:14
· 5 commits to master since this release
  • FIX: Allow application/json as additional mime type to fix upload error on some servers (thanks to @Zodiac1978, issue #24)
  • IMPROVE: Replace FILTER_SANITIZE_STRING (PHP 8.2 deprecated ) with FILTER_SANITIZE_URL for URL sanitization
  • IMPROVE: Replace FILTER_SANITIZE_STRING (PHP 8.2 deprecated ) with sanitize_file_name() for filename sanitization
  • DOC: Tested up to 6.2