Skip to content

v13.0.1

Choose a tag to compare

@abjerner abjerner released this 14 May 21:42
· 3 commits to v13/main since this release

New release for Umbraco 13. This release will not work with other versions of Umbraco.

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.1

Changelog

  • Updated the Skybrud.Essentials dependency (see da70751)
    More legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency.

  • Introduced new IMntpConverter interface to be shared between IMntpItemConverter and IMntpTypeConverter (see abb8d6f)
    The new interface can be used as a generic type constraint that matches both IMntpItemConverter and IMntpTypeConverter.