Skip to content

Releases: vaersaagod/linkmate

LinkMate v. 2.5.1

18 Feb 11:31
Compare
Choose a tag to compare

2.5.1 - 2024-02-18

Fixed

  • Fixes an issue where Link fields' default text would, realistically, never render

LinkMate v. 2.5.0.1

20 Oct 11:05
0ff87be
Compare
Choose a tag to compare

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

18 Oct 22:07
Compare
Choose a tag to compare

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

04 Apr 17:59
Compare
Choose a tag to compare

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

04 Feb 23:30
Compare
Choose a tag to compare

2.4.0 - 2023-02-05

Added

  • LinkMate fields are now previewable in element indexes

LinkMate v. 2.3.1

27 Jan 18:31
Compare
Choose a tag to compare

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

19 Jan 23:12
Compare
Choose a tag to compare

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

02 Aug 09:00
Compare
Choose a tag to compare

2.2.2 - 2022-08-02

Fixed

  • Fixes typing issues in ElementSourceValidator

LinkMate v. 2.2.1

02 Jun 10:29
Compare
Choose a tag to compare

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

27 May 11:13
Compare
Choose a tag to compare

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