Releases: enkelmedia/TheDashboard
v15.0.1 - Fixes links for Counters
This release brings back the ability to click on the "counters" on the right hand side.
v15.0.0 - Support for Umbraco 15
Brings support for Umbraco 15, with small changes to TypeScript code but no changes that should effect upgrades.
v14.0.1 - Fixes links for Counters
This release brings back the ability to click on the "counters" on the right hand side.
v14.0.0 - Umbraco 14 support
Adds support for Umbraco 14 (aka Bellissima). The backoffice UI has been updated to use web components.
Significant changes
- Custom Counters Umbraco has moved translations from the server to the client. If you rely on C# to perform translations for custom counters, you'll have to migrate these to pass translations to the client using the new
LocalizationKey
property of theDashboardCounter
.
v13.0.0 - Umbraco 13-support
Updated version with support for Umbraco 13 and .NET8
v12.0.0 - Umbraco 12-version
Version 11 of the package will run just fine on Umbraco 12 but releasing this as well to make it more clear.
v11.1.1 - New languages!
Additions and fixes for language files,
Thank you to:
- @alevak09 for Croatian translation
- @greystate for fixes to the Danish translation
- @erikjanwestendorp for the dutch translations for pending content
v11.1.0 - Razor Class Library
Moved package into a Razor Class Library, this way there is no more need to have the .js
,.html or .xml
files in App_Plugins
on disk anymore as they are now a part of the shipped DLL.
How to upgrade?
- Upgrade the NuGet-package to 11.10
- Remove the "Our.Umbraco.TheDashboard"-folder from "App_Plugins"
- Build and run