| Date | 2024-11-13 (395 days ago) |
|---|---|
| Downloads | 607 downloads |
| 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.
.NET CLI:
dotnet add package Limbo.Umbraco.BlockList --version 13.0.1NuGet Package Manager:
Install-Package Limbo.Umbraco.BlockList -Version 13.0.1Added [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.