Version 13.0.1

Date 2025-10-21 (4 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

Supported Umbraco versions

  • Umbraco 13

Target Framework

  • .NET 8

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Limbo.Umbraco.Skyfish -Version 13.0.1

Changelog

  • Updated the SkyfishService.TryParseSource method to support new share URL and embed code formats (see 4b30aa4)
    Skyfish seems to have changed the format of their share URLs and HTML embed codes. This release adds support for the new formats.

  • Minor CSS change to ensure the app url link is shown on top (see 9435b28)
    The property editor includes a link to the app page for the selected video. For some reason, only parts of the link were clickable, so because the link was shown using position: absolute;, the a z-index rule has now been added to the CSS.