Version 1.9

Previous versions of this plugin relied on two rather fragile features:

For retrieving the items from DeviantArt, it used Yahoo Pipes. This service severly restricted usage recently, which resulted in no thumbs being shown.

For loading site pages faster, the plugin used file-based caching. The problem with this is setting proper file permissions, which is never fun.

That’s all gone now: version 1.9 uses the SimplePie class, bundled in WordPress. It retrieves items directly and also takes care of the caching.

Version 1.8

Now you can have multiple widgets with devious thumbs.

I’ve used Alex Tingle’s multiWidget class, which I’ve adapted to my coding habits. You can expect all my plugins to receive multi-widget support sooner or later.

Important: If you’re upgrading from an older version, your current widget settings will not be preserved, unfortunately.

Version 1.7

In this version I have replaced the previous carousel script with a new one, made by yours truly. The main advantage is that it’s much smaller and way easier to modify and improve. Any suggestions are welcome.