Version 8.0.0-alpha002

Alpha
Date 2024-08-27 (117 days ago)
Downloads 98 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

New alpha release for Umbraco 8. This release will not work for other versions of Umbraco.

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsApi --version 8.0.0-alpha002

or:

Install-Package Limbo.Umbraco.MigrationsApi -Version 8.0.0-alpha002

#changelog">Changelog

  • Implemented GetMediaByPath endpoint method (see e2f49cb)
    This adds support for requesting a media by it's path via a URL like /umbraco/Limbo/Migrations/GetMediaByPath?path={path}.