Releases: dnnsoftware/Dnn.Platform
v10.2.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 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
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @tvatavuk Tonći Vatavuk
- @dimarobert Robert Dima
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
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
ClientDependencyCoreproject #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
- Brian Dukes @bdukes
- Peter Donker @donker
- Daniel Valadas @valadas
- David Poindexter @david-poindexter
- Mitchel Sellers @mitchelsellers
- Timo Breumelhof @Timo-Breumelhof
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
v10.1.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 10 pull requests by 2 contributors were processed for this release.
Noteworthy Changes in v10.1.2
Enhancemenst/Features
- Changed Default Template DNN Logo to Vector #6754 by @Timo-Breumelhof
Bug Fixes
- Fixed an issue where the search SkinObject would not work #6747 by @Timo-Breumelhof
- Fixed an issue where default portal template image path was hardcoded #6753 by @Timo-Breumelhof
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
- Timo Breumelhof @Timo-Breumelhof
- Brian Dukes @bdukes
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
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
- Updated password hash algorithm to SHA256 for new installations, see Update password hash algorithm to SHA256 for more details. #6638 Thanks @bdukes and @valadas
- Auto Compressed Images #6677 #6687 #6702
- Denies out-of-the-box anonymous users access to CKE endpoints #6706 Thanks @bdukes
Bug Fixes
- Prevents conversion of unicode characters in filenames #6654 Thanks @mohamad-asghari
- Fixed data consent text missing #6701 @bdukes
- Fixed cacheability settings in Server Performance Settings #6711 Thanks @donker
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
- Updated caniuse database #6645 #6657 #6678 #6704
- Updated description of CodeDOM compiler package #6660 Thanks @bdukes
- Un-registered System.IdentityModel.Tokens.Jwt DLL instead of deleting #6664 Thanks @bdukes
- Removed reference to DNN_Package.build #6691 Thanks @bdukes
List of Contributors
- Brian Dukes @bdukes
- Daniel Valadas @valadas
- Peter Donker @donker
- Mohamad Asghari @mohamad-asghari
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
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
rtlattribute 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
resxfiles #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
IAdminMenuControllerwas 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.exeto 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
- Brian Dukes @bdukes
- David Poindexter @david-poindexter
- Daniel Valadas @valadas
- Mahmoud Nouraei @mnouraei
- Timilehin Tayo @timi-ty
- Tonći Vatavuk @tvatavuk
- Peter Donker @donker
- Andre D. L. Zanchetta @adlzanchetta-trilogy
- Ismet D. @idumlupinar
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
⚠️ 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
- Fixed an installation issue with Azure SQL #6500 by @mitchelsellers
- Fixed an issue with wrong localization detection #6505 by @valadas
- Fixed an issue where ServiceRequestScopeModule was missing from web.config #6506 by @valadas
- Fixed an exception checking folder permissions #6517 by @bdukes
- Add missing assembly #6525 by @bdukes and @donker
- Remove obsolete types #6523 by @bdukes
- Exclude System.Runtime.CompilerServices.Unsafe from upgrade by @bdukes #6540
Maintenance
Documentation / Developer Experience
- Update caniuse database #6512
List of Contributors
- @valadas Daniel Valadas
- @mitchelsellers Mitchel Sellers
- @bdukes Brian Dukes
- @donker Peter Donker
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
⚠️ 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 implementedICommandRepository.GetCommandin your own extensions, you need to provide itIServiceProvidernow. - Enabled dependency injection for connectors #5601 Thanks @bdukes
IConnectionsManager.RegisterConnectionwas removed and if you implementedIConnectionsManager.GetConnectorsin your own extensions, you need to provide itIServiceProvidernow. - 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
- Added support for JWT Audience #2182 Thanks @Behnam-Emamian
- Sitemap now produces alternate links in multilingual websites #2870 Thanks @mikebigun
- Multiple modules can now be part of a single package (manifest) #2887 Thanks @kestasjk
- Added support for RoleUpdated event. #5237 Thanks @dimarobert
- Added support for API tokens #5736 #5933 #6299 Thanks @donker
- New styles system: DNN now provides a way for site owners (hosts by default and admins optionaly) to choose some branding preferences using the UI. Designers and developers can then consume site branding preferences in their own solutions. As a developer, if you need the portal preferred styles server-side, you can now get them from
PortalSettings.GetStyles(). In the client-side of things, css variables (custom properties) as available in the:rootscope. All dnn custom properties are prefixed by--dnn- Implemented core support for portal styles. #5851 Thanks @valadas
- Implemented a new module to manage styles #5884 Thanks @valadas
- Imports css-variables into Persona Bar main styles #6279 Thanks @valadas
- Adds support for css-variables to the react common components #6291 Thanks @valadas
- Fixed a typo (missing prefix) for variation-opacity #6295 Thanks @valadas
- Added prefixes to css variables portal settings #6297 Thanks @valadas
- Revamped default.css #6316 Thanks @valadas
- Improvements for Dnn.ClientSide project #6326 Thanks @bdukes
- Fixed a tab position issue in install/upgrade wizard #6328 Thanks @valadas
- Added missing Styles.css file #6370 Thanks @valadas
- New default dependency-free theme
Aperture(customizable by above styles)- Implemented new default theme #5893 Thanks @david-poindexter
- Updated styling of login #5895 Thanks @david-poindexter
- Updated component style helpers to set the stage for template content dev #5897 Thanks @david-poindexter
- Added relatively basic (hehe) collection of utilities to help with content placement #5898 Thanks @david-poindexter
- Added title container (mainly for Resource Manager module use in templates) #5906 Thanks @david-poindexter
- Refined a few TypeScript compilerOptions #5907 Thanks @david-poindexter
- Resolved issue with responsive dimension utility classes #5908 Thanks @david-poindexter
- Added responsive image utilities #5909 Thanks @david-poindexter
- Added text alignment utility classes #5915 Thanks @david-poindexter
- Fixed base style issues and rearchitected SCSS #5916 Thanks @david-poindexter
- Refined various styles and utility classes #5917 Thanks @david-poindexter
- Added smooth scrolling on click for hashed nav items #5918 @david-poindexter
- Refined mobile menu #5921 Thanks @david-poindexter
- Updated Default Website template #5931 Thanks @david-poindexter
- Add responsive border radius utility #5932 Thanks @david-poindexter
- Fixed Default template photos #5936 Thanks @david-poindexter
- Updated Blank Website template #5938 Thanks @david-poindexter
- Removed hard-coded text for Terms and Privacy theme objects #5942 Thanks @david-poindexter
- Remove unused SCSS and CSS reference from partial #5959 @david-poindexter
- Resolved issue with main entry point in package.json file #5965 Thanks @david-poindexter
- Cleaned up additional references to Xcillion #6014 Thanks @david-poindexter
- Resolved issue with file watching and browsersync #6050 Thanks @david-poindexter
- Added new CSS variables support to Aperture theme #6202 Thanks @david-poindexter
- Updated DNN tab styling to comply with new color system #6215 Thanks @david-poindexter
- Updated permission grid styling to resolve a layout issue #6217 Thanks @david-poindexter
- Resolved issue with disabled page names and refactored logic #6288 Thanks @david-poindexter
- Fixed a typo in default website template #6292 Thanks @valadas
- Updated default template content to use proper background class from Aperture #6311 Thanks @david-poindexter
- Resolved issue with default template image src paths #6325 Thanks @david-poindexter
- Multiple small fixes to adjust for new default.css vs Aperture css #6335 #6334 #6333 #6331 #6346 #6337 Thanks @valadas @david-poindexter
- Fixed a font weight issue
- Resolved issue with login button styling on hover #6366 Thanks @david-poindexter
- Fixed a menu collapsion issue in Firefox #6372 Thanks @valadas
- Fixed missing css for dialogs #6379 Thanks @valadas
- Increased specificity of theme Header and Footer class #6408 Thanks @Timo-Breumelhof
- Added min height of Page Content #6409 Thanks @Timo-Breumelhof
- Added more distinction between PB and Theme #6413 Thanks @Timo-Breumelhof
- Resolved page description issue in mobile menu #6427 Thanks @david-poindexter
- Fixed typo in styles text #6436 Thanks @bdukes
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...
v9.13.9
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
- Do not throw if existing value is null for setting #6486 by @bdukes
- Added more details to our security policy #6479 by @valadas
- Added cascade delete to PortalPermissions table #6477 by @DanielBolef
List of Contributors
- Brian Dukes @bdukes
- Daniel Valadas @valadas
- Daniel Bolef @DanielBolef
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
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
- Fixed a thumbnail issue for sites not in standard path #6264 Thanks @thienvc
- Makes profile properties unique per portal #6314 Thanks @skamphuis
- Fixed a casing issue with Log4Net #6390 Thanks @valadas
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
- Updated all references from dnndocs.com to docs.dnncommunity.org #6280 Thanks @david-poindexter
List of Contributors
- Daniel Valadas @valadas
- Brian Dukes @bdukes
- David Poindexter @david-poindexter
- Stefan kamphuis @skamphuis
- Mostafa Moafi @Mostafa-Moafi
- OneDNN @thienvc
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!