Update notes
- If you previously installed alphas or betas, you should clear all your caches after installing this new version.
- If you previously installed alphas or betas, you will get errors like this on update. They are harmless and may be ignored:
Failed: ALTER TABLE {image} DROP PRIMARY KEY
Failed: ALTER TABLE {image} DROP INDEX image_fid
Failed: ALTER TABLE {image_attach} DROP PRIMARY KEY
Failed: ALTER TABLE {image_attach} DROP INDEX iid
- The alt text in the Views image field when formatted as a link contains bad HTML. This is fixed in the latest Views dev: see http://drupal.org/node/489888.
- If you installed alpha 5 or 6 and the Attached images block is still not showing, see http://drupal.org/node/561686#comment-2007790 for a fix.
- If you have created views with the Attached images field, you will need to remove it and re-add the new field for multiple images.
- image attach has new permissions. You will need to assign these to your roles.
Changes since last release:
#564488 by joachim: Fixed missing variables in Views image gallery template.
#72579 by David Stosik: Added more granular permissions to image attach, and
fixed attaching images when 'Attach existing images' is disabled.
#445074 by joachim: Added a theme function for the attached images block.