Releases: dnnsoftware/Dnn.Platform
v9.13.6
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
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.5
🚨!!! 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
- Fixed an issue that cause wrong size of + icon in SEO module #6166 Thanks @jeremy-farrance
Enhancements
- Updated Initialize.cs to show modern dotnet4+ versions #6128 Thanks @jeremy-farrance
- Change the string format of the NETFramework ToString(3) in PersonaBar #6144 Thanks @jeremy-farrance
- Updated PersonaBar Manage/Roles to show Role ID #6154 Thanks @jeremy-farrance
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
- Jeremy Farrance @jeremy-farrance
- Brian Dukes @bdukes
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.4
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 @Mostafa-Moafi
- Fixed resource manager permissions save issues #6046 Thanks @Adeoluwa-Simeon
- 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 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
- 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
- @valadas
- @bdukes
- @ufoloko
- @Mostafa-Moafi
- @david-poindexter
- @zyhfish
- @stetard
- @dimarobert
- @pascalberger
- @Adeoluwa-Simeon
- @miguelvaz78
- @tututu-patch
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
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
- @valadas
- @bdukes
- @ufoloko
- @Mostafa-Moafi
- @david-poindexter
- @zyhfish
- @stetard
- @dimarobert
- @pascalberger
- @Adeoluwa-Simeon
- @miguelvaz78
- @tututu-patch
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
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
- Updated bug report issue template with latest version info #5927 Thanks @david-poindexter
- Updated versions as per releasing v9.13.2 #5934 Thanks @valadas
- Fixed a node typing issue in resource manager #5961 Thanks @valadas
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
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
- Updated bug report issue template with latest version info #5927 Thanks @david-poindexter
- Updated versions as per releasing v9.13.2 #5934 Thanks @valadas
- Fixed a node typing issue in resource manager #5961 Thanks @valadas
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!
v9.13.2
Release Notes
We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 4 pull requests by 3 contributors were processed for this release.
Noteworthy Changes in v9.13.2
Bug Fixes
Developer Experience / Documentation
Enhancements
Maintenance
- Bumped Cake.BuildSystems.Module from 5.0.0 to 6.1.0 #5903
- Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /Build #5923
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.2_Deploy.zip | a11878daef718dff2d4b5d98173c9c97 |
DNN_Platform_9.13.2_Install.zip | 034423a625c6c522d028cbc2ad7c9733 |
DNN_Platform_9.13.2_Symbols.zip | 34835c0d0e4552be6001134402f47152 |
DNN_Platform_9.13.2_Upgrade.zip | 761805edec2ddce9aa1d288cc80e5977 |
v9.13.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 23 pull requests by 4 contributors were processed for this release.
Noteworthy Changes in v9.13.1
Bug Fixes
- Fixed multiple settings issues in CKEditor Provider #5813 Thanks @skamphuis
- Fixed an issue where control characters were allowed in usernames #5835 Thanks @GerardSmit
- Fixed "Sys is not defined" and "debug get" JavaScript error on page load #5845 Thanks @GerardSmit
- Fixed persistence of "Replace Tokens" setting in module cache #5846 Thanks @GerardSmit
- Fixed an exception saving folder permissions #5865 Thanks @bdukes
Developer Experience / Documentation
- Shortened source generator test snapshot file names #5809 Thanks @bdukes
- Added IPermissionDefinitionService for Abstractions Project #5841 Thanks @GerardSmit
- Use corepack to run Yarn #5859 Thanks @bdukes
- Fixed an issue where develop was publishing wrong version #5872 Thanks @valadas
- Fixed a CI issue that prevented yarn package caching #5875 Thanks @valadas
Enhancements
- Improved some defaults for logging #5820 Thanks @skamphuis
- Improved caching in multiple areas #5822 Thanks @skamphuis
Maintenance
- Bumped fsevents from 1.2.9 to 1.2.13 #5836
- Bumped valadas/get-release-branch-version from 1.0.1 to 1.1.0 #5842 Thanks @valadas
- Bumped @babel/traverse from 7.22.8 to 7.23.2 #5848
- Bumped browserify-sign from 4.0.4 to 4.2.2 #5850
- Bumped MSBuild.StructuredLogger from 2.1.820 to 2.1.858 #5855
- Added Dependabot groups for NuGet #5866 Thanks @bdukes
- Bumped axios from 1.1.3 to 1.6.1 #5869
- Use .NET 8.x and Cake 4.0.0 for build #5873 Thanks @bdukes
- Bumped Yarn from 3.4.1 to 4.0.2 #5874 Thanks @bdukes
List of Contributors
- @bdukes Brian Dukes
- @GerardSmit Gerard Smit
- @valadas Daniel Valadas
- @skamphuis Stefan Kamphuis
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.1_Deploy.zip | a2b83eede6c7477086ad153c8bccd69c |
DNN_Platform_9.13.1_Install.zip | ee06abbaef225ebc82e42a1975ae9cb3 |
DNN_Platform_9.13.1_Symbols.zip | e5487ce263529bfe799b1ecbcf63dd8d |
DNN_Platform_9.13.1_Upgrade.zip | 9554e1c9357b7eced75e2f3b66ecb051 |
v9.13.1-rc1
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 23 pull requests by 4 contributors were processed for this release.
Noteworthy Changes in v9.13.1
Bug Fixes
- Fixed multiple settings issues in CKEditor Provider #5813 Thanks @skamphuis
- Fixed an issue where control characters were allowed in usernames #5835 Thanks @GerardSmit
- Fixed "Sys is not defined" and "debug get" JavaScript error on page load #5845 Thanks @GerardSmit
- Fixed persistance of "Replace Tokens" setting in module cache #5846 Thanks @GerardSmit
- Fixed an exception saving folder permissions #5865 Thanks @bdukes
Developer Experience / Documentation
- Shortened source generator test snapshot file names #5809 Thanks @bdukes
- Added IPermissionDefinitionService for Abstractions Project #5841 Thanks @GerardSmit
- Use corepack to run Yarn #5859 Thanks @bdukes
- Fixed an issue where develop was publishing wrong version #5872 Thanks @valadas
- Fixed a CI issue that prevented yarn package caching #5875 Thanks @valadas
Enhancements
- Improved some defaults for logging #5820 Thanks @skamphuis
- Improved caching in multiple areas #5822 Thanks @skamphuis
Maintenance
- Bumped fsevents from 1.2.9 to 1.2.13 #5836
- Bumped valadas/get-release-branch-version from 1.0.1 to 1.1.0 #5842 Thanks @valadas
- Bumped @babel/traverse from 7.22.8 to 7.23.2 #5848
- Bumped browserify-sign from 4.0.4 to 4.2.2 #5850
- Bumped MSBuild.StructuredLogger from 2.1.820 to 2.1.858 #5855
- Added Dependabot groups for NuGet #5866 Thanks @bdukes
- Bumped axios from 1.1.3 to 1.6.1 #5869
- Use .NET 8.x and Cake 4.0.0 for build #5873 Thanks @bdukes
- Bumped Yarn from 3.4.1 to 4.0.2 #5874 Thanks @bdukes
List of Contributors
- @bdukes Brian Dukes
- @GerardSmit Gerard Smit
- @valadas Daniel Valadas
- @skamphuis Stefan Kamphuis
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.0
Release Notes
We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
A grand total of 38 pull requests by 8 contributors were processed for this release.
Noteworthy Changes in v9.13.0
Bug Fixes
- Fixes GetExtensionUrlProviders stored procedure for 9.12.1 #5698 Thanks @bdukes
- Fix casing mismatch between codebehind and ascx that caused problems with Azure folder provider settings #5738 Thanks @bdukes
- Fixed an issue where DnnPlugins package was not being produced #5741 Thanks @valadas
- Fixed an issue with settings caching using SettingsRepository #5742 Thanks @valadas
- Fixed the retry fequency if un-changed for the WebServerMonitor #5751 Thanks @mitchelsellers
- Update ModuleActions.css to resolve some theme issues #5783 #5784 Thanks @Timo-Breumelhof
- Fixed an infinite loop on install #5788 Thanks @bdukes
- Fixed an sql issue in 9.12.1 clean install #5790 Thanks @valadas
- Fixed an issue where ServerSummary would not hide #5792 @valadas
- Fixed an issue where filenames of downloads would get mangled #5806 Thanks @valadas
- Updated web.config max upload size defaults, corrected backend calculations, and fixed validation issue preventing increasing #5807 Thanks @david-poindexter
- Fixed an issue where the CodeGeneration project was distributing runtime libraries that are not used in runtime. Thanks @bdukes
- Fixed an issue in resource manager where the copied url could be wrong #5817 Thanks @PabloSR06
Developer Experience / Documentation
- Corrected connector descriptions #5703 Thanks @bdukes
- Log all loader errors at once, at warning level #5712 Thanks @bdukes
- Turned on TreatWarningsAsErrors for all projects #5737 Thanks @bdukes
- Updated the name of the legacy connector for google analytics #5749 Thanks @mitchelsellers
- Implement DnnDeprecated source generator for types #5754 Thanks @bdukes
- Adjusted help text for SMTP SSL setting #5756 Thanks @bdukes
- Fixed some incorrect deprecation versions #5766 Thanks @bdukes
- Add a request scope if it wasn't created #5770 Thanks @bdukes
- Added documentation for PortalSecurity.cs #5780 Thanks @david-poindexter
- Removed outdated jquery docs file #5787 Thanks @mitchelsellers
Enhancements
- Updated the smtp provider to support oauth authentication. #5460 Thanks @zyhfish
- CKE Added option to allow file browser by permissions #5762 Thanks @skamphuis
- Incorporated host resources in compiled resources #5791 Thanks @donker
Maintenance
- Matched Newtonsoft dependency version for NuGet pkg #5707 Thanks @bdukes
- Bumped Newtonsoft.Json from 13.0.2 to 13.0.3 #5713 Thanks @bdukes
- Added JS libraries for jQuery.fileupload, jQuery.hoverIntent, and DNN jQuery Plugins #5724 Thanks @bdukes
- Bumped semver from 5.7.1 to 5.7.2 #5731
- Partial solution for #5552 to remove a stored procedure #5752 Thanks @mitchelsellers
- Bumped word-wrap from 1.2.3 to 1.2.4 #5757
- Performed all non-major npm upgrades #5764 Thanks @bdukes
- Bumped async from 2.6.2 to 2.6.4 #5767
- Updateded to remove additional elements in database #5769 Thanks @mitchelsellers
- Bumped Microsoft.CodeAnalysis.CSharp.Workspaces from 4.3.1 to 4.6.0 #5775
- Upgraded to Cake 3.1 from 2.3 #5798 Thanks @bdukes
- Upgrade jQuery from 3.5.1 to 3.7.1 #5799 Thanks @bdukes
- Bumped actions/checkout from 3 to 4 #5804
List of Contributors
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @mitchelsellers Mitchel Sellers
- @david-poindexter David Poindexter
- @donker Peter Donker
- @skamphuis Stefan Kamphuis
- @Timo-Breumelhof Timo Breumelhof
- @zyhfish Ben
- @PabloSR06 Pablo
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.0_Deploy.zip | d802340f2a483611a02e3a1bcb8ccf74 |
DNN_Platform_9.13.0_Install.zip | 2083b4a7f635b9312ce5f8fa97b671d5 |
DNN_Platform_9.13.0_Symbols.zip | 8680656c227a9855694ef0fe7c17aeae |
DNN_Platform_9.13.0_Upgrade.zip | cf94f31d9d04e31325381c977b7c2b13 |