soo_image user guide Page 15 of 16 « »
Version History
1.0.b.9 (2017/02/14)
- Txp 4.6 compatibility update
- PHP 5.3+ compatibility update
1.0.b.8 (12/18/2010)
soo_image_select
, when used without selection attributes (id, category, etc.) and outside article context will now check for image category context (requires Txp 4.3.0).- New conditional tag,
soo_if_image_count
.
1.0.b.7 (7/4/2010, USA Independence Day)
- Thumbnail
height
andwidth
attributes (Txp 4.2.0 or later) added automatically, according todefault_dimensions
preference (requires soo_txp_obj v 1.0.b.7). - Help text updates.
1.0.b.6 (6/29/2010)
- New behavior for
soo_image
: when used outsidesoo_image_select
, and withoutid
orname
, article image now takes priority over any images fromsoo_image_select
tags earlier on the page (i.e., persistent context). This gives more predictable behavior in an article list. (Thanks to Adi for spotting this.) - New preference setting to enable/disable persistent context.
- Code cleaning (soo_txp_obj 1.0.b.6 now required).
1.0.b.5 (6/21/2010)
- Fixed bug in
soo_image
wherewidth="0"
was not suppressing dimension attributes as expected - Added
wraptag
,class
, andhtml_id
attributes to various tags (requested by Adi)
1.0.b.4 (4/9/2010)
- New tag:
soo_image_id
(output image ID)
1.0.b.3 (3/29/2010)
- Fixed default text for
soo_image_prev
- Added
pagination
attribute tosoo_image_select
, for better pagination control when there are multiplesoo_image_select
tags on a page
1.0.b.2 (9/18/2009)
- Fixed bug in
soo_image_date
(was displaying incorrect date or time zone in some cases) - New tags:
soo_thumbnail_url
soo_thumbnail_height
(Txp 4.2.0 or higher)soo_thumbnail_width
(Txp 4.2.0 or higher)soo_image_page_count
- Changed behavior: now uses (optionally) soo_plugin_pref. The old soo_plugin_prefs is no longer supported.
1.0.b.1 (7/5/2009)
- New
link_to
attribute forsoo_image
soo_image_next
can now be used before its associatedsoo_image_select
tag- Underlying soo_txp_obj library has been largely rewritten
- downshift to v2.0 of the GPL
1.0.a.5 (5/18/2009) (not released publicly)
- Changes to the
soo_image
tag:- New attributes:
title
,link_class
,link_id
- New behavior: Setting any link-related attribute sets
thumbnail
andlink
to true
- New attributes:
1.0.a.4 (5/17/2009)
- Added
soo_exif
and related tags for reading and displaying EXIF metadata - Can now enter ranges of ids (e.g., “44-48, 12-9”) for article image or
soo_image_select
id - Fixed bug in aspect ratio using ratio syntax (e.g., “4:3” or “4/3”)
1.0.a.3 (5/14/2009)
soo_image_select
can now be used as a single or container tag
1.0.a.2 (5/13/2009)
- Added
soo_image_url
tag - Fixed incorrect ORDER BY FIELD syntax
- Upgraded soo_txp_obj to deal with a PHP 5.2.0 – 5.2.3 bug