Releases: Bloke/smd_thumbnail
Releases · Bloke/smd_thumbnail
smd_thumbnail 0.6.1
smd_thumbnail v0.6.0
smd_thumbnail v0.6.0 features:
- For Txp 4.8.0+
- Register plugin tags on admin side so article previews work properly.
- Deprecate @display@ attribute in favour of @Format@.
- Alter class assignments so class is always added to img tag.
- The @type@ attribute accepts a list of profile names, plus SMD_ALL and SMD_ACTIVE.
- Add @break@ and @BreakClass@ attributes.
- Add @aspect@ attribute. Accepts @landscape@, @portrait@, @square@ or any custom ratio pairs, @4:3@, @16:9@, etc.
- Add @sort@ attribute.
- smd_thumbnail and smd_thumbnail_info tags accept core @escape@ attribute.
- Fix column heading width/height labels.
- Fix image counter when batch creating thumbs.
- Reinstate hover pointer on active column heading.
- Hook into image saves on the Write panel for compatibility with Write panel image plugins.
smd_thumbnail v0.5.3
Maintenance release to fix unescaped <br />
tags in help (thanks, phiw13).
smd_thumbnail v0.5.2
Added German Textpack (thanks, Christian Rapp).
smd_thumbnail v0.5.1
- Permit
wraptag
when outputtingdisplay="url"
(thanks, jools-r). - Add
quiet
attribute to suppress missing image warnings (thanks, jools-r).
smd_thumbnail v0.5.0
- For Textpattern 4.7.0+.
- Add
description
field. - Fall back on fullsize image if thumb doesn't exist.
- Try to create profile directories with the same permissions as the images directory.
- Fix greedy thumb profile panel gobbling list options (thanks, phiw13).
- Fix toggle state recall (thanks, phiw13).
- Fix undefined variable warnings (thanks, philwareham).
- Fix search_method array-to-string conversion warning.
- Fix errors if tables not created when no images are in the database.
- Update documentation and code consistency (thanks, philwareham)
smd_thumbnail 0.4.0-beta
- Prettier interface for Textpattern 4.6.0+
smd_thumbnail v0.32
- For Textpattern 4.6.0+.
- Improved profile table layout: it's also responsive, up to a point.
- Fixed stay on Edit panel after thumbnail uploaded.
- Uses core APIs where available.
- Improved code documentation and layout to PSR-2.