From ec538e5b5bc643be5d65abf3d0262eaab6fda0af Mon Sep 17 00:00:00 2001 From: Will Strohl Date: Tue, 29 Mar 2022 09:17:29 -0700 Subject: [PATCH] Update/cleanup tasks for 1.4.0 release --- .../Upendo.Modules.UpendoPrompt.csproj | 14 +++++++------- Modules/UpendoPrompt/releasenotes.txt | 1 + README.md | 3 ++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Modules/UpendoPrompt/Upendo.Modules.UpendoPrompt.csproj b/Modules/UpendoPrompt/Upendo.Modules.UpendoPrompt.csproj index 34cbec7..6ab308e 100644 --- a/Modules/UpendoPrompt/Upendo.Modules.UpendoPrompt.csproj +++ b/Modules/UpendoPrompt/Upendo.Modules.UpendoPrompt.csproj @@ -45,15 +45,15 @@ - + - 9.10.0 + 9.7.0 - - - - - + + + + + diff --git a/Modules/UpendoPrompt/releasenotes.txt b/Modules/UpendoPrompt/releasenotes.txt index fb6fabe..9c60f74 100644 --- a/Modules/UpendoPrompt/releasenotes.txt +++ b/Modules/UpendoPrompt/releasenotes.txt @@ -8,6 +8,7 @@

Version 01.04.00

    +
  • Lowered the supported version of DNN Platform to 09.07.00 and higher.
  • Added `impersonate` as a new command. This allows authorized end-users to impersonate other user accounts.
  • Added `list-availablepackages` as a new command. This allows you to review to see if there are any extension packages waiting to be installed.
  • Added `list-packages` as a new command. This allows you to see what extension packages are saved in the `/App_Data/ExtensionPackages/` folder.
  • diff --git a/README.md b/README.md index 02bb034..01c4849 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a [DNN CMS](https://dnncommunity.org) extension that installs prompts to This project was originally created by [Upendo Ventures](https://upendoventures.com/What/CMS/DNN) for the [DNN Summit 2022](https://dnnsummit.org) conference, and was used to present how to create prompts in DNN for the built-in command line interface used by superusers. +* [Demonstration Video](https://www.youtube.com/watch?v=ToEBjbpoFSE&list=PLojRGd54eWTiK-0y8o5EBYVcCY2yzhTZk) * [Documentation](https://github.com/UpendoVentures/Upendo-Dnn-Prompt/wiki) * [Download the Latest Release](https://github.com/UpendoVentures/Upendo-Dnn-Prompt/releases/latest) @@ -17,7 +18,7 @@ The previous version was not adhering to known best practices and as a result, i ## Solution The solution currently expects to be in the following environment, but you can update that to be any version you'd like, provided all extensions will be compatible: -- DNN: 09.04.04 +- DNN: 09.07.00 - SQL: 2017+ You should build and develop in a development environment that's separate from the local environment where you'd be testing. The examples below help to illustrate this...