- Replace
aspect
withsize
attribute (for commonality with Textpattern core 4.8.2).
- Permit
aspect
attribute to match exact widths/heights and decimal aspects.
- For Txp 4.8.0+
- Register plugin tags on admin side so article previews work properly.
- Deprecate
display
attribute in favour offormat
. - 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
andbreakclass
attributes. - Add
aspect
attribute. Acceptslandscape
,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.
- Fix unescaped
br
tags in help (thanks, phiw13).
- Added German Textpack (thanks, Christian Rapp)
- Permit
wraptag
when outputting display=“url” (thanks, jools-r). - Add
quiet
attribute to suppress missing image warnings (thanks, jools-r).
- For Textpattern 4.7.0+.
- Added
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)
- Added Composer/Packagist support.
- Removed SWF support.
- Tidied layout for 4.6/4.7 (thanks, philwareham)
- Bit of whitespace styling (thanks joopvos).
- Use a jQuery UI ‘x’ instead of [Delete].
- 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.
- Selected thumbnail creation for 4.6.x (thanks jpdupont).
- For Textpattern 4.5.0.
- Added
mem_moderation_image
support. smd_thumbnail
tag has form/container support.- Added
smd_thumbnail_info
tag. - Fixed image <→ select list interaction (damn you attr/prop!).
- Added better tooltip on thumbnail hover.
- Fixed invalid markup.
- Added
width
andheight
attributes (thanks jstubbs).
- Added
display
attribute. - Added ‘Create from’ preference (thanks the blue dragon/maniqui).
- Fixed plugin for dashboard use.
- Fixed jQuery attr/prop in prefs.
- Fixed Textpattern menu interference (thanks maniqui).
- Added
smd_thumb_get_profiles()
for other plugins to find which profiles are available.
- Tools/prefs separated from profile list.
- Permitted batch creation via 1) selected images 2) category 3) author (thanks jpdupont).
- Added
smd_thumb_auto_replace
option and altered default behaviour (thanks maniqui). - Fixed Textpattern thumbnail creation on thumbnail replace and made prefs global – and only available to site admins (all thanks jstubbs).
- Fixed ‘New profile’ button wrapping (thanks jpdupont).
- Permitted thumbnails to be larger than the original images (thanks maniqui).
- Fixed callbacks for image uploading and deleting.
- Added confirmation on ‘Create all’.
- Relabelled upload box (thank uli).
- Tamed styles.
- Silenced
chmod
warnings (thanks zero).
Added ability to sync default profile thumbnails with the corresponding Textpattern thumbnails (thanks zero).
- Added
force_size
andadd_stamp
(both thanks zero). - Removed unnecessary database call.
- Official public release.