=== Strings Sanitizer === Contributors: prospek, ftrudeau Tags: prospek, sanitize, clean, transliterate, slug, utf-8, characters, international, url, filename, french, cyrillic, hebrew, german, plugin, admin Requires at least: 2.8 Tested up to: 3.4-beta2 Stable tag: 1.0b3 Aggressively sanitizes titles for clean, SEO friendly post slugs, and media filenames during upload. == Description == Aggressively sanitizes titles for clean, SEO friendly post slugs, and media filenames during upload. Works by converting common accentuated UTF-8 characters, as well as a few special cyrillic, hebrew, spanish and german characters. Comments, bug reports and feature requests are more then welcome. Please send you inquiries by [email](mailto:wordpress@prospek.ca?subject=Strings Sanitizer). Explore more plugins by [Prospek](http://wordpress.org/extend/plugins/tags/prospek/ "Prospek"). == Installation == 1. Install the plugin from the dashboard, and activate it 1. Slugs and media filenames will be sanitized automatically == Changelog == = 1.0b3 = * FIX: Fixed constructor, effectively removing dependency to PHP >= 5.3. * ADD: Added classes/admin_notices.php helper class. * OPT: Display notice to admins, if PHP >= 5.1 dependency is not met. * CHG: Changed plugin display name (Prospek Strings Sanitizer -> Strings Sanitizer) * ADD: Added Wordpress Plugin page header image * UPD: Updated plugin description * CHG: Successful regression testing, up to Wordpress version 2.8 = 1.0b2 = * FIX: Fixed contributors and short description. * REM: Removed unneeded logs directory. = 1.0b1 = * Initial beta release.