Skip to content

Releases: limbo-works/Limbo.Umbraco.Skyfish

v1.0.0-beta004

24 Mar 23:32
Compare
Choose a tag to compare

New beta release for Umbraco 10+.

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

  • 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.

v1.0.0-beta003

24 Mar 23:31
Compare
Choose a tag to compare

New beta release for Umbraco 10+.

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

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

Changelog

  • Added option for removing the onLoad JavaScript from the embed code (see 1d31bb9)
    The default embed code from Skyfish tries to set the height based on it's parent container, but fails do set the correct height when the element isn't visible at page load. The new "Remove JavaScript" option let's us exclude the onLoad parameter from the generated embed code.

  • Added [HttpGet] attribute to make Swagger/Swashbuckle happy (see 02ef8bd)
    Since the SkyfishCOntroller.GetThumbnails endpoint method didn't have a attributes indicating the HTTP verb, Swashbuckle would throw an Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0 exception.

v1.0.0-beta002

11 Jan 10:36
Compare
Choose a tag to compare

New beta release for Umbraco 10+.

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

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

Changelog

  • The src attribute should be include in the generated embed code (see 714e49f)
    The attribute was previously omitted as I wasn't sure how we're handling consent. But at least for our own sites, this is now fully handled by the frontend, so we don't need to handle this as well in the backend/package.

v1.0.0-beta001

16 Dec 10:34
Compare
Choose a tag to compare

First beta release for Umbraco 10+.

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

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