Skip to content

Releases: limbo-works/Limbo.Umbraco.Separator

v13.0.0

26 Feb 16:18
Compare
Choose a tag to compare

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

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 13.0.0

NuGet Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 13.0.0

v1.0.5

19 Aug 20:29
Compare
Choose a tag to compare

New stable release for Umbraco 10, 11 and 12. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 1.0.5

NuGet Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.5

Changelog

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 9d67b5c)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

v1.0.4

04 Jul 20:39
Compare
Choose a tag to compare

New stable release for Umbraco 10, 11 and 12. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 1.0.4

Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.4

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 93cd1cc)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

v1.0.3

15 Apr 11:03
Compare
Choose a tag to compare

New stable release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 1.0.3

Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.3

Changelog

  • Fixed issue with incorrect URL to stylesheet (see 3ab0a88)
    The v1.0.2 release accidentally introduced a bug resulting in Umbraco trying to load the package's stylesheet from an incorrect URL.

v1.0.2

16 Mar 22:27
Compare
Choose a tag to compare

New stable release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.2

Changelog

  • Updated the package information (see dcea80c)
    This release updates the information the package exposes about it self. The release contains no new functional changes.

v1.0.1

21 Nov 13:09
Compare
Choose a tag to compare

New stable release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.1

Changelog

  • Converted the package to a Razor Class Library (see b0e4e12)
    Makes it easier to consume and work with 😎

  • Added upper bound for Umbraco dependencies (see 502cb5c)
    This branch currently only supports Umbraco 10 and 11, so the version restriction now reflects this.

  • SeparatorDataEditor constants should be public (see 5978ba8)
    This ensures the constants are accessible from outside of the package.

v1.0.0

19 Jun 12:41
Compare
Choose a tag to compare

First stable release for Umbraco 10. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.0