Version 3.0.3

Date 2023-03-17 (609 days ago)
Downloads 1,210 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New stable release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 3.0.3

#changelog">Changelog

  • Updated the package information (see c8f8d0b)
    This release updates the information the package exposes about it self. Among other things, this means that the package name and version is now shown when viewing installed packages in the Umbraco backoffice.

  • Fixed issue with type converter key/alias (b125494)
    The package used a key/alias that was based on the type's assembly qualified name, but this includes the version of the assembly, causing the same reference to break if the assembly version changes in the future. With this release, the package is still using the type's assembly qualified name, but without the assembly version.

  • Added support for single block mode (see 3dc1cc6)
    As Umbraco has introduces a single block mode, this is now also supported by this package. Custom type converters may however need to be updated to support this mode.

  • Updated the Skybrud.Essentials dependency (see 67e275b)
    The package is now using the newest version of our Skybrud.Essentials package.

  • Raised the upper bound for the Umbraco dependencies (see 4717897)
    So far the package has had an upper bound for the Umbraco dependencies that disallowed installing the package on Umbraco 11. With this release, the package now allows installing in for both Umbraco 10 and Umbraco 11.