- 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