Skip to content

Releases: dnnsoftware/Dnn.Platform

v10.2.1

31 Dec 05:19
d8c9798

Choose a tag to compare

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 15 pull requests by 4 contributors were processed for this release.

Noteworthy Changes in v10.2.1

Bug Fixes

  • Fixed an issue where new pages remained in Draft when Versioning was enabled and Workflow was disabled #6836 thanks @tvatavuk
  • Made SVG element check case insensitive #6844 @bdukes
  • Fixes from jQuery UI bump to 1.14.1 #6865 Thanks @bdukes
  • Prevented the installBlocker lock file from being removed by subsequent requests during Upgrade or Install. #6869 Thanks @dimarobert
  • Added back empty constructors for CDF controls that was a breaking change for some extensiosn #6871 Thanks @bdukes
  • Fixed an issue with potentially duplicated AllowDnnUpgradeUpload #6876 Thanks @valadas

Maintenance

  • Bumped peter-evans/create-pull-request from 7 to 8 #6838
  • Bumped dotnet-sdk from 10.0.100 to 10.0.101 #6848
  • Resolved several build warnings #6852 Thanks @bdukes
  • Updated caniuse database #6856
  • Bumped storybook from 9.1.13 to 9.1.17 in /Dnn.AdminExperience/ClientSide/Dnn.React.Common in the npm_and_yarn group across 1 directory #6867
  • Bumped storybook from 9.1.13 to 9.1.17 in the npm_and_yarn group across 1 directory #6868

Documentation / Developer Experience

  • Converted SimpleWebFarmSync from aspx to axd #6842 Thanks @bdukes
  • Prevented from packaging globbing assembly twice #6845 Thanks @bdukes
  • Fixed a build issue with new typescript sample projects #6849 Thanks @valadas

List of Contributors

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!

v10.2.0

16 Dec 22:40
1920793

Choose a tag to compare

Important

Thanks to the investigation skills of @dimarobert, an error in Microsoft's Documentation was identified where requestLengthDiskThreshold was incorrectly documented as accepting Bytes instead of KB for its value. @mitchelsellers submitted this Pull Request to correct the documentation.

Historically in DNN we have always used Microsoft's recommended default 80KB but we were running under the assumption of that documentation being correct. This means that before @david-poindexter fixed the default in #6819, DNN was effectively using 80MB instead of 80KB for this value due to the wrong documentation.

Upon upgrading to this version, DNN will change the web.config value to 80 to match the Microsoft recommended default. If you had a good reason to use a different value, please update your web.config after this upgrade to the value you see fit. However, if you have no valid reason to use a different value, we recommend 80 as a good starting point.

Important

In DNN <10.0.0 the JWT role claim was simply role. Due to some dependency updates it became http://schemas.microsoft.com/ws/2008/06/identity/claims/role without being reported in DNN 10.0.0.

In DNN 10.2.0 we are fixing this discrepancy by providing both names and we will remove the legacy role name in DNN v12.

If you currently have implementations consuming JWT role claim, please update them to http://schemas.microsoft.com/ws/2008/06/identity/claims/role or use a regex.

Release Notes

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 32 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.2.0

Enhancements/Features

  • Implemented a new Client Dependency Framework to move away from the ClientDependencyCore project #6729 Thanks @donker
  • Implemented User Interface for management of upgrades #6779 Thanks @donker
  • Fixed memory management issues of fileSystemWatcher #6797 Thanks @donker
  • Removed FromSrc in the new CDF solution in favor of CreateX method #6812 Thanks @donker

Bug Fixes

  • Fixed an obsolete usage of dialogClasses in jQueryUI that prevent module management on pages #6789 Thanks @valadas
  • Fixed a typo in default.css with .dnn-scale-img #6807 Thanks @Timo-Breumelhof
  • Fixed Cookie Timeout Lookup Values #6814 Thanks @mitchelsellers
  • Corrected requestLengthDiskThreshold to use MS default of 80 #6819 Thanks @david-poindexter
  • Restored /Tests folder to state in previous commit #6826 Thanks @valadas
  • Fix CDF webforms lifecycle issues #6830 Thanks @donker
  • Fix the default for the web.config variable for upgrade uploading #6831 Thanks @donker
  • Re-introduced "role" JWT claim to attempt to limit impact of breaking change #6832 Thanks @valadas

