DNN Platform

Stay Up To Date With The Latest Releases

Following is a direct feed from the open and free source code repository for DNN Platform on GitHub. For those less savvy with GitHub, the below list serves as a less techy rendition of the most recent, versioned Release Notes for DNN Platform. These come complete with links to the GitHub repository for those wishing to dig deeper.

v9.13.7

Tuesday, December 17, 2024

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 28 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v9.13.7

Bug Fixes

  • Added sub-dependencies of AspNetWebApi to package #6227 Thanks valadas

Enhancements

  • Use message subject when sending instant subscription messages #6199 Thanks @johnenley
  • Improved Quick Settings Performance #6243 Thanks mitchelsellers

Maintenance

  • Bumped babel from 7.23 to 7.25 #6170 Thanks @bdukes
  • Bumped elliptic from 6.5.7 to 6.6.1 in the npm_and_yarn group #6210
  • Bumped lerna from 6.6.2 to 8.1.9 #6211 Thanks @bdukes
  • Migrated eslint-loader to eslint-webpack-plugin #6221 Thanks bdukes
  • Bumped webpack-dev-server from 4.15.1 to 5.1.0 #6229
  • Bumped @storybook/addon-actions from 8.4.4 to 8.4.6 #6230
  • Bumped webpack-bundle-analyzer from 4.10.1 to 4.10.2 #6231
  • Bumped jwt-decode from 2.2.0 to 4.0.0 #6232
  • Bumped the cake-issues group with 2 updates #6233
  • Bumped Cake.BuildSystems.Module from 7.0.0 to 7.1.0 #6234
  • Bumped Microsoft.Bcl.AsyncInterfaces, System.Runtime.CompilerServices.Unsafe and System.Threading.Tasks.Extensions #6235
  • Bumped Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #6236
  • Added .NET SDK to dependabot #6242 Thanks @bdukes
  • Bumped dotnet-sdk from 8.0.100 to 9.0.101 #6244
  • Bumped @types/node from 22.9.1 to 22.10.1 #6245
  • Bumped string.prototype.startswith from 1.0.0 to 1.0.1 #6246
  • Bumped eslint-plugin-spellcheck from 0.0.11 to 0.0.20 #6247
  • Bumped eslint-plugin-import from 2.29.1 to 2.31.0 #6248
  • Bumped the cake-issues group with 2 updates #6249
  • Bumped Verify.SourceGenerators from 2.3.0 to 2.5.0 #6251
  • Bumped Verify.NUnit #6252
  • Bumped NUnit.Analyzers #6253
  • Bumped nanoid from 5.0.7 to 5.0.9 in the npm_and_yarn group #6260

Developer Experience

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

v9.13.7-rc1

Tuesday, December 10, 2024

Merge pull request #6260 from dnnsoftware/dependabot/npm_and_yarn/npm…

v9.13.6

Tuesday, November 19, 2024

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 10 pull requests by 2 contributors were processed for this release.

Noteworthy Changes in v9.13.6

Bug Fixes

Maintenance

  • Bumped react-slider from 0.11.2 to 2.0.6 #6101
  • Bumped @storybook/addon-actions from 6.5.16 to 8.3.6 #6168
  • Bumped NSubstitute from 5.1.0 to 5.3.0 in the teststack-dossier group #6182
  • Bumped the cake-issues group with 3 updates #6183
  • Bumped Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 #6185
  • Bumped array.prototype.find from 2.2.1 to 2.2.3 #6187 Thanks @bdukes
  • Bumped Castle.Core, Moq, System.Runtime.CompilerServices.Unsafe, System.Threading.Tasks.Extensions and Microsoft.NETFramework.ReferenceAssemblies #6190
  • Updated resource-manager dependencies and some polishing #6192 Thanks @valadas

Developer Experience

  • Made GitVersion config less ambiguous #6195 Thanks @bdukes

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

v9.13.6-rc1: Merge pull request #6201 from bdukes/fix-server-info-version

Thursday, November 7, 2024

Fix server info error on .NET 4.8

v9.13.5

Thursday, November 7, 2024

🚨!!! KNOWN ISSUE !!!🚨

When running DNN 9.13.5 on .NET Framework 4.8.
The issue will be resolved in DNN 9.13.6.
Meanwhile, it is recommended to hold off on upgrading to DNN 9.13.5 unless you can upgrade to .NET Framework 4.8.1.

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 21 pull requests by 2 contributors were processed for this release.

Noteworthy Changes in v9.13.5

Bug Fixes

Enhancements

