Delete Pending Comments - Version 0.2.1

Version Description

  • Manipulate the database directly. Using WordPress functions was way too slow with 10k or more pending comments.
Download this release

Release Info

Developer nkuttler
Plugin Icon wp plugin Delete Pending Comments
Version 0.2.1
Comparing to
See all releases

Code changes from version 0.2.0 to 0.2.1

Files changed (2) hide show
  1. delete-pending-comments.php +1 -1
  2. readme.txt +2 -2
delete-pending-comments.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nkuttler.de/wordpress/delete-pending-comments/
5
  Author: Nicolas Kuttler
6
  Author URI: http://www.nkuttler.de/
7
  Description: A quick way to delete all pending comments. Useful for victims of spammer attacks.
8
- Version: 0.1.1.1
9
  Text Domain: delete-pending-comments
10
  */
11
 
5
  Author: Nicolas Kuttler
6
  Author URI: http://www.nkuttler.de/
7
  Description: A quick way to delete all pending comments. Useful for victims of spammer attacks.
8
+ Version: 0.2.1
9
  Text Domain: delete-pending-comments
10
  */
11
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY
6
  Tags: admin, plugin, comments, spam, pending, delete, delete comments, mass delete, mass delete comments
7
  Requires at least: 2.7
8
  Tested up to: 2.9-rare
9
- Stable tag: 0.2.0
10
 
11
  A quick way to delete all pending comments. Useful for victims of spammer attacks.
12
 
@@ -55,7 +55,7 @@ A: The plugin page is located under the top level menu entry "Comments". Copy an
55
  </p>
56
 
57
  == Changelog ==
58
- = 0.2.0 =
59
  * Manipulate the database directly. Using WordPress functions was way too slow with 10k or more pending comments.
60
  = 0.1.1.1 =
61
  * Fix version number...
6
  Tags: admin, plugin, comments, spam, pending, delete, delete comments, mass delete, mass delete comments
7
  Requires at least: 2.7
8
  Tested up to: 2.9-rare
9
+ Stable tag: 0.2.1
10
 
11
  A quick way to delete all pending comments. Useful for victims of spammer attacks.
12
 
55
  </p>
56
 
57
  == Changelog ==
58
+ = 0.2.1 =
59
  * Manipulate the database directly. Using WordPress functions was way too slow with 10k or more pending comments.
60
  = 0.1.1.1 =
61
  * Fix version number...