This release fixes a security vulnerability, all users of img_assist 5.x-1.x snapshot from before 2009-07-15 are urged to upgrade. For more details, see DRUPAL-SA-CONTRIB-2009-043.
This release fixes a security vulnerability, all users of img_assist 6.x-1.x snapshot from before 2009-07-15 are urged to upgrade. For more details, see DRUPAL-SA-CONTRIB-2009-043.
This release fixes a security vulnerability, all users of img_assist 5.x-2.x snapshot from before 2009-07-15 are urged to upgrade. For more details, see DRUPAL-SA-CONTRIB-2009-043.
This release fixes a security vulnerability, all users of img_assist 6.x-2.x snapshot from before 2009-07-15 are urged to upgrade. For more details, see DRUPAL-SA-CONTRIB-2009-043.
Image Assist 2.x is compatible with TinyMCE 3.x only (via Wysiwyg API).
When upgrading to a more recent snapshot of Image Assist, please make sure that you completely replace the module's folder (i.e. so previous/obsolete files are properly removed).
drupalimage plugin in the TinyMCE plugins folder needs to be updated, unless hook_wysiwyg_plugin() (http://drupal.org/node/179712) is not committed.
Inline image containers have changed from <span class="inline[ left|right|center]">...</span>
to <span class="inline inline-left|inline-right|inline-center|inline-none">...</span>.
The CSS class of inline images has changed from '' to 'image-', i.e. 'thumbnail' becomes 'image-thumbnail'.
Text align clearing tag <br class="clear" /> has been replaced by <div class="clear-image"></div>.
The border of inline images was removed from CSS.
img_assist_map_image_delete() was renamed to img_assist_map_delete().
5.x-1.3 unfortunately wasn't properly tagged so it didn't contain all the necessary files. This release replaces that one, and it adds a small UI improvement as a bonus:
#152556 Added alt attribute to "Add..." image. Patch by MarcoZ.
This is the first release of Image assist for Drupal 5. It should be almost identical to the 4.7 version from a user's point of view, although there has been a lot of work done under the hood. Please see the CHANGELOG and the CVS message log for more information.