Downloads
Release notes
Drupal 5 release of 'ReplacementTags' (Release Version 1.5)
This release fixes one very critical bug during initial install.
All features are identical to the 1.4 release :
This version implements some new features. Most of the updates
are internal optimization (e.g. the module registry) and are visible
to developers only ...
- module registry implemented
- weight option for module's process order
- reptag_process() simplified (= speedup)
- namespace cleanup of .tags modules
!! Attention please !!
The 1.4 release of reptag switches from 'height x width' to 'width x height'
(which is the usual order) for image.tags and video.tags. People using
the old-style syntax on their sites can find a script to update the tags
(swap dimensions) in their node content at
http://www.profix898.de/ftp/public/Drupal/RepTag/reptag_dimswap.php
See README.txt and DEVELOPER.txt for new details