Version 1.0.3

Date 2023-07-04 (440 days ago)
Downloads 3,851 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New release for Umbraco 10+ 🎉

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 1.0.3

#changelog">Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see de5dd3a)
    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.

  • Fixed issue with missing translations (see 34a39ca)
    The package was still trying to use the limboStructuredData section rather than the limboTables section as intended. This release updates the view and controller to use the correct section alias.