Maintenance

  • Bumped eslint-plugin-react from 7.13.0 to 7.35.0 #6105
  • Bumped Verify.SourceGenerators and Microsoft.Bcl.AsyncInterfaces #6108
  • Bumped the npm_and_yarn group with 2 updates #6117
  • Bumped webpack from 5.88.2 to 5.94.0 in the npm_and_yarn group #6118
  • Bumped dayjs from 1.11.10 to 1.11.13 #6124
  • Bumped the cake-issues group across 1 directory with 2 updates #6125
  • Bumped the codeanalysis group with 3 updates #6126
  • Bumped peter-evans/create-pull-request from 6 to 7 #6132
  • Bumped the npm_and_yarn group with 4 updates #6134
  • Bumped caniuse-lite to latest #6135 Thanks @bdukes
  • Bumped the aspnet group across 1 directory with 2 updates #6146
  • Bumped NUnit from 3.13.3 to 4.2.2 #6147
  • Bumped eslint-plugin-react from 7.35.0 to 7.37.1 #6148
  • Bumped raw-loader from 2.0.0 to 4.0.2 #6149
  • Bumped Yarn from 4.0.2 to 4.5.0 #6164 Thanks @bdukes
  • Bumped Verify.NUnit and Microsoft.Bcl.AsyncInterfaces #6169
  • Bumped http-proxy-middleware from 2.0.6 to 2.0.7 in the npm_and_yarn group #6171

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

MD5 Checksums

File Checksum
DNN_Platform_9.13.5_Deploy.zip c6a7890390287ff8c0943d221dca6ca0
DNN_Platform_9.13.5_Install.zip 2195203147612efbb8e94ebe6ceb8af2
DNN_Platform_9.13.5_Symbols.zip 43bb8cdad7ec803f1c630d7e75f79515
DNN_Platform_9.13.5_Upgrade.zip 74687c8678ea4ecbb83a45c68fa04d19

v9.13.5-rc1: Bump http-proxy-middleware from 2.0.6 to 2.0.7 in the npm_and_yarn group

Wednesday, October 23, 2024

Bumps the npm_and_yarn group with 1 update: http-proxy-middleware.

Updates http-proxy-middleware from 2.0.6 to 2.0.7


updated-dependencies:

  • dependency-name: http-proxy-middleware
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...

Signed-off-by: dependabot[bot] [email protected]

v9.13.4

Tuesday, August 13, 2024

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 40 pull requests by 12 contributors were processed for this release.

Noteworthy Changes in v9.13.4

Bug Fixes

Enhancements

  • Fixed a performance issue while navigating folders for providers #5988 Thanks @valadas
  • Added Sorting (A-Z) members of roles in PersonaBar #6018 Thanks @Mostafa-Moafi
  • Added module id information to module information display. #6048 Thanks @ufoloko
  • Added lock on calls to ComputeHash to handle concurrency #6061 Thanks @miguelvaz78
  • Added sorting functionality to recycle bin items #6079 Thanks @ufoloko

Developer Experience / Documentation

Maintenance

  • Bumped babel-jest from 24.9.0 to 29.7.0 #5832
  • Bumped Moq from 4.18.4 to 4.20.70 #5948
  • Bumped less-loader from 4.1.0 to 12.2.0 #5951
  • Bumped peterjgrainger/action-create-branch from 2.4.0 to 3.0.0 #5985
  • Bumped express from 4.18.2 to 4.19.2 #6006
  • Bumped the teststack-dossier group with 2 updates #6007
  • Bumped jQuery UI from 1.13.2 to 1.13.3 #6015 Thanks @bdukes
  • Bumped Cake.Issues from 4.3.0 to 4.3.1 in the cake-issues group #6020
  • Bumped the codeanalysis group with 3 updates #6021
  • Bumped LiteDB from 5.0.13 to 5.0.19 #6022
  • Bumped Cake.Issues from 4.3.1 to 4.5.1 in the cake-issues group #6064
  • Bumped Cake.Frosting.Issues.MsBuild from 4.3.0 to 4.5.1 #6065
  • Bumped Cake-Issues Dependabot group #6066 Thanks @bdukes
  • Bumped the npm_and_yarn group with 2 updates #6073
  • Bumped rc-progress from 2.6.1 to 4.0.0 #6081
  • Bumped the cake-issues group with 2 updates #6082
  • Bumped the codeanalysis group with 3 updates #6083
  • Bumped Microsoft.NET.Test.Sdk from 17.1.0 to 17.10.0 #6084
  • Bumped coverlet.collector from 3.1.2 to 6.0.2 #6085
  • Bumped NUnit.Analyzers from 3.6.1 to 4.2.0 #6086
  • Bumped react-widgets from 4.4.6 to 5.8.4 #6097 Thanks @valadas
  • Bumped css-loader to v7.1.2 #6099 Thanks @valadas
  • Removed optimize-css-assets-webpack-plugin dependency #6098 Thanks @valadas

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

