Releases: Bloke/smd_bio
Releases · Bloke/smd_bio
smd_bio v0.5.0
For Textpattern 4.7.x+.
- Use Txp 4.7.0-style language identifiers.
- Add class
txp-form-field
to wrapping divs for all bio fields in admin (thanks, johnstephens). - Fix classnames and scope (thanks, philwareham and phiw13).
- Fix SQL errors when creating columns.
- Fix MySQL restrictions on DEFAULT column types.
- Alter default column types for most columns. Text-based columns are way too big and result in performance issues as they cannot be cached.
- Register tags.
- Layout fix for 'More' widgets.
- Use
getThings()
instead ofsafe_field()
to avoid triggering a bug (thanks, makss).
smd_bio v0.50-beta.1
For Txp 4.6.2+
Caveat: checkbox sets aren't pretty on the bio pages. Needs a design pattern. Maybe other groups (such as images) could do with some visual spruce-up too.
Version 0.41
Fixed array-to-string conversion bug (thanks aslsw66).
Version 0.40
Changes:
- Improved performance and reduced server load by up to 90% (thanks jakob)
- Plugin lifecycle aware
- Permitted configurable database column types/sizes and international characters
- Removed base64 CSS
- Added smd_bio_author, smd_bio_data, smd_bio_iterate, smd_if_bio, smd_if_bio_first_author and smd_if_bio_last_author tags
- Added
show_empty
attribute - Deprecated
author
,items
(nowfields
),labelclass
,itemwraptag
(nowbreak
) anditemclass
(nowbreakclass
) - Altered replacement key names
- Fixed and improved hover tooltips on Admin->Users panel
- Increased default varchar size to 255 (thanks hablablow)
- Added multi-select lists and permitted checkboxes to be marked as default
- Added more field types for HTML 5 widgets
- Enabled
SMD_BIO_FN|function|param|param|...
support when defining fields to call arbitrary functions - Experimental support for item="widget" to display an input control for the given field