Version 13.0.3

Date 2026-04-17 (147 days ago)
Downloads 992 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

New stable release for Umbraco 13. This release will not work on other versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.UnusedMedia --version 13.0.3

NuGet Package Manager:

Install-Package Limbo.Umbraco.UnusedMedia -Version 13.0.3

Changelog

  • Fixed issue with dashboard not loading when in production (see 22e1c47)
    Second attempt. Since one of the two JS files is actually an API endpoint and not an actual file on disk, Smidge fails to load the file when in production. This commit changes the bundling mode to "None" so files are loaded separately and without Smidge.