FAlbum – 0.5.5
FAlbum – A WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.5.5:
- Fixed issue when album title contained non-ascii characters
- Fixed issue with viewing albums in non-friendly url mode
- Fixed error with getting EXIF data
- Fixed issue with slideshow not showing
- Fixed issue where the same XPath object was being created twice per request
Files:
BLOQ7 » FAlbum 0.5.5 on 18 Nov 2005 at 1:45 pm
[...] wieder eine neue Version von der Flickr integration. New in FAlbum 0.5.5: [...]
Falbum 0.5.5 is Out at Col’s Weblog on 18 Nov 2005 at 1:59 pm
[...] Well, after stumbling across two bugs yesterday, one of which was quite major, I helped out a couple of people on the forums lastnight to resolve these and fed back the changes. Falbum 0.5.5 is now out to resolve those issues. // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(“authorinfo”).style.display = “”; document.getElementById(“showinfo”).style.display = “none”; document.getElementById(“hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(“authorinfo”).style.display = “none”; document.getElementById(“showinfo”).style.display = “”; document.getElementById(“hideinfo”).style.display = “none”; } [...]
My Changes to 0.5.4 ยท Colin Seymour on 29 Sep 2009 at 2:35 pm
[...] bugs have been fixed in Falbum 0.5.5It didn't take long. Eli made changes to the code that introduced two new bugs:BUG #1: Clicking on [...]