Date | 2024-11-05 (10 days ago) |
---|---|
Downloads | 65 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 8 |
Umbraco Versions | Umbraco 13 |
New release for Umbraco 13. This release will not work with other versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Iddqd --version 13.0.1
NuGet Package Manager:
Install-Package Limbo.Umbraco.Iddqd -Version 13.0.1
#changelog
">ChangelogContent app should only be enabled for users with access to it (see ecd6915
)
In previous releases, the content app wasn't limited to just administrators, although this has always been the intention.
Improved the content app for content types (see f9cfa40
)
This release adds more information to the content type content app - including information about tabs, property groups and property types. The content app now also includes relations to other content types and data types.
Improved the content app for content (see e183293
)
The content app now includes a list of content versions of a given page.