Lazyest Gallery 0.11.0 RC1

Version 0.11.0 is almost ready now. I can't find any bug anymore. I have uploaded release candidate 1 to the trunk.
Update: I did find and corrected a bug in the Windows Xp Upload Wizard.
Although I am confident enough to use it on my sites, please be aware that Lazyest Gallery 0.11.0 rc1 should not be used on a live blog.
What has happened since my previous post?

  • Bugs have been repaired
  • All shortcodes have been updated to be compatible with the WordPress sortcode API
  • You can place you Gallery on any page or post. You can have more than one pages with a gallery. You can use one gallery as preview

The Shortcodes

All double bracket shortcodes have been deprecated. The gallery shortcode is now lg_gallery. If you upgrade from an older version, double bracket shortcodes still funcion.

The Folder shortcode.

lg_folder folder="foldername" count="value" cols="value" paging="value"
Where:

  • every atribute but "folder and image" are optional
  • foldername:relative to the gallery directory
  • count: number of images to show
  • cols: number of columns in display
  • paging: show -next- and -prev- to show more images

Slides will display on same post or page as the folder.
Example of the folder shortcode in a post:

First Folder


values used in this example: folder="folder_1/" count="4" cols="3" paging="false"

The Image shortcode

lg_image folder="foldername" image="imagename.ext" align="value" width="value" height="value" caption="value"

Where:

  • every atribute but "folder and image" are optional
  • foldername relative to the gallery directory
  • align: could be left, right or center
  • width and height: an integer value
  • if caption is provided this will override the xml one

An image shortcode example:

it's a dented car

it's a dented car

values used in this example: folder="folder_1" image="IMAGE_058.jpg" width="300" caption="This is a lazyest image"

I'll keep hunting for bugs and I hope to release version 0.11.0 within one week.