MD5 Checksums

File Checksum
DNN_Platform_9.13.4_Deploy.zip 37d5a7901169d5c0e4b45c84082fc1c3
DNN_Platform_9.13.4_Install.zip 3171cdc3d308343a9f525818e2ee9607
DNN_Platform_9.13.4_Symbols.zip b7016caa9d5052ab683d119c23f04e68
DNN_Platform_9.13.4_Upgrade.zip 35ee812b307e9964e6557a513a762bf2

v9.13.4-rc1

Thursday, July 18, 2024

Release Candidate

This is a release candicate (RC) version, it is meant to test this new version and should not be installed on any production site. Please test clean install and upgrade scenarios as well as 3rd-party modules and your own custom modules using this RC and report back any regression issues.

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 40 pull requests by 12 contributors were processed for this release.

Noteworthy Changes in v9.13.4

Bug Fixes

  • Fixed a user roles caching issue. #5976 Thanks @zyfish
  • Made favicon meta tags conform to specs. #6025 Thanks
  • Fixed resource manager permissions save issues #6046 Thanks
  • Fixed an issue where the wrong deletion date was shown in recycle bin #6078 Thanks @ufoloko

Enhancements

  • Fixed a performance issue while navigating folders for providers #5988 Thanks @valadas
  • Added Sorting (A-Z) members of roles in PersonaBar #6018 Thanks @Mostafa-Moafi
  • Added module id information to module informatino display. #6048 Thanks
  • Added lock on calls to ComputeHash to handle concurrency #6061 Thanks @miguelvaz78
  • Added sorting functionality to recycle bin items #6079 Thanks @ufoloko

Developer Experience / Documentation

  • Replaced the boolean values by the corresponding permissions constants values #5992 Thanks @stetard
  • Use Cake Frosting optimized addins #6012 Thanks @pascalberger
  • Made MvcServicePath regex matching ignore case. #6031 Thanks @ dimarobert
  • Fixed a casing issue with build Project file path on some OS #6076 Thanks @tututu-patch
  • Updated PULL_REQUEST_PROCESS.md with new security reporting process #6092 Thanks @david-poindexter
  • Updated SECURITY.md with new security reporting process #6093 Thanks @david-poindexter
  • Bumped all version to 9.13.4 on develop branch. #6096 Thanks @valadas

Maintenance

  • Bumped babel-jest from 24.9.0 to 29.7.0 #5832
  • Bumped Moq from 4.18.4 to 4.20.70 #5948
  • Bumped less-loader from 4.1.0 to 12.2.0 #5951
  • Bumped peterjgrainger/action-create-branch from 2.4.0 to 3.0.0 #5985
  • Bumped express from 4.18.2 to 4.19.2 #6006
  • Bumped the teststack-dossier group with 2 updates #6007
  • Bumped jQuery UI from 1.13.2 to 1.13.3 #6015 Thanks @bdukes
  • Bumped Cake.Issues from 4.3.0 to 4.3.1 in the cake-issues group #6020
  • Bumped the codeanalysis group with 3 updates #6021
  • Bumped LiteDB from 5.0.13 to 5.0.19 #6022
  • Bumped Cake.Issues from 4.3.1 to 4.5.1 in the cake-issues group #6064
  • Bumped Cake.Frosting.Issues.MsBuild from 4.3.0 to 4.5.1 #6065
  • Bumped Cake-Issues Dependabot group #6066 Thanks @bdukes
  • Bumped the npm_and_yarn group with 2 updates #6073
  • Bumped rc-progress from 2.6.1 to 4.0.0 #6081
  • Bumped the cake-issues group with 2 updates #6082
  • Bumped the codeanalysis group with 3 updates #6083
  • Bumped Microsoft.NET.Test.Sdk from 17.1.0 to 17.10.0 #6084
  • Bumped coverlet.collector from 3.1.2 to 6.0.2 #6085
  • Bumped NUnit.Analyzers from 3.6.1 to 4.2.0 #6086
  • Bumped react-widgets from 4.4.6 to 5.8.4 #6097 Thanks @valadas
  • Bumped css-loader to v7.1.2 #6099 Thanks @valadas
  • Removed optimize-css-assets-webpack-plugin dependency #6098 Thanks @valadas

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

