Skip to content

Releases: korobochkin/mark-user-as-spammer

v2.0.0

03 Nov 19:26
Compare
Choose a tag to compare
  • Force delete active user sessions immediately after click "ban" link.
  • Completely new plugin architecture.
  • API for developers.

v1.0.2

04 May 20:50
Compare
Choose a tag to compare

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

15 Apr 12:37
Compare
Choose a tag to compare
  • 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

15 Apr 12:37
Compare
Choose a tag to compare
  • First version of plugin.