Skip to content

01.04.00

Compare
Choose a tag to compare
@WillStrohl WillStrohl released this 29 Mar 16:22
· 22 commits to main since this release
b3a9c4c

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 rockstars!

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.
  • CI: Community Inquiry - This issue was reported by a community member in the community forums or here in the Issues area.

Version 01.04.00 Updates

Enhancements

  • Lowered the supported version of DNN Platform to 09.07.00 and higher. Thank you, @WillStrohl!
  • Added impersonate as a new command. This allows authorized end-users to impersonate other user accounts. Thank you, @WillStrohl!
  • Added list-availablepackages as a new command. This allows you to review to see if there are any extension packages waiting to be installed. Thank you, @WillStrohl!
  • Added list-packages as a new command. This allows you to see what extension packages are saved in the /App_Data/ExtensionPackages/ folder. Thank you, @WillStrohl!
  • Added delete-packages as a new command. This allows you to delete all of the saved extension packages in the /App_Data/ExtensionPackages/ folder. Thank you, @WillStrohl!
  • Added delete-tempfolder as a new command. This allows you to delete the temporary install/upgrade folder and all all of its contents. Thank you, @WillStrohl!

Bug Fixes & Maintenance Updates

  • Fixed several localization typos. Thank you, @WillStrohl!