Skip to content

Releases: presseddigital/linkit

5.0.0

Choose a tag to compare

@ben-callaway ben-callaway released this 20 May 21:43

5.0.0 - 2024-05-20

Added

  • Craft 5 compatibility
  • Allow self relations on element link fields

3.0.3

Choose a tag to compare

@ben-callaway ben-callaway released this 21 Oct 15:53

3.0.3 - 2022-10-21

Fixed

  • Fixed a bug where null returned instead of a string during getUrl() (#107)

4.0.2

Choose a tag to compare

@samhibberd samhibberd released this 25 Aug 23:38

4.0.2 - 2022-08-26

Fixed

  • Fixed another bug related to eager loading disabled elements (#102)

3.0.2

Choose a tag to compare

@samhibberd samhibberd released this 25 Aug 23:38

3.0.2 - 2022-08-26

Fixed

  • Fixed another bug related to eager loading disabled elements (#102)

4.0.1

Choose a tag to compare

@samhibberd samhibberd released this 24 Aug 21:16

4.0.1 - 2022-08-24

Fixed

  • Fixed error caused by eager loading for elements with multiple entry types / field layouts (#102)

3.0.1

Choose a tag to compare

@samhibberd samhibberd released this 24 Aug 21:15

3.0.1 - 2022-08-24

Fixed

  • Fixed error caused by eager loading for elements with multiple entry types / field layouts (#102)

4.0.0

Choose a tag to compare

@samhibberd samhibberd released this 18 Jul 13:04

{warning} 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

  • Craft 4 compatibility
  • Support for querying subfields with GraphQL. #69 #96 Thanks to @peaffenzeller.
  • Eager loading support #89

3.0.0

Choose a tag to compare

@samhibberd samhibberd released this 18 Jul 13:03

{warning} 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

1.1.12.1

Choose a tag to compare

@ben-callaway ben-callaway released this 29 Oct 07:00

Release update

1.1.12

Choose a tag to compare

@ben-callaway ben-callaway released this 29 Oct 01:19

Fixed

  • Fixed site menu dropdown option for entry selection. Credit to @Renzo-S.