Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating Rule “latest-dnn-version/rule” #8401

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added rules/latest-dnn-version/dnnlatestversion.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rules/latest-dnn-version/dnnoldversion.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions rules/latest-dnn-version/rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
type: rule
title: Have you installed the latest DNN version?
uri: latest-dnn-version
authors:
- title: Adam Cogan
url: https://ssw.com.au/people/adam-cogan/
created: 2014-03-14T03:05:00.000Z
archivedreason: outdated
guid: ccc03498-b63b-428b-8a90-0ef9c29b3264
---

You can check your DNN version via the "Host Memu", then "Host Settings" and tick the "Check For Upgrades" check box to see the latest version

<!--endintro-->
::: bad
![Figure: Bad example - A new version is available, DotNetNuke needs to be upgraded](dnnoldversion.jpg)
:::

::: good
![Figure: Good example - Latest version is now installed](dnnlatestversion.jpg)
:::

It would be nice if DNN version can be checked by [Better way of checking DotNetNuke version on 'DotNetNuke Suggestions'](https://ssw.com.au/ssw/Standards/BetterSoftwareSuggestions/DotNetNuke.aspx#Version).
Loading