Maintenance

  • Auto-compressed images #6768 #6776 #6784 #6794
  • Updated caniuse database #6770 #6787 #6802 #6823
  • Bumped dotnet-sdk from 9.0.305 to 9.0.306 #6771
  • Updated jQuery map file to 3.7.1 #6780 Thanks @bdukes
  • Bumped jQuery UI from 1.13.3 to 1.14.1 #6781 Thanks @bdukes
  • Bumped several npm dependencies #6783 Thanks @bdukes
  • Bumped @babel/preset-react from 7.25.9 to 7.28.5 #6791
  • Bumped tmp from 0.2.3 to 0.2.5 #6795
  • Bumped min-document from 2.19.0 to 2.19.2 #6799
  • Bumped dotnet-sdk from 9.0.306 to 10.0.100 #6800
  • Bumped js-yaml from 3.14.1 to 3.14.2 #6803
  • Bumped glob from 11.0.3 to 11.1.0 #6804
  • Bumped actions/checkout from 5 to 6 #6809
  • Bumped node-forge from 1.3.1 to 1.3.2 #6815

Documentation / Developer Experience

  • Changed DNN version from 10.1.0 to 10.2.0 issue templates #6775 Thanks @david-poindexter
  • Migrated to SVGR for icons in Persona Bar #6808 Thanks @bdukes
  • Included sample modules as part of the main repository #6821 Thanks @donker
  • Throw when null business controller type is attempted to be created #6825 Thanks @bdukes

List of Contributors

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.10

16 Dec 21:19

Choose a tag to compare

This is a hotfix release including only security fixes for those who can't yet upgrade to DNN v10.

v10.1.2

14 Oct 20:49
80c1310

Choose a tag to compare

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 v10.1.2

Enhancemenst/Features

Bug Fixes

Maintenance

  • Auto Compressed Images #6718 #6728 #6756 by github-actions
  • Updated caniuse database #6739 by github-actions
  • Bumped eslint-plugin-jest from 28.14.0 to 29.0.1 #6742 by dependabot
  • Bumped @storybook/addon-webpack5-compiler-swc from 3.0.0 to 4.0.1 #6743 by dependabot
  • Bumped @babel/eslint-parser from 7.28.0 to 7.28.4 #6744 by dependabot

Documentation / Developer Experience

List of Contributors

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!

v10.1.1

25 Sep 17:46
199173a

Choose a tag to compare

Release Notes

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

Noteworthy Changes in v10.1.1

⚠️ Includes Important Security Updates ⚠️

This release resolves important security issues and we strongly advise upgrading to it as soon as possible. In accordance with our Security Policy, we will only disclose details about what was fixed in about 30 days.

Enhancements/Features

Bug Fixes

Maintenance

  • Bumped esbuild from 0.25.6 to 0.25.8 #6646
  • Bumped html-react-parser from 5.2.5 to 5.2.6 #6647
  • Bumped style-loader from 0.23.1 to 4.0.0 #6648
  • Bumped actions/checkout from 4 to 5 #6653
  • Bumped dotnet-sdk from 9.0.303 to 9.0.304 #6655
  • Bumped calibreapp/image-actions from 1.1.0 to 1.2.0 #6670
  • Bumped calibreapp/image-actions from 1.2.0 to 1.3.0 #6673
  • Bumped calibreapp/image-actions from 1.3.0 to 1.4.0 #6675
  • Cleaned React.Common exposed react components that were marked for v10 removal reducing the bundle size by about half #6684 Thanks @valadas
  • Bumped calibreapp/image-actions from 1.4.0 to 1.4.1 #6692
  • Bumped dotnet-sdk from 9.0.304 to 9.0.305 #6693
  • Removed references to old files that have been removed #6696 Thanks @bdukes

Documentation / Developer Experience

List of Contributors

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!

v10.1.0

19 Aug 02:56
f66ba09

Choose a tag to compare

Release Notes

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

Noteworthy Changes in v10.1.0

