Downloads
Download tar.gz
102.44 KB
MD5: 847cb09418aa57a988f7a37d4a102c37
SHA-1: a5c320c864222219ebae4f5d7987ccd72396b248
SHA-256: 68846f358b975361e10feff9ada649c19bf465a6cdfe2e11c43fef0c983b6845
Download zip
140.04 KB
MD5: ee282e25bcf55247443ce102dca84eb6
SHA-1: 0bdc51171cfa05af32df4a41b4c85575a279b8e8
SHA-256: 720d48a853dfac6ce8415d6c82432ff2ba916b21022dd533b8868596d85cb6d8
Release notes
IMPORTANT UPGRADE PROCEDURE!
If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- Run the update.php script. To prevent the possible loss of image files, it is important that you do this before viewing any image nodes.
- Check that your images display correctly.
- Bring your site back online.
Changes since DRUPAL-5--1-3:
- Added image_create_node_from() to allow other modules to easily create image nodes from a file.
- #152358 Put image_attach in the enclosure part of the RSS feed.
- #136767 Add an option to hide node info in image gallery.
- HorsePunchKid's patch for #156750 image_attach_update_2() is incompatible with Postgres
- #156127 Fixes for bugs in the 5.x-1.3 release:
- Original images imported via image_import.module weren't resized.
- Erroneous "You must upload an image." Error. - #156442 ?size=_original available to all and sundry
- #142178 "Upgrade to image 5x 1.1 screws up file paths for old images."
- My version of Bart Jansens's fix for #157583 No image galleries visible after upgrade
- Allow the background color for ImageMagick's rotation to be specified.
- #133215 Add an option to pass the -strip parameter to ImageMagick.
A big thanks goes out to VDG, Urfin Juss, kelev, and Hetta for testing the this release.