Skybrud.LinkPicker v2.0.1
New stable release for Umbraco 8. This will not work in Umbraco 7.
Installation
Changelog
-
🆕 Add label is now localized instead of being hardcoded in Danish (see 20ad434)
The label for the button now uses Umbraco'sgeneral_add
translation ensuring the label is matching the user's backoffice language - eg. Add in English or Tilføj in Danish. -
🆕 Updated Umbraco dependency (see 35c086e)
In order to use Umbraco's logic around references and theIDataValueReferenceFactory
andIDataValueReference
interfaces, the package now requires at least version 8.6.0 of Umbraco. -
🆕 Introduced
LinkReferenceFactory
class for detecting content and media references (see 35c086e)
With the link picker, a page may have references to either content and media. This release introduces aLinkReferenceFactory
for tracking those references within Umbraco. -
🆕 Updated Skybrud dependencies (see c736f40)
TheSkybrud.Essentials
package has now been updated the the latest version.