Stream plugin for Coppermine Photo Gallery
==========================================

Release Notes:
----------------------------
Version 1.1.3 Release Notes
Several bugs fixed involving meta-albums where the code sometimes crashed or caused display of the wrong images when clicking on the stream

Version 1.1.1 Release Notes
---------------------------
Fix bug affecting albums where all images use the keyword display method. All images now display correctly in the stream.

Version 1.1 Release Notes
-------------------------
Includes a small change over version 1.01 which is a plugin hook stream_display_thumbnails_params which allows access to the thumbnail
parameters. This is used by the enablehighres plugin to change the thumbnail URL to support the "Go directly from thumbnail to full-sized image"
configuration option. Clicking on a stream thumbnail will display the full size image in the screen provided by the html5slideshow plugin.
Also changed the way that use of intermediate images for the full size image display is overriden.


Version 1.0 Release Notes
-------------------------
There will be someone who asks why I used the plugin hook 'post_breadcrumb' rather than 'theme_thumbnails_wrapper_start' which would mean 
less code duplicated in the plugin function display_stream. The choice was made to allow function get_pic_data to be called with parameters 
that are appropriate for the stream, allowing the stream to be any length. Otherwise it would be called within function display_thumbnails 
which uses parameters from the thumbnail grid model.


