Skip to content

Releases: sebastian-lenz/craft-linkfield

2.1.5

29 Nov 09:37
Compare
Choose a tag to compare
  • Fix: Escape SQL query in Migration (see: #245)

2.1.4

18 Aug 08:25
Compare
Choose a tag to compare
  • Fix: Fixed a migration error that could occur when updating to Craft 4. (see #230)
  • Fix: Respect the default link type setting in matrix fields (see #221)
  • Fix: Element query executed before Craft is fully initialized (see #231)
  • Fix: Asset source selections are not working as expected (see #229)
  • Update: Dutch translation (see #224)

2.1.3-rc

09 May 08:35
Compare
Choose a tag to compare
2.1.3-rc Pre-release
Pre-release
  • Fix: Do not use the empty link type for fields on elements that are being created right now, see #220
  • Fix: Adjust link default values, they can cause db errors, see #219

2.1.2-rc

08 May 12:58
Compare
Choose a tag to compare
2.1.2-rc Pre-release
Pre-release
  • New: Support for 4 byte characters, see #211
  • Fix: Do not try to write all migration rows at once, see #213
  • Fix: Make sure entry titles are a string and not null, see #212
  • Fix: Eager loading might throw an error for certain queries, see #214
  • Fix: Do not use enabledForSite, removed in Craft 4 (see #218)

2.1.1-rc

21 Apr 18:03
9867dd1
Compare
Choose a tag to compare
2.1.1-rc Pre-release
Pre-release
  • New: Add PHP 8 type annotations
  • Fix: Migration error due to the getFields() method, changed to getCustomFields() (see #210)

1.1.0-beta

28 Mar 19:52
de34f2c
Compare
Choose a tag to compare
1.1.0-beta Pre-release
Pre-release
  • Add Craft 4 support

2.1.0-rc

28 Mar 18:54
Compare
Choose a tag to compare
2.1.0-rc Pre-release
Pre-release
  • New: Craft 4 and PHP 8 support, removed support for Craft 3.x
  • Fix: Set the direction of url input fields to ltr, see #171

2.0.0-rc.2

26 Feb 16:14
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
  • Fix: Modifying mailto: links creates broken links, see #151
  • Fix: Migration fails due to field suffixes introduced in Craft 3.7, see #164
  • Fix: Link cache fails for disabled sites, see #164

2.0.0-rc.1

05 Mar 23:17
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
  • New: Add support for PHP 8.0
  • New: Asset sources are now stored using their volume ids, see #144
  • New: FeedMe support
  • Fix: Custom fragments don't work, see #142

1.0.25

23 Feb 20:56
Compare
Choose a tag to compare
  • New: Add support for PHP 8.0