Releases: limbo-works/Limbo.Umbraco.MigrationsApi
Releases · limbo-works/Limbo.Umbraco.MigrationsApi
v8.0.0
First stable release for Umbraco 8. This release will not work for other versions of Umbraco.
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.MigrationsApi --version 8.0.0
or:
Install-Package Limbo.Umbraco.MigrationsApi -Version 8.0.0
Changelog
- Added API methods for exposing data types (see e70ba9d)
The API now contains methods for exposing the site's data types. This could for instance be used to check against the data type configurations of the legacy site.
v8.0.0-alpha002
New alpha release for Umbraco 8. This release will not work for other versions of Umbraco.
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
- 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}
.
v8.0.0-alpha001
First alpha release for Umbraco 8. This release will not work for other versions of Umbraco.
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.MigrationsApi --version 8.0.0-alpha001
or:
Install-Package Limbo.Umbraco.MigrationsApi -Version 8.0.0-alpha001