Skip to content

Releases: enkelmedia/TheDashboard

v14.0.0 - Umbraco 14 support

30 May 09:25
Compare
Choose a tag to compare

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 the DashboardCounter.

v13.0.0 - Umbraco 13-support

14 Dec 23:24
Compare
Choose a tag to compare

Updated version with support for Umbraco 13 and .NET8

v12.0.0 - Umbraco 12-version

14 Dec 23:23
Compare
Choose a tag to compare

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!

14 Dec 23:22
Compare
Choose a tag to compare

Additions and fixes for language files,

Thank you to:

v11.1.0 - Razor Class Library

19 May 09:28
Compare
Choose a tag to compare

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