> Maybe you need to add 2 radiobuttons to let the user decide wether or not
> this feed has been migrated to feedburner.
I really like the idea of radiobuttons to select between Google and
FeedBurner feeds--it would dramatically simplify the code. I'm
worried about whether it would be hard to explain the difference
between Google FeedProxy/FeedBurner and FeedBurner to users. I
suppose those who have switched manually to Google *would* know the
difference, though. This is a tricky issue that I'll think about
before implementing the radiobuttons.
In the meantime, I've fixed the bug.
I was using PCRE to determine whether it was a Google
FeedBurner/FeedProxy feed or non-Google FeedBurner feed. Older
versions of the plugin only stored the feed name; the URL replacement
stuff was intended to autodetect the proper full URL so that stats for
non-Google FeedBurner users wouldn't suddenly stop getting displayed.
You can apply the fix by downloading a new package from WordPress.org
(http://downloads.wordpress.org/plugin/feed-stats-plugin.1.0.5-b2.zip)
or by applying the attached patch (assuming Google Groups allows
attachments). You may have to re-enter your feed URL.
Thanks again,
Jonathan