Version 13.0.1

Date 2025-03-11 (277 days ago)
Downloads 347 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 older versions of Umbraco.

Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Time --version 13.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.Time -Version 13.0.1

Changelog

  • Fixed issue with parsing opening hours weekday items (see 5a6c1ff)
    When updating the Skybrud.Essentials dependency, I also switched from some obsolete extension methods to their new alternatives. Unfortunately when doing so, I had used to GetObject method similar to the obsolete extension method, but the new GetObject method doesn't support JPath, so I should have used the GetObjectByPath method instead.