From 4e5aeb70a1753db2d1bf7df376788e6d25669a56 Mon Sep 17 00:00:00 2001 From: dnnconsulting Date: Sun, 15 Apr 2018 12:32:06 +0200 Subject: [PATCH] v01.00.03 --- DnnContra.dnn | 2 +- ReleaseNotes.txt | 6 ++++++ layouts/default/top-bar-user-functions.ascx | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DnnContra.dnn b/DnnContra.dnn index 1a96963..360a541 100644 --- a/DnnContra.dnn +++ b/DnnContra.dnn @@ -1,6 +1,6 @@ - + DnnContra A responsive DNN skin using Bootstrap v4.0.0. Requires installation via the Host/Extensions page. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f36b68f..31df284 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -6,6 +6,12 @@

About the DnnContra Theme

+

Version 01.00.03


+
Bug Fixes
+
    +
  • Fixed the depriciated class for Dnn9.2 (Localization.Localization) Thanks to Francisco Pérez Andrés for this fix
  • +
+

Version 01.00.02


Bug Fixes
    diff --git a/layouts/default/top-bar-user-functions.ascx b/layouts/default/top-bar-user-functions.ascx index 0ce81a4..b928b52 100644 --- a/layouts/default/top-bar-user-functions.ascx +++ b/layouts/default/top-bar-user-functions.ascx @@ -7,7 +7,7 @@ - <% if Localization.GetEnabledLocales().Count > 1 Then %> + <% If LocaleController.Instance.GetLocales(PortalController.Instance.GetCurrentPortalSettings().PortalId).Count > 1 Then %>