v0.4.1:
fixed typo in the defaultRenderMethod constant (value “a”, should be “dl”) in 0.4.0 release . Ups!
v0.4.0:
documentation improved
optionally adds some pageTS to disable the image positions that make no sense on CType=image (it leaves just "above left", "center" and "right").
border and spacing can now be specified in the CONSTANT EDITOR and will affect the auto-generated CSS. This way you can configure border color, padding and margins around images using just the CONSTANT EDITOR without having to change anything in the CSS.
reorganized the constants for the CONSTANT EDITOR.
CSS-change: be aware that the CSS-selector for borders, which used to be composed from thickness and color (e.g. DIV.csi-border-2-black was changed simply to DIV.csi-border in this version. If you don't use the auto-generated CSS, please adapt your external .css acordingly. Note that this selector is now configurable through the CONSTANT EDITOR, so instead of changing your CSS you can also change the constant styles.content.imgtext.borderSelector to reflect this.
v0.3.0: after some feedback, some bug fixed and some new features added:
alt and title handling revised and new options added (emptyTitleHandling, titleInLink and titleInLinkAndImg).
rendering methods can now be added and changed through TypoScript. Any setting from IMGTEXT can now be changed in each rendering method.
All rendering is now done using stdWrap so the possibilities are endless.
Some other options added (addClasses)
Some bugs fixed in CSS and rendering.
Added option to separate image lists by rows (separateRows) (suggestion by Wolfgang Klinger)
Complete documentation, finally
v0.2.0: based on original “css_styled_imgtext” most rendering options that can be set by the user were respected. First public alpha version (proof-of-concept)