When installed on a MultiSite installation, the latest version works for the default site but does now work for additional sites. Here's the scenario:
Worpdress is installed in http://www.domainname.com/wordpress/
It works perfectly here, if I look at generated code for the image files in slideshows, the path of images is /wordpress/wp-content/blogs.dir/.... which is correct
Sites of WordPress are installed in http://www.domainname.com/wordpress/site1/
Slideshows can't display images here, the generated path of images is /wp-content/blogs.dir/.... which is in-correct as the /website/ part is missing.
Anyone else facing this issue?