Version 13.0.1

Date 2024-11-13 (2 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 13.0.1

#changelog">Changelog

  • Added [IgnoreDataMember] attribute to the IsSinglePicker property (see d14ac15)
    The property shouldn't be serialized so we better ignore it.

  • Updated the Skybrud.Essentials dependency (see 08d7c41)
    This updates the package dependency from v1.1.56 to v1.1.57.

  • Updated the logic around how the type converter option is saved (see a1ef9cc)
    The type converter option value is now saved as an object instead of just a string. This doesn't change much at the moment, but it let's us save additional data for the type converter at a later point.