=== Uploaded file name sanitizer ===
Contributors: devliudaseu
Tags: upload, filename, file name, sanitizer
Requires at least: 3.0
Tested up to: 4.2.2
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Replaces uploaded file name chars which are not in \'a-z\', \'0-9\' and \' \'(space) range.

== Description ==
Replaces uploaded file name chars which are not in \'a-z\', \'0-9\' and \' \'(space) range. Helpful when dealing with non-latin letters. Especially when dealing with urls.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/uploaded-file-name-sanitizer` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the \'Plugins\' screen in WordPress
1. Use the Settings->'Uploaded file name sanitizer' screen to configure the plugin

== Changelog ==
Initial release