Skip to content

v3.0.5

Compare
Choose a tag to compare
@abjerner abjerner released this 08 Sep 10:38
· 7 commits to v3/main since this release

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

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 3.0.5

Changelog

  • Added new cache level data type option (see d38cf96)
    Sometimes it can be useful to control the cache level, so now there is an option for it.

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