Version 13.0.2

Date 2024-11-25 (40 days ago)
Downloads 181 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.

#installation">Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 13.0.2

#changelog">Changelog

  • Fix for the "Type Converter" data type option (see e4124cd)
    The underlying controller would fail on new data types, making the option pretty useless for new sites or just new data types in general. Not sure how I missed that 🤦‍♂️