sadly, that hasn't fixed my version. I am going to play around with that though, since you've pointed it out to me.
edit: Things to note: Slideshows still work, as to Galleries. It's only the singlepic tag that is dying on me at the moment.
edit (again): Alright I've started tracking it down, and it seems to be failing in the shortcodes.php file: `$search = "@\[singlepic=(\d+)(|,\d+|,)(|,\d+|,)(|,watermark|,web20|,)(|,right|,center|,left|,)\]@i";
if (preg_match_all($search, $content, $matches, PREG_SET_ORDER))` is returning false, so it never jumps into the if statement, and so there's no render. Sadly I'm really REALLY bad with regex.