Releases: sebastian-lenz/craft-linkfield
Releases Β· sebastian-lenz/craft-linkfield
Release list
3.0.0-beta
- Add Craft 5 support
2.1.5
2.1.4
- 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
2.1.2-rc
- 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
- New: Add PHP 8 type annotations
- Fix: Migration error due to the getFields() method, changed to getCustomFields() (see #210)
1.1.0-beta
- Add Craft 4 support
2.1.0-rc
- 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