Version 1.0.0-beta004

Beta
Date 2024-03-22 (238 days ago)
Downloads 1,033 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New beta release for Umbraco 10+.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Skyfish --version 1.0.0-beta004

NuGet Package Manager:

Install-Package Limbo.Umbraco.Skyfish -Version 1.0.0-beta004

#changelog">Changelog

  • Backoffice controller should be hidden in API explorers (see 614efaa)
    Since the SkyfishAuthorizedController.GetVideo method has a custom route, it would show up in Swagger even though the controller specifically targets the Umbraco backoffice. With this release, the controller is now ignored by API explorers like Swagger.

  • Updated REGEX for share URLs (see 0fa8122)
    The second match group may contain letters while we only allowed numbers. Now both letters and numbers are supported.

  • Added new GetCredentialsByKey method to the SkyfishService class (see 1424701)
    The new method allows getting a a SkyfishCredentials instance by specyfing it's GUID key.

  • Added support for inserting embed codes (see f2ee6fb)
    When a user uploads a new video to Skyfish, they may have opted to receive an email notification. The email will contain an embed code along with a text saying that the embed code can be inserted in the client's CMS. Until now, the Skyfish property editor hasn't supported this, but as of this release, the user may now paste an embed code instead of a URL.