Version 1.1.3 (2010/08/18):
- ADD: Arabic translation (thanks to www.r-sn.com)
- ADD: It’s now possible to specify an authkey to display non-public albums (this only works when showing an album directly)
Version 1.1.3 (2010/05/16):
- ADD: French translation (thanks to Émeric Doutriaux)
- ADD: Spanish and Catalan translation (thanks to Núria Ramoneda)
- ADD: Brazilian Portuguese translation (thanks to Diego Búrigo Zacarão, http://diegobz.net)
- CHG: table-less layout in the html-templates (big thanks to Núria Ramoneda)
- FIX: placeholder “%INDEX%” did reset itself on every new page
Version 1.1.2 (2010/01/24):
- ADD: placeholder `%INDEX%` for use in the template `albumDetails.html` that simply outputs the index number of the current image
- ADD: Dutch translation (thanks to Stef Segers)
Version 1.1.1 (2009/12/13):
- ADD: Polish translation (thanks to Michał Stochliński)
- ADD: .mo-Translation-files for further translations
- FIX: A bug in the documentation concerning the “instantview”-option
Version 1.1 (2009/11/17):
- ADD: unique Image-ID can now be used via %IMAGEID% in the template albumDetails.html (for JavaScript-purposes, e.g.)
- ADD: album creation/modification date can now be used via %CREATIONDATE% and %MODIFICATIONDATE% in the template album.html
- CHG: replaced own remote connection routine by WordPress’ remote class. Helps keeping the plugin code simple and slick (and I can blame other people if the connection fails)
- CHG: use wordpress’ shortcode api (http://codex.wordpress.org/Shortcode_API) instead of own placeholder parsing (can blame other people for errors, again), and it will not add p or br tags anymore when the placeholder stands alone on a line by themself
- FIX: multiple picasaview-tags in the same post caused some duplicate content
- FIX: a bug with floating elements due to css-settings
- FIX: when JavaScript-Paging was enabled the bottom text could overlap the images if their heights were different
Version 1.0.1 (2009/10/14):
- CHG: more detailed error messages when CURL fails to receive data from picsasaweb
- FIX: CSS-Bug when quickPaging was enabled that caused the layout look ugly when the images were not already loaded
Version 1.0 (2009/10/11):
- ADD: album images can now be shown directly (with “instantView”-option)
- ADD: italian translation, thanks to Gianni Diurno (gidibao.net)
- ADD: russian translation, thanks to Fat Cow (www.fatcow.com)
- CHG: completely rewritten the plugin for more flexibility in future versions
- CHG: nearly every setting can be overwritten in each picasaView-tag
- FIX: some minor bugs fixed
Version 0.71 (2009/01/01):
- FIX: made picasaView compatible with WordPress 2.7
Version 0.7 (2008/08/01):
- ADD: debug output option to view the returned data from picasaweb
- ADD: nice scriptaculous paging without reloading the page each time
- ADD: new admin option: cropping of thumbnails
- ADD: added tag-option ‘user’ so you can view different albums from different users in your blog
- FIX: a setting of 0 images per page was expected view all images at once but it viewed only 20 per page
- FIX: a bug with the socket-connection which could cause picasaView to fail loading the data from picasaweb (thanks to Pete Holzmann)
- FIX: Double quotes in title or summary broke html output (thanks to Pete Holzmann)
- FIX: albums with single quotes in the title could not be linked directly (thanks to Pete Holzmann)
- FIX: a stupid bug which let file_get_contents() fail each time
- CHG: changed the functionality of saving options in the admin backend, because WordPress 2.6.1 messes some things up. Should make picasaView make compatible to MU installations now. (thanks to Pete Holzmann)
- CHG: customized picasaView templates are now placed within the theme directory itself, not in wp-content (thanks to Nathan Sylvain)
Version 0.6 (2008/07/14):
- CHG: simplifed the tag to picasaView plugin: there are no albums available for this user in picasaweb.
- CHG: added if-blocks for placeholder output
- CHG: changed some placeholder names to more comprehensible names
- ADD: templates and stylesheet can now reside under ‘wp_content/picasaview_templates’ to ensure they are not overwritten on auto-update
- ADD: Image description (see placeholder reference)
- ADD: ‘Back to post’ link (see placeholder reference)
- ADD: added paging for album detail view
- ADD: even more detailed error messages
Version 0.5 (2008/06/18):
- ADD: socket support which should allow more people to connect to picasaweb if remote access and CURL are not available
- ADD: more detailed error messages if something went wrong
- CHG: admin interface now tells what connection options are available
Version 0.4 (2008/06/16):