Index: changelog.txt
===================================================================
--- changelog.txt (Revision 19884)
+++ changelog.txt (Arbeitskopie)
@@ -1,6 +1,9 @@
Changelog
Version Date Changes
+2.0.1 2007/09/24 Added switch on the categories page, which
+ reverses the selection. It is now possible to
+ include or exclude categories.
2.0 2007/09/24 New code for fetching the data: 1. Instead of
one expensive database query we now use two
or more cheap queries. Thanks to mirra, who
Index: get-recent-comments.php
===================================================================
--- get-recent-comments.php (Revision 19884)
+++ get-recent-comments.php (Arbeitskopie)
@@ -1,7 +1,7 @@
?page=get-recent-comments.php&subpage=4&updated=true">
-
@@ -617,7 +622,7 @@
function kjgrc_get_option($section,$option_name)
{
global $wpdb,$kjgrc_options_loaded;
- $version = 10; // If version differs from saved value -> insert new defaults
+ $version = 11; // If version differs from saved value -> insert new defaults
$kjgrc_options = get_option("kjgrc_options");
if ($kjgrc_options == NULL || $kjgrc_options['version'] != $version)
{
@@ -639,6 +644,7 @@
"grt_chars_per_word" => 30,
"grt_format" => "
Added switch on the categories page, which reverses the
+selection. It is now possible to include or exclude categories.
+
+
+
2.0
2007/09/24
@@ -22,7 +30,7 @@
Support for Custom Smileys Plugin. Thanks to Henry for suggesting this.
Fix: Username was not displayed as "Anonymous", if commentor left no name. Thanks to Pixelation for reporting this.
- Added support for WordPress 2.3. It will drop the post2cat table. Changed plugin to new taxonomy scheme. A *great* thank you goes to Lakatos Zsolt, who provided a complete patch for get-recent-comments-1.5.6, which made it very easy for me to understand how 2.0-beta10 had to be changed. Thank you also to xelios, Ville and Kretzschmar who warned me, that WordPress 2.3 will break the old plugin code.
+ Added support for WordPress 2.3. It will drop the post2cat table. Changed plugin to new taxonomy scheme. A *great* thank you goes to Lakatos Zsolt, who provided a complete patch for get-recent-comments-1.5.6, which made it very easy for me to understand how 2.0-beta10 had to be changed. Thank you also to xelios, Ville and Kretzschmar who warned me, that WordPress 2.3 will break the old plugin code.