v1.0.2
Security improvements release. Better output for the links.
Prepare URL before output it. This plugin doesn't have XSS vulnerability like many others plugins (because we use wp_nonce_url() before output the links) but page may look incorrect if you try to open something like site.com/users.php?"><script>alert('hi')</script>. Script not working (thanks wp_nonce_url()) but markup looks crashed.