Special testing request

A fix within this release was made to better support upgrades on multi-lingual sites. If you have multi-language sites, your upgrade testing would be most welcome.

Enhancements/Features

  • Added ascending/descending sort toggle to Resource Manager #6531 thanks @adlzanchetta-trilogy
  • Added Turkish language as an option to Install Wizard and Upgrade Wizard #6558 thanks @idumlupinar
  • Improved Localization helpers #6572 thanks @bdukes
  • Refactored to Allow SQL to do recursive search for files in subfolders #6582 by @timi-ty
  • Local Upgrades (started a new way to perform upgrades, this is not yet exposed, completion TBD) #6599 thanks @bdukes
  • Added UI to manage some host settings (If you need previewing themes using a querystring or if you need HTML content in module titles, you need to expressly enable that feature in Security => More => More Security Settings) #6605 thanks @valadas
  • Added rtl attribute and class to body for right-to-left language support #6617 thanks @mnouraei
  • Bumped Dnn.ClientDependency to v1.10.0 (This provides support for rtl css and js files being loaded if available only for rtl languages) #6640 and 15 thanks @mnouraei and @valadas

Bug Fixes

  • Fixed HtmlModule 10 upgrade issues with localized sites #6560 thanks @tvatavuk
  • Resolved an issue with usage of removed method in DDRActionsMenu #6563 thanks @bdukes
  • Resolved typos in resx files #6573 thanks @bdukes
  • Fixed double-encoding in DnnDatePicker internal control #6592 thanks @bdukes
  • Fixed a potential Stack overflow #6598 thanks @bdukes
  • Fixed/moved tab stored procedures to avoid concurrency issues #6633 thanks @timi-ty
  • Fixed an issue where IAdminMenuController was not registered in DI #6639 thanks @valadas
  • Fixed an issue where CustomCss module would not load #6642 thanks @valadas

Maintenance

  • Bumped file-loader from 3.0.1 to 6.2.0 #6283
  • Bumped caniuse database #6533 #6548 #6608
  • Removed obsolete usages in DotNetNuke.Website #6535 thanks @bdukes
  • Bumped eslint from 7.32.0 to 9.25.1 #6537
  • Bumped dotnet-sdk from 9.0.203 to 9.0.300 #6546
  • Bumped esbuild from 0.25.3 to 0.25.4 in the npm_and_yarn group #6551
  • Bumped undici from 6.21.1 to 6.21.3 in the npm_and_yarn group #6552
  • Bumped eslint from 9.25.1 to 9.28.0 #6568
  • Bumped eslint-plugin-jest from 22.21.0 to 28.12.0 #6570
  • Bumped GitVersion.Tool used by Cake #6576 thanks @bdukes
  • Bumped Microsoft.TestPlatform from 17.12.0 to 17.14.1 #6577 thanks @bdukes
  • Bumped NuGet.CommandLine from 6.12.2 to 6.14.0 #6578 @bdukes
  • Bumped the npm_and_yarn group across 21 directories with 1 update #6589
  • Bumped webpack-dev-server from 5.1.0 to 5.2.1 in the npm_and_yarn group #6590
  • Bumped the npm_and_yarn group with 2 updates #6597
  • Removed implicit dependencies in PortalController #6602 thanks @bdukes
  • Bumped the npm_and_yarn group with 2 updates #6604
  • Commited autogenerated files #6606 thanks @valadas
  • Bumped Yarn from 4.9.1 to 4.9.2 #6610 thanks @bdukes
  • Bumped array.prototype.findindex from 2.2.1 to 2.2.4 #6611
  • Bumped @typescript-eslint/parser from 8.33.1 to 8.35.1 #6612
  • Bumped dotnet-sdk from 9.0.301 to 9.0.302 #6619
  • Cleaned up legacy code #6620 thanks @donker
  • Deprecated ClientResourceManager.RegisterIEStylesheet #6624 thanks @bdukes
  • Bumped form-data from 4.0.3 to 4.0.4 in the npm_and_yarn group
  • Bumped dotnet-sdk from 9.0.302 to 9.0.303 #6630
  • Bumped @eslint/plugin-kit from 0.3.3 to 0.3.4 in the npm_and_yarn group #6634

