Skip to content

v1.0.1

Compare
Choose a tag to compare
@abjerner abjerner released this 27 Jun 20:47
· 14 commits to v1/main since this release

New release for Umbraco 10+. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.MediaPicker --version 1.0.1

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.1

Changelog

  • Fixed value type bug when using a type converter (see cdae2dd)
    If configured to allow multiple items, value type should be IReadOnlyList<T> instead of just T.

  • Moved upper bound for Umbraco dependencies to allow using the package with Umbraco 11 (see ed16317)
    Package also works with Umbraco 11, so bounds for the Umbraco dependencies should reflect this.