On Sun, Jun 14, 2009 at 9:38 AM, bjoern<bjo...@buerstinghaus.net> wrote:
> have you tested Feed Stats Plugin with WP 2.8 yet?
I tested WP 2.8 on the live server that runs <http://www.speedbreeze.com>.
> Have tried it today with a local backup of my online files on my
> notebook and notice connection error in dashboard and settings
> sections.
I haven't encountered any connection errors on my server (which is
MediaTemple Grid-Server account). On another note, I have noticed a
few link-related bugs, which will be committed to the WordPress
Plugins Subversion repository in a little bit.
According to the WP Codex's "Version 2.8"[1] page, they added "support
for blocking all outbound HTTP requests." It appears that this
feature was (at least partially) added in changeset 10625 to
WordPress. Looking at that changeset's Trac page[2], it appears as
though that change only affects the WordPress HTTP API, which this
plugin doesn't use.
Since the information this new feature to block all outbound HTTP
requests is rather vague at the moment, I'm not really sure whether it
causes the issues that you described.
Thanks so much,
Jonathan
Footnotes:
1. http://codex.wordpress.org/Version_2.8
2. http://core.trac.wordpress.org/changeset/10625