Version 13.0.2

Date 2026-04-17 (147 days ago)
Downloads 121 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.2

NuGet Package Manager:

Install-Package Limbo.Umbraco.UnusedMedia -Version 13.0.2

Changelog

  • Fixed issue with dashboard not loading when in production (see 8ed9f2b)
    Adding a cache buster value to the query string works when running in debug mode, as Umbraco then won't bundle JS files. When running in production, the query string will cause Smidge to fail and the query string isn't stripped, and thus the file doesn't exists on disk.