v9.13.3

Wednesday, March 6, 2024

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 17 pull requests by 4 contributors were processed for this release.

Noteworthy Changes in v9.13.3

Bug Fixes

  • Fixed an issue where the Resource Manager Context Menu did not reposition after scroll #5919 Thanks @zyhfish
  • Fixed an issue with import/export of multiple entities #5930 Thanks @zyhfish
  • Fixed an issue that could cause the theme to show when editing user profiles in the PersonaBar #5956 Thanks @david-poindexter
  • Fixed an issue where one could not "unselect" Google Analytics (Legacy UA) connector #5972 Thanks @zyhfish
  • Fixed an issue re-sending the verification email #5973 Thanks @zyhfish

Developer Experience / Documentation

Maintenance

  • Bumped the cake-issues group with 2 updates #5902
  • Bumped follow-redirects from 1.15.2 to 1.15.4 #5911
  • Bumped System.Data.SqlClient from 4.8.5 to 4.8.6 in /Build #5923
  • Bumped peter-evans/create-pull-request from 5 to 6 #5944
  • Bumped Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.CodeAnalysis.CSharp #5949
  • Bumped the sourcelink group with 2 updates #5952
  • Bumped Cake.FileHelpers from 6.1.3 to 7.0.0 #5954
  • Completely removed the ability to edit another user from control using the User Profile module, this is handled in the PersonaBar without this module #5971 Thanks @donker
  • Bumpd ip from 1.1.8 to 1.1.9 #5975

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!

MD5 Checksums

File Checksum
DNN_Platform_9.13.3_Deploy.zip 9957d9de74bd280a7e71d0cc789d4636
DNN_Platform_9.13.3_Install.zip a590925a4c1ffc88f49c16c2d47e581d
DNN_Platform_9.13.3_Symbols.zip f188ff17d5d3214fd959805d49cca72d
DNN_Platform_9.13.3_Upgrade.zip 757f8c9b014e62fc9e3b6b4e92c4a809

v9.13.3-rc1

Thursday, February 22, 2024

Release Candidate

This is a release candicate (RC) version, it is meant to test this new version and should not be installed on any production site. Please test clean install and upgrade scenarios as well as 3rd-party modules and your own custom modules using this RC and report back any regression issues.

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 17 pull requests by 4 contributors were processed for this release.

Noteworthy Changes in v9.13.3

Bug Fixes

  • Fixed an issue where the Resource Manger Context Menu did not reposition after scroll #5919 Thanks @zyhfish
  • Fixed an issue with import/export of multiple entities #5930 Thanks @zyhfish
  • Fixed an issue that could cause the theme to show when editing user profiles in the PersonaBar #5956 Thanks @david-poindexter
  • Fixed an issue where one could not "unselect" Google Analytics (Legacy UA) connector #5972 Thanks @zyhfish
  • Fixed an issue re-sending the verification email #5973 Thanks @zyhfish

Developer Experience / Documentation

Maintenance

  • Bumped the cake-issues group with 2 updates #5902
  • Bumped follow-redirects from 1.15.2 to 1.15.4 #5911
  • Bumped System.Data.SqlClient from 4.8.5 to 4.8.6 in /Build #5923
  • Bumped peter-evans/create-pull-request from 5 to 6 #5944
  • Bumped Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.CodeAnalysis.CSharp #5949
  • Bumped the sourcelink group with 2 updates #5952
  • Bumped Cake.FileHelpers from 6.1.3 to 7.0.0 #5954
  • Completely removed the ability to edit another user from control using the User Profile module, this is handled in the PersonaBar without this module #5971 Thanks @donker
  • Bumpd ip from 1.1.8 to 1.1.9 #5975

List of Contributors

Optional Telerik Removal

As of the 9.11.0 release, Telerik has been completely removed from the codebase; however, sites utilizing modules depending on Telerik can still be upgraded to the latest version of DNN 9. While Telerik removal is still optional for upgrades, it is HIGHLY RECOMMENDED.

  • If you perform a clean install of this version, Telerik will NOT be installed.
  • If you upgrade an instance where Telerik was previously removed, it will NOT be reinstalled.
  • If you upgrade an instance that still has the Telerik libraries installed, the upgrade process will guide you through options to keep or remove Telerik. Additionally, if you can't remove Telerik at the moment of upgrade but plan to do it later on, a wizard will be installed to help you remove Telerik later.

Additional Resources.

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes!