Releases: vaersaagod/linkmate
Releases · vaersaagod/linkmate
LinkMate v. 2.5.1
LinkMate v. 2.5.0.1
2.5.0.1 - 2023-10-20
- Fix exception that could be thrown when getting search keywords for link fields
LinkMate v. 2.5.0
2.5.0 - 2023-10-19
Added
- Link fields' custom text and linked element titles will now be added to Craft's search index, provided the field has the "Use this field’s values as search keywords" field setting enabled.
LinkMate v. 2.4.1
2.4.1 - 2023-04-04
Fixed
- Fixes a multi-site issue due to
Element::displayName()
being translated under the hood.
LinkMate v. 2.4.0
2.4.0 - 2023-02-05
Added
- LinkMate fields are now previewable in element indexes
LinkMate v. 2.3.1
2.3.1 - 2023-01-27
Changed
- Input link types (email, phone, URL, custom) now return their raw URLs for the
getText()
method
LinkMate v. 2.3.0
2.3.0 - 2023-01-20
Added
- Added the "Allow element sources without URLs" setting to entry, categories and asset link types. This setting applies when "All" is selected as the source for these element types.
Changed
- LinkMate now hides all sources without URLs, for entry, categories and asset link types where the source setting is set to "All". The new "Allow element sources without URLs" setting can be used to override this behavior.
Fixed
- Fixed an issue where LinkMate could throw an exception if a Link had no LinkField instance set. Hello edge case.
LinkMate v. 2.2.2
2.2.2 - 2022-08-02
Fixed
- Fixes typing issues in ElementSourceValidator
LinkMate v. 2.2.1
2.2.1 - 2022-05-02
Fixed
- Fixes an issue where the site menu would always display in element selector modals, regardless of whether the "Show site menu" option was actually checked or not.
LinkMate v. 2.2.0
2.2.0 - 2022-05-27
Changed
- Changed default link type to "Entry"
- All link types are now disabled by default, for new fields
- Moved the "Enable all" toggle to the bottom of the link type settings list
- Tightened up the styles for the field settings a little bit