Skip to content

Releases: sebastian-lenz/craft-linkfield

1.0.20

07 Feb 20:26
Compare
Choose a tag to compare
  • Fix error triggered when no owner element is passed when rendering fields
  • Fix typo of attribute "aria-label"

2.0.0-beta.7

30 Jan 18:21
Compare
Choose a tag to compare
2.0.0-beta.7 Pre-release
Pre-release
  • Add a "No link" option for fields that are not mandatory, resolves #63
  • Add missing field target to GraphQL definition, resolves #80
  • Add migration support for fields within matrix and super table fields
  • Fix GraphQL type registration
  • Fix field displaying empty values if an unpublished element is selected
  • Change default enabled status, resolves #76
  • Make the field more responsive, see #64

2.0.0-beta.6

30 Aug 14:53
Compare
Choose a tag to compare
2.0.0-beta.6 Pre-release
Pre-release
  • Add basic GraphQL support
  • Remove CraftQL support
  • Fix an error due to empty handles on field settings, see #74

2.0.0-beta.5

27 Jun 13:37
Compare
Choose a tag to compare
2.0.0-beta.5 Pre-release
Pre-release
  • Use foreign field query extension instead of custom eager loading

2.0.0-beta.4

27 Jun 12:40
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release
  • Update test cases, plugin must now be loaded as such, Craft no longer accepts a module
  • Update dependencies

2.0.0-beta.3

03 Jun 09:49
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

Fix ElementListener::onElementChanged() event listener signature

2.0.0-beta.2

29 Apr 12:39
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release
  • Merge hotfix from v1.0.19

1.0.19

29 Apr 12:39
Compare
Choose a tag to compare

Yesterdays release unfortunately contains a change to the url validator that causes trouble, we therefore issue a hotfix.

  • Fix url validation not accepting long urls (see #62)
  • Remove element source restriction on element link fields

2.0.0-beta.1

28 Apr 13:04
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release
  • New: Store all links in a dedicated database table
  • New: Eagerloading of linked elements
  • New: Cache for linked element urls and titles
  • New: Internal links to different sites (see #44)
  • Changed: The php namespace of the plugin has been changed from typedlinkfield to lenz\linkfield
  • Changed: Link types now use a common base class lenz\linkfield\models\LinkType
  • Changed: Link values now create different models based on the chosen link type

1.0.18

28 Apr 13:43
Compare
Choose a tag to compare
  • Fix an issue when loading empty field values (see #55, #56)
  • Fix an issue causing the page preview to not work probably (#53)
  • Allow domains with non-ASCII characters (see #57)