Version 1.0.9

Date 2016-09-12 (2,986 days ago)
Downloads 2,596 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

Changelog

  • Added secondary constructor and static GetFrom methods to the LinkPickerItem class (see ea3da75).
  • The enum class LinkPickerMode is now properly serialized when using JSON.net. By default, an enum value will be serialized to a numeric value. The mode is now serialized to a lowercase string instead - eg. "content" or "url" (see b552496).