This is the Upendo Prompt module for DNN. This DNN "module" is a wrapper for what may become many prompt commands. Prompt makes it easier for technical DNN people to do many common and/or repetitive tasks.
Release Notes
The release notes continue after the Sponsors and Code Contributors below.
Sponsors
Open-source is not free. We're so GRATEFUL for the following people/organizations for sponsoring developers to work on this release!
Sponsorship is Powered by GitHub Sponsors and ensures that this project lives and thrives. Please consider sponsoring any amount.
THANK YOU to the following rock stars!
- Adam Bernstein, PracticeWise
- Jeremy Farrance, Accuraty
- @JohnRamminger
- (2 private sponsors)
Code Contributors
THANK YOU to the following community members for participating in this release!
Release Note Prefixes
The following prefixes are defined as:
- SI: Support Inquiry - This issue was reported by a support customer and was prioritized above all other tasks.
Version 01.07.00 Updates
Enhancements
- SI: Added
password-reset
as a new command. You can choose to flag which account(s) to specify for reset using multiple flags. (Pull #48) Thank you, @WillStrohl!) - Added
set-testusers
&delete-testusers
as new commands. This helps to create test environments during development. (Issue #45) Thank you, @WillStrohl!) - Added
delete-demousers
as a new command. This allows authorized end-users to permanently delete user accounts created byset-demousers
. (Issue #45) Thank you, @WillStrohl! - Increased minimum DNN support to 09.11.00. (Issue #52) Thank you, @alejoroman0605!
Bug Fixes & Maintenance Updates
- SI: Command
set-demousers
Not Working if Membership Rules are Not Met. (Issue #47) Thank you, @alejoroman0605! - Uninstall Script Doesn't Remove
uvm_Prompt_GetThemesUsed
Stored Procedure. (Issue #43) Thank you, @alejoroman0605! - Updated to Build Against .NET 4.8 (No Issue) Thank you, @WillStrohl!
- Added a Missing Reference for an Earlier SqlDataProvider file. (No Issue) Thank you, @WillStrohl!