Releases: presseddigital/linkit
Releases · presseddigital/linkit
1.1.1
Fixed
- Fixed a couple of changelog typos :)
1.1.0
Changed
- Changed - Improved Linked In link validation (#36)
- Changed - Improved url link validation
- Changed - Element link types now allowed to select disabled elements to match the first party Craft element fieldtypes (#37)
- Changed - Updated element select to match first party fields
- Changed - Improved support for multisite setup
Added
- Added
hasElement()
method to link models to quickly determine if the link is an element link type - Added
isAvailable()
method to link models to quickly determine if a link is available (#27) - Added setting to override the default placeholder text for basic and social link types
- Added
getTableAttributeHtmlLink()
method, Linkit fields are now previewable table columns in table view (#32) - Added status indicators to preview to determine if a link is available
Fixed
v1.0.8
Fixed
- Fixed element select - now respects selected site in the cp
v1.0.7.1
Whoops version names
v1.0.7
Added
- Added Craft 2 migration scripts
- Added product link type (requires the awesome Craft Commerce)
Fixed
- Fixed email & phone links text value returning the full url
- Fixed documentation link
v1.0.6
- Fixed the select toggle where there is multiple Linkit field's on the same layout
- Fixed the default text displaying incorrectly for element links
- Added getLinkAttributes() to access any addional attributes set by Linkit
- Added getTargetString() to access the current target setting _self or _blank