Releases: korobochkin/mark-user-as-spammer
Releases · korobochkin/mark-user-as-spammer
v2.0.0
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.
v1.0.1
- Translated all comments in code to english.
- Added plugin icon, banner and screenshots.
- Fixed WordPress required and tested up versions.
- Improved readme file.
v1.0.0
- First version of plugin.