New release for Umbraco 13. This release will not work with other versions of Umbraco.
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
- 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 🤦♂️