v2.0.0-alpha005
Pre-release
Pre-release
New alpha release for Umbraco 8. This will not work in Umbraco 7.
Installation
Changelog
-
"Add link" label is now localized (see 274f3c0 and #13)
Current translations are "Add link" (English) and "Tilføj link" (Danish). -
Added constructor overloads to the
LinkPickerLink
class (5030ec7 and #14)
The new constructor overloads should give developers a bit more freedom to work with theLinkPickerLink
class. -
Updated
LinkPickerLink
to look up the current URL in the content or media cache (see b614153 and #16)
As the URL may change over time, an instance ofLinkPickerLink
will not try to find the current URL of the item it's pointing to.