Skip to content

Releases: limbo-works/Limbo.Umbraco.MigrationsApi

v8.0.0

09 Dec 15:52
Compare
Choose a tag to compare

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

27 Aug 12:41
Compare
Choose a tag to compare

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

22 Aug 20:40
Compare
Choose a tag to compare
v8.0.0-alpha001 Pre-release
Pre-release

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

v1.0.2

23 Aug 11:34
Compare
Choose a tag to compare

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

Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsApi --version 1.0.2

or:

Install-Package Limbo.Umbraco.MigrationsApi -Version 1.0.2

v1.0.1

05 Jul 20:46
Compare
Choose a tag to compare

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

Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsApi --version 1.0.1

or:

Install-Package Limbo.Umbraco.MigrationsApi -Version 1.0.1

v1.0.0

09 Jun 13:19
Compare
Choose a tag to compare

First release for Umbraco 7. This release will not work for other versions of Umbraco.

Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsApi --version 1.0.0

or:

Install-Package Limbo.Umbraco.MigrationsApi -Version 1.0.0