Documentation / Developer Experience

  • Documentation fixes #6524 thanks @bdukes
  • Introduced IHostSettings to replace Host class #6538 thanks @bdukes
  • Added eslint to resource-manager project and updated dnn-elements to latest #6555 thanks @valadas
  • Updated/Fixed storybook v9 #6565 thanks @valadas
  • Resolved build failure when SSMS is installed #6575 thanks @bdukes
  • Resolved warnings in Dnn.PersonaBar.UI #6583 thanks @bdukes
  • Resolved warnings in DotNetNuke.HttpModules & fix DI timing #6591 thanks @bdukes
  • Use MSBuild instead of nuget.exe to restore packages #6625 thanks @bdukes
  • Fixed a typo in enhancement request issue template #6635 thanks @bdukes
  • Bumped versions to 10.1.0 #6637 thanks @valadas

List of Contributors

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_10.1.0_Deploy.zip 28c103e90f30ac32675d351c04dda4f9
DNN_Platform_10.1.0_Install.zip d9ac82c750574aa96e22eed3e63d797f
DNN_Platform_10.1.0_Symbols.zip 9345fb801dd914b03295c8fd313fef9f
DNN_Platform_10.1.0_Upgrade.zip 576f88061339baff99088029c19aeade

v10.0.1

19 May 23:12
300e960

Choose a tag to compare

⚠️ Known Issues ⚠️

  • We have identified some upgrade issues with localized sites. If your site uses localization we recommend waiting before upgrading to DNN v10.x.x for now. New installations do not appear to have that issue.

Release Notes

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

Noteworthy Changes in v10.0.1

Bug Fixes

Maintenance

  • Bumped the npm_and_yarn group with 5 updates #6490
  • Bumped dotnet-sdk from 9.0.202 to 9.0.203 #6496

Documentation / Developer Experience

  • Update caniuse database #6512

List of Contributors

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!

v10.0.0

09 Apr 05:03
b936bda

Choose a tag to compare

⚠️ KNOWN ISSUES ⚠️

  • On new installs only (not on upgrades) and issue has been found where some items would be missing in the web.config file. As a workaround, until the next patch release is published, if you want to start a new website on DNN10, you can install latest v9.x.x release first and then upgrade to 10.0.0 instead.
  • We have identified some upgrade issues with localized sites. If your site uses localization we recommend waiting before upgrading to DNN v10.x.x for now. New installations do not appear to have that issue.

⚠️ BREAKING CHANGES ⚠️

  • Removed all obsolete APIs marked as deprecated in v8 and before. #2869 #5722 Thanks @mitchelsellers
    If you have 3rd party modules, themes, extensions, they may need to be updated, recompiling them against the latest v9 libraries should display any deprecated APIs as warnings or errors about usages of deprecated APIs. Please open an issue if you notice any remove API was not documented properly in v9.
  • Forced Telerik Removal #6327 Thanks @bdukes
    If you had not removed the old Telerik libraries that used to ship with DNN in v9, it will be forcibly removed while upgrading to v10 and any module still having dependencies on it could end up in a broken state.
    If you have a modern (recent) version of the Telerik libraries with your own license, they should not be automatically removed, should you encounter any problem with this scenario, please open an issue.
  • Removed support for WebSlices #4711 Thanks @joshgk00
    IE being dead, no remediation is really needed.
  • Enabled Dependency Injection for Prompt commands #5600 Thanks @bdukes
    If you implemented ICommandRepository.GetCommand in your own extensions, you need to provide it IServiceProvider now.
  • Enabled dependency injection for connectors #5601 Thanks @bdukes
    IConnectionsManager.RegisterConnection was removed and if you implemented IConnectionsManager.GetConnectors in your own extensions, you need to provide it IServiceProvider now.
  • Installs CodeDOM provider by default #5690 #6002 Thanks @bdukes
    Some hosting environments may not support this, if it is the case, you have a couple of options like changing the hosting environment or removing this package before installation/upgrade but some modules may not work if you do.
  • Upgraded all projects from .NET 4.7.2 to .NET 4.8 #5693 Thanks @bdukes
    Make sure do update Windows and/or .Net Framework on your hosting environment before install/upgrade.
  • Fixed sql scripts and new rollup scripts #6038 #6324 Thanks @donker
    The minimum supported SQL Server version is now 2017 (14.x).
  • Updated Html module to use the new Content Workflow API #6262 Thanks @tvatavuk
    If you have content not approved using the previous workflow in this module, please commit or discard changes before upgrading.

