=== WP Sanitize File Name Plus === Contributors: Yslo Tags: admin, core, uploads, images, image, custom, security, sanitization, media, filename Requires at least: 3.0 Tested up to: 4.9 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Sanitize file names and enhance security. == Description == Empty spaces and special characters can create some problems. = Features = * Improved default function [sanitize_file_name()](https://codex.wordpress.org/Function_Reference/sanitize_file_name) * Remove latin special characters used in file name * Make file name lowercase == Installation == 1. Download and extract plugin files to wp-content/plugin directory. 2. Activate the plugin through the WordPress admin interface. == Screenshots == 1. Activate the plugin 2. File with special characters 3. File name sanitized in Media Library 4. File name sanitized in Media Library (zoom) == Changelog == = 1.0.3 = * Filter improvements = 1.0.2 = * Fix : Firefox/MacOS = 1.0.1 = * Make file name lowercase = 1.0.0 = * Initial version