Please consider adding more special characters support. I have manually added them to the slugify function in index.php (which solved this problem in one of the previous versions), yet I'm still having problems with getting this plugin to work.
$search = array(' ','å','ä','á','à','â','ã','ª','Á','À','Â','Ã','é','ë','è','ê','ě','Ë','É','È','Ê','Ě','ï','í','ì','î','Í','Ì','Î','ø','ö','ò','ó','ô','õ','º','Ó','Ò','Ô','Õ','ü','ú','ù','û','ů','Ú','Ù','Û','Ů','ç','Ç','Ñ','ñ','š','Š','č','Č','ř','Ř','ž','Ž','ý','Ý','ď','Ď','ť','Ť','ň','Ň');
$replace = array('-','a','a','a','a','a','a','a','A','A','A','A','e','e','e','e','e','E','E','E','E','E','i','i','i','i','I','I','I','o','o','o','o','o','o','o','O','O','O','O','u','u','u','u','u','U','U','U','U','c','C','N','n','s','S','c','C','r','R','z','Z','y','Y','d','D','t','T','n','N');
Please help, I need to get the site online soon.