Release Notes

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

Noteworthy Changes in v10.0.0

New features

Enhancements

  • Move email above username field for registration #3204 Thanks @thabaum
  • Added more detailed permissions #6043 Thanks @tvatavuk
  • Change the way rolenames are localized #6133 Thanks @donker
  • Include JWT Auth by default #6354 Thanks @bdukes
  • Automatically remove TelerikRemoval module after removing Telerik #6355 Thanks @bdukes
  • Made dnn.cookieconsent not require jQuery #6371 Thanks @valadas
  • Improved permissions grid (React one) #6406 Thanks @valadas
  • Fix styling issue with API Tokens Settings page on the PersonaBar #6417 Thanks @donker

Bug Fixes

  • Fixed DDRMenu to handle duplicate page names #4484 Thanks @daguiler
  • Bumped Microsoft.Web.Infrastructure from 1.0.0.0 to 2.0.0 #5463
  • Resolved StackOverflowException #5655 Thanks @bdukes
  • Updated GA4 Connector to build for DNN10 #5729 Thanks @valadas
  • Fixed error installing DNN after #5463 #5733 Thanks @bdukes
  • Fix SharpZipLib issues #6138 Thanks @donker
  • Fixed issue with IndexOutOfRangeException in AdvancedPermissionProvider #6358 Thanks @tvatavuk
  • Fixed an issue where install logs would not show after install/upgrade #6367 Thansk @valadas
  • Refactored upgrade code after rollup of sql scripts #6381 Thanks @valadas
  • Fixed an issue where auth providers config would use wrong layout #6416 Thanks @valadas
  • Added a missing assembly file versions in Dnn.Jwt.dnn. #6444 Thanks @tvatavuk
  • Fixed issues with migration of HTML content to Content Workflow #6450 Thanks @tvatavuk
  • Prevents Roslyn Compilation Errors During DNN v10 Upgrade #6452 Thanks @tvatavuk
  • Enhanced Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dnn to avoid potential compilation errors #6455 Thanks @tvatavuk
  • Fixed an issue where popups would not work #6460 Thanks @valadas
  • Avoids an SQL error for existing ContentWorkflowActions rows #6464 Thanks @bdukes
  • Fixed an issue where normal users could not exit edit mode #6470 Thanks @valadas

Maintenance

  • Several rebases to keep v10 updated with fixes done...
Read more

v9.13.9

21 Apr 23:33
8fad43c

Choose a tag to compare

Release Notes

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

Noteworthy Changes in v9.13.9

Bug Fixes

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.8

05 Mar 01:16
33b8fbe

Choose a tag to compare

Release Notes

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

Noteworthy Changes in v9.13.8

Bug Fixes

Enhancements

  • Implemented deletion of authentication cookie when the cookie expires or is invalid #6321 Thanks @Mostafa-Moafi
  • Added logs and resilience for invalid config component #6389 Thanks @bdukes

Maintenance

  • Bumped Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0 in the codeanalysis group #6250
  • Added GitHub Action to keep caniuse-lite updated #6256 Thanks @bdukes
  • Bumped actions/checkout from 3 to 4 #6269
  • Bumped svg-url-loader from 7.1.1 to 8.0.0 #6282
  • Updated dnn-elements to v0.25.0 in Resource Manager module #6294 Thanks @valadas
  • Bumped dotnet-sdk from 9.0.101 to 9.0.102 #6312
  • Bumped undici from 6.21.0 to 6.21.1 #6319
  • Bumped the cake-issues group with 2 updates #6338
  • Bumped dotnet-sdk from 9.0.102 to 9.0.200 #6377
  • Updated versions to 9.13.8 and other autogenerated files #6394 Thanks @valadas

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!