Skip to content

Releases: limbo-works/Limbo.Umbraco.MediaPicker

v13.0.0-beta002

10 Jul 14:38
Compare
Choose a tag to compare

New beta release for Umbraco 13. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.MediaPicker --version 13.0.0-beta002

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 13.0.0-beta002

v13.0.0-beta001

16 Jun 18:09
Compare
Choose a tag to compare

First beta release for Umbraco 13. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.MediaPicker --version 13.0.0-beta001

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 13.0.0-beta001

v1.0.3

15 Jun 10:16
Compare
Choose a tag to compare

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.3

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.3

Changelog

  • Updated the Skybrud.Essentials dependency (see dc3664b)
    The Skybrud.Essentials dependency was seven releases behind, so might as well update to the most recent version.

  • Misc internal changes (see b43270e and dc3664b)
    This release also includes a few internal changes that don't really affect the general use of the package.

v1.0.2

20 Jul 17:01
Compare
Choose a tag to compare

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.2

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.2

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 37c995f)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 4220e02)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Skybrud.Essentials dependency (see e7660da)
    Might as well reference the newest version.

v1.0.1

27 Jun 20:47
Compare
Choose a tag to compare

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.

v1.0.0

23 Jun 10:53
Compare
Choose a tag to compare

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.0

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.0

v1.0.0-alpha001

01 Sep 12:34
Compare
Choose a tag to compare

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.0-alpha001

Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.0-alpha001