Version 13.0.1

Date 2025-07-03 (16 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

#umbraco">Umbraco

This release only works for Umbraco 13.

#installation">Installation

Via NuGet:

.NET CLI:

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

#changelog">Changelog

  • Fixed site priority property editor issue (see 55f1db9)
    When selecting 1.0, saving the page, navigating away from the page, the value will instead be 1 when returning to the page, meaning the 1.0 option won't be shown as selected. With this commit, the property editor will convert 1 values back to 1.0, thus fixing the issue.