Version 5.0.0
May 20, 2024
Added
- Craft 5 compatibility
- Allow self realtions on element link fields
Version 4.0.4.1
October 24, 2022
Fixed
- Correct fix for null elements
Version 4.0.3
October 21, 2022
Fixed
- Fixed a bug where null returned instead of a string during getUrl() (#107)
Version 4.0.2
August 26, 2022
Fixed
- Fixed another bug related to eager loading disabled elements (#102)
Version 4.0.1
August 24, 2022
Fixed
- Fixed error caused by eager loading for elements with multiple entry types / field layouts (#102)
Version 4.0.0
July 13, 2022
Breaking Change - GQL users, support for querying subfields may mean you need to update and queries that work with linkit fields.
Changed
- Transfer ownership to Pressed Digital
- Bump version numbers to mirror crafts major versions
- Remove LinkitHelper
- getLink() now uses the craft
Html::tag()
to build links and correctly handles any custom attributes - Improve attribute methods for the base link
- Removed whitespace from the phone url (#74)
- Corrected LinkedIn spelling (#62)
Added
Version 1.1.12.1
October 29, 2020
null
Version 1.1.12
October 29, 2020
Fixed
- Fixed site menu dropdown option for entry selection. Credit to @renzo-s.
Version 1.1.11
April 3, 2019
Fixed
- Fixed migration issue with Schema Checks & Mute events. Credit to @andris-sevcenko again.
Version 1.1.10
March 19, 2019
Fixed
- Fixed Craft 2 migration (findgers crossed for good) addressing issues with element sources and linkit fields nested in Matrix or Super Table. Thanks again @andris-sevcenko.
- Fixed SuperTable Craft 2 migration issue where Linkit is installed before SuperTable during upgrade.
- Fixed migration of Element sources converting IDs to UIDs.
- Fixed custom link docs (Thanks @domstubbs)
Version 1.1.9
March 2, 2019
Fixed
- Fixed migration issue where Super Table was not setting a type value on a field. Thanks @olibon.
Changed
- Improved migration scripts (Thanks to @roelvanhintum's input)
Version 1.1.8
February 8, 2019
Changed
- Changed migration scripts as per Crafts new recommendations (Thanks to @andris-sevcenko)
- Changed requires Craft 3.1.2+
- Changed README.md installation instructions
Fixed
- Fixed some README.md typos
Added
- Added
{{ customText }}
info to the docs
Version 1.1.6
January 17, 2019
Fixed
- Fixed Craft 2 migration error preventing install on Craft 3.1.x
- Removed some unused template tags
- Fixed issues bug on the about page
Version 1.1.5.1
January 15, 2019
Fixed
- Fixed Changelog date
Version 1.1.5
January 14, 2019
Added
- Added support for @web alias in the URL link type
- Added support for mailto links in the URL link type
- Added settings to control whether the URL link type allows hashes, mailto, aliases or paths
Version 1.1.4
October 23, 2018
Fixed
- Fixed some recursive infinite loop issues and Solpace Calendar crashes (All credit goes to Craft's Brad Bell)
Version 1.1.3
September 28, 2018
Changed
- Changed - Version bump
Version 1.1.2
September 28, 2018
Changed
- Changed - Plugin icon
Version 1.1.1
August 23, 2018
Fixed
- Fixed a couple of changelog typos :)
Version 1.1.0
August 23, 2018
Changed
- Changed - Improved LinkedIn link validation
- Changed - Improved url link validation
- Changed - Element link types now allowed to select disabled elements to match the first party Craft element fieldtypes
- 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 - 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 - Added status indicators to preview to determine if a link is available
Fixed
- Fixed issue with the Craft 2 normailize function when a type is not specified
- Fixed cp translation bug on element link types when using multiple sites
- Fixed an issue with the Craft 2 > Craft 3 migration script related to an undefined type index
Version 1.0.8
April 24, 2018
Fixed
- Fixed element select - now respects selected site in the cp
Version 1.0.7.1
April 24, 2018
Added
- Fixed version issue
Version 1.0.7
April 24, 2018
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
Version 1.0.6
April 16, 2018
Fixed
- 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
- Added
getLinkAttributes()
to access any addional attributes set by Linkit - Added
getTargetString()
to access the current target setting_self
or_blank
Version 1.0.5
March 31, 2018
- Case fix - thanks Brad!
Version 1.0.4
March 30, 2018
- Updated naming - thanks Brandon!
Version 1.0.3
March 27, 2018
- Updated settings page to group link types.
- Enabling link types is now done with lightswitches instead of checkboxes
Version 1.0.2
March 27, 2018
- Updated icon and license.
Version 1.0.0
March 27, 2018
- Initial release