Releases: dnnsoftware/Dnn.Platform
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 |
v9.12.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 28 pull requests by 9 contributors were processed for this release.
Noteworthy Changes in v9.12.0
Bug Fixes
- Fixed a Firefox Font Error #5585 Thanks @Timo-Breumelhof
- Fixed an issue where the avatar url was not being populated in the Users module #5630 Thanks @mwigley-trilogy
- Fixed an issue where rooted icon paths were prefixed #5642 Thanks @bdukes
- Fixed an issue that prevented uploading images using the HTML Editor #5656 Thanks @skamphuis
- Fixed an issue with CKEditor loading previously set toolbar options #5658 Thanks @skamphuis
- Fixed an issue with the connectors checkboxes not saving properly #5669 Thanks @bdukes
Developer Experience / Documentation
- Updated latest version in bug report template #5635 Thanks @bdukes
- Improved and fixed some typos in README.md #5650 Thanks @BirdboyBolu Boluwatife Victor
- Fixed a broken link in the build documentation #5661 Thanks @StephaneM06200
- Corrected a broken link to Contribute Page within PR process documentation #5662 Thanks @david-poindexter
- Revamped issue template to use the new Github form templates #5668, #5672, #5673 Thanks @david-poindexter
- Implemented enhancement request issue form #5674, #5675, #5676, #5677, #5678 Thanks @david-poindexter
Enhancements
- Send email to administrator when an unauthorized user requests a password reset #5567 Thanks @johnhenley
- Enhanced PersonaBarTheme.css to Resize the PersonaBar Logo #5592 Thanks @jeremy-farrance
- Added params array constructor to SupportedModulesAttribute #5640 Thanks @CreggHancock
- Enabled lazy Dependency Injection registration #5648 Thanks @bdukes
- Changed site localization mode to be "Site" instead of Site Title #5654 Thanks @david-poindexter
- Added a new Google Analytics 4 Connector #5666 Thanks @david-poindexter
Maintenance
- Deprecated CreateObject calls without IServiceProvider #5604 Thanks @bdukes
- Updated test dependencies #5609 Thanks @bdukes
- Bumped peter-evans/create-pull-request from 4 to 5 #5610
- Bumped several build dependencies #5671 Thanks @bdukes
List of Contributors
- @bdukes Brian Dukes
- @david-poindexter David Poindexter
- @skamphuis Stefan Kamphuis
- @Timo-Breumelhof Timo Breumelhof
- @jeremy-farrance Jeremy Farrance
- @johnhenley johnhenley
- @mwigley-trilogy Matthew Wigley
- @CreggHancock Cregg Hancock
- @StephaneM06200 Stephane Maillard
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.12.0_Deploy.zip | a8daace34a9c103a99174820b0777cec |
DNN_Platform_9.12.0_Install.zip | ca0f7c310f68203a225aca8d9087d377 |
DNN_Platform_9.12.0_Symbols.zip | 8acf34c1c87754a644f73b23087558a3 |
DNN_Platform_9.12.0_Upgrade.zip | bdaf4248f5983a755214f6adf4e1d308 |
v9.11.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 19 pull requests by 7 contributors were processed for this release.
Noteworthy Changes in v9.11.2
Bug Fixes
- Changed 2013 to [YEAR] in email messaging. #5513 Thanks @Timo-Breumelhof
- Fixed a journal list issue with deleted posts #5530 Thanks @DNNMonster
- Fixed an issue that prevented upgrades with SQL Server 2012 #5568 Thanks @bdukes
- Fixed an exception when emailing admin logs #5574 Thanks @mwigley-trilogy
- Fixed unintentional recursion (i.e. stack overflow) issue in URLTrackingControl #5578 Thanks @bdukes
Developer Experience / Documentation
- Resolve warnings in DotNetNuke.Syndication #5525 Thanks @bdukes
- Updated issue template with v9.11.1 beeing current #5550 Thanks @valadas
Enhancements
- Added UserID to the information shown in the Users module #5537 Thanks @valadas
- Improved Resource Manager default height #5557 Thanks @jeremy-farrance
- Adjusted Scheduler to Validate Existence of Server Before Starting #5575 Thanks @mtrutlege
Maintenance
- Bump prop-types from 15.6.2 to 15.8.1 #5515
- Bump fbjs from 1.0.0 to 3.0.4 #5517
- Bump enzyme-adapter-react-16 from 1.13.0 to 1.15.7 #5518
- Bump http-cache-semantics from 4.1.0 to 4.1.1 #5527
- Bump LiteDB from 5.0.12 to 5.0.13 in #5555 #5556
- Upgrade Yarn to 3.4.1 #5569 Thanks @bdukes
- Bumped webpack to v5 #5570 Thanks @valadas
- Removed DotNetNuke.Web.Deprecated from DotNetNuke.Bundle #5583 Thanks @bdukes
- Fixed an issue resolving LiteDB #5587 Thanks @valadas
List of Contributors
Brian Dukes @bdukes
Daniel Valadas @valadas
Matt Rutledge @mtrutlege
Jeremy Farrance @jeremy-farrance
Timo Breumelhof @Timo-Breumelhof
DNNMonster @DNNMonster
Matthew Wigley @mwigley-trilogy
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.11.2_Deploy.zip | 0b62847f447fa76949dc3356ae037ceb |
DNN_Platform_9.11.2_Install.zip | a987afc733276eeee23077165d41a1ad |
DNN_Platform_9.11.2_Symbols.zip | 1f1c43e9ce50d9acdbd10e2058559f54 |
DNN_Platform_9.11.2_Upgrade.zip | d91c1ca695594e45a3f4ed7082e9ee2c |
v9.11.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 99 pull requests by 16 contributors were processed for this release.
Noteworthy Changes in v9.11.1
Bug Fixes
- Fixed issue where the uninstall extension shows version 0.0.0 #5285 by @Mostafa-Moafi
- Fixed an issue that caused Non-Integer Thumbnail Sizes to Break API Calls #5292 by @v-karbovnichy
- Fixed an issue where an invalid request in Change Password page returned a 500 status code #5309 by @berkarslan-xo
- Fixed an issue where MonacoEditor was not loading for child aliases #5328 by @bdukes
- Fixed an issue where saving IsSecure property of Portal Setting was not working #5329 by @ryanjagdfeld
- Fixed an issue where sitemap priorities reverted to 1 in non us culture #5331 by @skamphuis
- Fixed an issue that prevented uploading images smaller than configured resize dimensions #5341 by @skamphuis
- Fixed an issue where CKE upload document with image upload resize dimensions caused the upload to fail #5342 by @skamphuis
- Fixed an issue where CKE would break the browser if trying to upload a favicon #5343 by @skamphuis
- Fixed an issue where resource manager would not have appropriate root folder #5351 by @valadas
- Fixed an issue where first level folders were auto-expanded. #5355 by @valadas
- Fixed an issue where resource manager modal could not contain long lists #5359 by @valadas
- Fixed an ossie where the IP Address was not correctly handled #5372 by @davidjrh
- Fixed an infinite loop in schedule item. #5378 by @valadas
- Fixed an issue where comments in manifest would make install fail #5380 by @valadas
- Fixed a localizing issue where parent tabs were breaking existing localized child tabs #5382 by mwigley-trilogy
- Fixed a casing issue on SelectedItemTemplate property #5385 by @donker
- Fixed an issue loading progress file in content localizer #5386 by @donker
- Fixed some properties made incorrectly recursive #5390 by @bdukes
- Fixed an issue that could cause duplicate rows to show in page->advanced->SEO #5402 by @mwigley-trilogy
- Fixed 'Add Missing Languages' when parent page only has some languages enabled #5404 by @mwigley-trilogy
- Fixed an issue uploading documents through link popup #5407 by @skamphuis
- Fixed renamed public/protected properties and fields #5412 by @bdukes
- Fixed an issue where resource manager would not keep track of whether in global assets mode #5414 by @bdukes
- Fixed an issue in Browser.aspx.cs #5416 by @FRMN-FRE
- Fixed an issue where CKEditor browser was not loading #5432 by @bdukes
- Fixed an issue that prevented sending smtp test emails #5445 by @valadas
- Remove Settings from Resource Manager display for users without permission #5446 by @david-poindexter
- Fixed monaco editor not being loaded when switching between css console and sql console #5453 by @mwigley-trilogy
- Fixed an issue where URLControl checks upload permissions were wrong #5461 by @skamphuis
- Fixed an issue where the attribute maxAllowedContentLength was not properly saved #5465 by @ryanjagdfeld
- Fixed an issue that prevented managing folders in user mode #5484 by @valadas
- Fixed an issue where it was not possible to edit the root folder in resource-manager #5485 by @valadas
- Fixed an issue where the SQL editor would not have height #5491 by @valadas
- Fixed an issue that prevented creating packages from UI #5493 by @valadas
- Fixed an issue where Region Dropdown did not appear when registration page loaded and autofilled country field #2140 @rodrigoratan
- Fixed an issue where Resource Manager would not upload files with uppercase extensions #5507 by @david-poindexter
- Fixed an issue that caused an infinite loop when saving pofiles #5508 by @valadas
- Fix Path.Combine with glbConfigFolder #5526 by @bdukes
- Fixed an issue where the html editor browser would fail #5533 #5536 by @erw13n
Developer Experience / Documentation
- Smoothed out potential issues using ResetDevSite #5310 by @bdukes
- Updated to Cake.Issues.MsBuild 2.0 Beta 1 #5327 by @pascalberger
- Applied analyzer (StyleCop) auto-fixes #5337 by @bdukes
- Fixed an issue whre the library debug build was not put into the debug folder #5396 by @donker
- Multiple Stylecop & doc fixes #5400 by @bdukes
- Correct GetUsersBasicSearch docs #5413 by @bdukes
- Fixed intermittent build issues #5421 by @valadas
- Resolved an XCOPY error during build #5425 by @bdukes
- Changed build to run all npm builds before backend builds. #5433 by @valadas
- Updated Security Policy #5451 by @mitchelsellers
- Multiple StyleCop fixes #5455 by @bdukes
- Fixed multiple Stylecop 16xx warnings #5480 by @bdukes
- Fixed an issue where sourcemaps would not load #5488 by @valadas
- Commited docs for dnn-resource-manager #5489 by @valadas
- Fixed an issue where sourcemaps would only load on home page #5496 by @valadas
- Fixed multiple #2140 issue
- Fixed some obsolete method usages #5510 by @bdukes
Enhancements
- Resource manager folders can now be opened with double-click #5352 by @valadas
- Modified Next Button on install wizard to support localization #5368 by @uzmannazari
- Made search placeholder localizable #5369 by @uzmannazari
- Added host level setting for browser and upload folders of html editor #5409 by @skamphuis
- Added support for a Notes field in IP Filters #5411 by @valadas
Maintenance
- Bumped Microsoft.NETFramework.ReferenceAssemblies.net472 from 1.0.2 to 1.0.3 #5253 by dependabot
- Bumped NSubstitute from 4.3.0 to 4.4.0 #5254 by dependabot
- Auto Compressed Images #5287 by github-actions
- Bumped valadas/set-dnn-manifest-versions from 1.2.0 to 1.3.0 #5350 by dependabot
- Bumped moment from 2.29.2 to 2.29.4 #5353 by dependabot
- Bumped eventsource from 1.0.7 to 1.1.2 #5354 by dependabot
- Bump repo-sync/pull-request from 2.6 to 2.8 #5364 by dependabot
- Bumped Microsoft.Web.Infrastructure from 1.0.0.0 to 2.0.0 #5366 by dependabot
- Bumped Cake.Frosting from 2.2.0 to 2.3.0 #5367 by dependabot
- Bumped lerna to 6.x#5379 by @bdukes
- Reverted PR #5366 due to issues #5384 by @donker
- Centralized all portal template operations in the library project #5387 #5397 by @donker
- Bumped System.Data.SqlClient from 4.8.3 to 4.8.5 in /Build #5389 by dependabot
- Bumped repo-sync/pull-request from 2.8 to 2.9 #5393 by dependabot
- Bumped peterjgrainger/action-create-branch from 2.2.0 to 2.3.0 #5399 by dependabot
- Bumped Newtonsoft.Json from 13.0.1 to 13.0.2 #5417 by dependabot
- Bumped Yarn.MSBuild from 1.22.17 to 1.22.19 #5418 by dependabot
- Bumped peterjgrainger/action-create-branch from 2.3.0 to 2.4.0 #5419 by dependabot
- Bumped decode-uri-component from 0.2.0 to 0.2.2 #5420 by dependabot
- Bumped jQuery to 3.5.1 in editBar #5426 by @bdukes
- Bumped express from 4.16.4 to 4.18.2 #5427 by dependabot
- Bumped qs from 6.7.0 to 6.11.0 #5434 by dependabot
- Removed now-unused Yarn.MsBuild package #5439 by @bdukes
- Fixed out-of-sync package versions in test projects #5440 by @bdukes
- Fixed PersonaBar project referencing wrong version of Newtonsoft.Json #5441 by @bdukes
- Upgraded Cake dependencies #5442 by @bdukes
- Bumped repo-sync/pull-request from 2.9 to 2.11 #5457 by dependabot
- Bumped NUnit3TestAdapter to 4.3.1 #5473 by @bdukes
- Bumped GitVersion.Tool and removed .NET 5 SDK #5474 by @bdukes
- Bumped NuGet.CommandLine from 5.10.0 to 6.4.0 #5475 by @bdukes
- Bumped Microsoft.TestPlatform from 16.11.0 to 17.4.1 #5476 by @bdukes
- Bumped react-redux from 5.1.1 to 8.0.5 #5487 by dependabot
- Bumped React from 16.6.3 to 16.14.0 #5490 by @valadas
- Bumped Moment.JS to 2.29.4 #5494 by @mitchelsellers
- Bumped Moq to v4.18.4 #5498 by @valadas
- Bumped repo-sync/pull-request from 2.11 to 2.12 #5499 by dependabot
- Bumped ua-parser-js from 0.7.19 to 0.7.33 #5502 by dependabot
List of Contributors
@bdukes Brian Dukes
@valadas Daniel Valadas
@skamphuis Stefan Kamphuis
@donker Peter Donker
@mwigley-trilogy Matthew Wigley
@david-poindexter David Poindexter
@mitchelsellers Mitchel Sellers
@uzmannazari Ali Nazari
@ryanjagdfeld Ryan Jagdfeld
@rodrigoratan Rodrigo Ratan
@berkarslan-xo Berk Arslan
@pascalberger Pascal Berger
@Mostafa-Moafi Mostafa Moafi
@v-karbovnichy Vyacheslav Karbovnichy
@davidjrh David Rodriguez
@FRMN-FRE
@erw13n Erwin Yuliento
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.11.1_Deploy.zip | 749ab2895325c5f18a5b4c83e3220e16 |
DNN_Platform_9.11.1_Install.zip | 08eebefad55065207fac50ae56d2ce94 |
DNN_Platform_9.11.1_Symbols.zip | f1d9e2c6728fe3df1f383af70e725928 |
DNN_Platform_9.11.1_Upgrade.zip | 00951c... |
v9.11.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 168 pull requests by 18 contributors were processed for this release.
Noteworthy Changes in v9.11.0
Optional Telerik Removal
This release completely removes Telerik from the codebase, but can still be used to upgrade sites that have modules that have a Telerik dependency.
- If you perform a clean install, Telerik will NOT be installed.
- If you upgrade an instance where Telerik was already 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.
- If you upgrade an instance that has third-party extensions with Telerik dependencies, the upgrade process will provide instructions for how to proceed with Telerik removal manually.
- Lastly, if you can't remove Telerik at the time of upgrade, but plan to do it later on, a wizard will be installed to help you remove Telerik at the desired time.
Telerik removal is still optional upon upgrades, but HIGHLY RECOMMENDED.
Brand new Resource Manager (file management)
We listened to your feedback and rewrote the Resource Manager from the ground up, implementing the most requested features and improvements:
- Support for a "list" and "card" view
- Allows better sorting of files
- Better UI for long file names (no longer truncated)
- Images are no longer obscured within an imposed circle style
- Improved search
- Improved performance
- Less dependencies
- Displays more information about files within the various views
- Allows batch operations on files/folders
- Supports infinite scroll
- Full accessibility via keyborad
- Responsive to its container to allow future use directly in the Persona Bar (future enhancement)
Performance improvements
This release updated a large number of dependencies including some low-level ones like Newtonsoft.Json and PetaPOCO which significantly improved performance for installation, updates and runtime.
Bug Fixes
- Fixed an issue getting Folders by Permissions #4897 Thanks @yog-it
- Fixes an issue where ClientResourceManager would throw a null reference exception when called from scheduled tasks #4899 Thanks @robsiera
- Fixed an issue where a query string would not be kept if
Convert to lower case
setting was enabled. #4911 Thanks @zyhfish - Fixed an incorrect datetime culture format in outputcache FileProvider #4915 Thanks @thienvc
- Fixed SEO tab not updating correctly after deleting a URL #4925 Thanks @daguiler
- Fixed an issue with the OutputCacheAddItem stored procedure #4937 Thanks @thienvc
- Fixed an issue where WebFormsMvp initial version mismatched with the config #5020 Thanks @valadas
- Fixed an issue getting the host tab URL in some situations #5052 Thanks @bdukes
- Fixed a relative path issues that prevented loading monaco editor in some scenarios #5066 Thanks @donker
- Fixed a postback issue with the cke editor #5078 Thanks @nellaaayyy
- Fixed an issue with undefined isProduction in Yarn scripts #5121 Thanks @donker
- Fixed a crash caused by a web spider providing an invalid referrer uri with the request. #5184 Thanks @robheffo79
- Fixed an issue in HTML module with invalid HTML #5188 Thanks @bdukes
- Fixed an issue where CKEditor Provider dialogs would not use the Client Resouce Manager #5205 Thanks @bdukes
- Resolved a null reference exception when data types were missing in profile properties #5231 Thanks @bdukes
- Fixed a wrong file name for jQuery UI #5238 Thanks @bdukes
- Fixed a bug that prevented selecting folders for Browser Root and Default Upload folders in HtmlEditor #5122 Thanks @skamphuis
- Fixed a wrong response code when creating an invalid user. #5228 Thanks @armaganpekatik
Developer Experience / Documentation
- Added a workflow to auto-open PRs to v10 branch. #4755 Thanks @bdukes
- When upgrading a module, the web.config binding redirect comments now use the package version instead of the file version (this does not affect the actual binding). #4873 Thanks @dimarobert
- Updated Documentation link in issue templates. #4876 Thanks @david-poindexter
- Standardized DNN Manifest Items such as organization names, etc. #4890 Thanks @mitchelsellers
- Adjusted the release branch merge workflow to use sha. #4926 Thanks @bdukes
- Ajusted CI build to use windows-2019 #5007 Thanks @bdukes
- Removed Evoq references in codebase. #5009 Thanks @bdukes
- Corrected external repositories in build.md #5019 Thanks @valadas
- Fixed versions of dependencies in Nuget spec files #5028 Thanks @donker
- Fixed a failure to report issues when clean build task fails #5034 Thanks @bdukes
- Fixed an issue where warnings from build were not being reported. #5056 thanks @bdukes
- Adjusted link to powershell security docs for cake #5079 Thanks @valadas
- Fixed 2 build issues #5129 Thanks @valadas
- Disabled PR merge for 10.0.0 branch #5223 Thanks @bdukes
- Added workflow to auto-open PRs to v9.11 branch #4913 Thanks @bdukes
- Added support for HtmlAttributesAsString in html module views #5242 #5244 Thanks @valadas @bdukes
Enhancements
- Updated cookiesandme.com to cookiesandyou.com to match the actual URL. #4880 Thanks @david-poindexter
- Created ClientResourceSettings overrides to specifiy the portalId without relying on HttpContext #4901 Thanks robsiera
- Caches the roles array in the user info object. #4907 Thanks @zyhfish
- Enhanced resource manager css when used with some older themes. #4929 Tahnks @Timo-Breumelhof
- Filters scrips from module messages #4930 Thanks @donker, @valadas
- Encodes html in emails for proper display #4932 Thanks @bdukes
- Made check for RequestVerificationToken case insensitive as per RFC 7230 and RFC 7540. #4959 thanks @dimarobert
- Added thread culture (localization) support in partial MVC views. #5004 Thanks @dimarobert
- Reports build errors as errors to Azure DevOps #5016 Thanks @bdukes
- Update GTM to follow Google best practices #5023 Thanks @david-poindexter
- Added support for localization of search categories #5053 Thansk @Andy9999
- Allows optionally removing rel from privacy and terms from skinObjects #5054 #5057 Thanks @Andy9999
- Updated the existing check to report on the status of Telerik #5077 Thanks @daguiler
- Added new Security Analyzer check for permissions on "Activity Feed" and "User Profile" pages #5080 Thanks @daguiler
- Allow the underlying FileInstaller to delete the file if needed. #5087 Thanks @dimarobert
- Improved eventlog ip address with proxy. #5091 Thanks @skamphuis
- Improved error messaging when parsing extension packages. #5097 Thanks @bdukes
- Improved text encoding on fields. #5106 Thanks @armaganpekatik
- Added unique suffix to artifact name. #5199 Thanks @bdukes
- Removed unused DnnDropDownCheckBoxes class. #5206 Thanks @bdukes
- Specified latest version for 9.11 merge action #5224 Thanks @bdukes
- Restricted log viewing to log files only #5233 Thanks @mitchelsellers
- Replaced eval usages with JSON.parse where appropriate in multiple scripts #5239 Thanks @bdukes
- Improve SSL initial setup approach #4892 #5189 Thanks @donker
- Standardized Upload interfaces #4909 Thanks @bdukes
- Updated website templates to set User Registration to None by default #4916 Thanks @david-poindexter
- Updated website templates to make Activity Feed, My Profile, Friends, and Messages pages visible to Registered Users only by default #4921 Thanks @david-poindexter
- Completelly replaced Digital Assets Manager in favor of the new Resource Manager which installs by default now #4987 #5194 Thanks @david-poindexter @valadas @donker
- Purges expired auth cookies when no longer needed #5001 Thanks @donker
- Added JsonIgnore Attribute to prevent unneeded serialization #5006 Thanks @mtrutledge
- Added folder cleanup support to CleanupInstaller #5090 Thanks @daguiler
- Updated UpgradeWizard.aspx to require a superuser to choose whether to keep Telerik or to remove Telerik
- Added support for top level pages permissions #5118 #5209 @bdukes @DanielBolef
- CKEditor can now resize images on upload and support drag-and-drop through easy-image plugin. #5128 #5144 Thanks @skamphuis
- Improved the server screen UI #5152 Thanks @donker
- Implemented new resource manager as per feedback #5240 #5241 Thanks @valadas @david-poindexter @mitchellsellers @donker @bdukes
Maintenance
- Bumped react-collapse from 4.0.3 to 5.1.0 #4808 #5193
- Bumped System.Runtime.CompilerServices.Unsafe from 4.5.3 to 5.0.0 #4834
- Bumped superagent from 3.8.3 to 6.1.0 #4848 #4987
- Bumped WebFormsMVP from 1.4.1.0 to 1.4.5 #4863 #5017
- Bumped actions/checkout from 2.3.4 to 2.3.5 #4878
- Removed nuka-carousel reference. #4891 Thanks @bdukes
- Bumped actions/checkout from 2.3.5 to 2.4.0 #4896
- Bumped peter-evans/create-pull-request from 3.10.1 to 3.11.0 #4902
- Updated version in Yarn lock file after bumping multiple dependencies #4914 Thanks @bdukes
- Bumped less from 3.8.1 to 4.1.2 #4927 #5063
- Bumped peter-evans/create-pull-request from 3.11.0 to 3.12.0 #4964 #4965
- Bumped peterjgrainger/action-create-branch from 2.0.1 to 2.1.0 #4972
- Bumped System.Runtime.CompilerServices.Unsafe from 4.5.3 to 5.0.0 #4985
- Bumped NUnit3TestAdapter from 4.0.0 to 4.2.0 #4986 #4993
- Bumped peter-evans/create-pull-request from 3.12.0 to 3.12.1 #4991 #4993
- Bumped Microsoft.Build.Tasks.Git from 1.0.0 to 1.1.1 #4992 #5013
- Bumped Cake to 2.x #5010 Thanks @bdukes
- Bumped NSubstitute from 4.2.2 to 4.3.0 #5012 #5015
- Bumped peter-evans/create-pull-request from 3.12.1 to 3.14.0 #5030 #5031
- Bumped actions/checkout from 2.4.0 to 3 #5035
- Bumped peter-evans/create-pull-request from 3.14.0 to 4 #5061
- Bumped peterjgrainger/action-create-branch #5067
- Bumped esli...
v9.10.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 35 pull requests by 8 contributors were processed for this release.
Noteworthy Changes in v9.10.2
Optional Telerik Removal
If you would like to remove Telerik in DNN 9.8.0 (and above for the 9.x series of releases), please visit the documentation for "Telerik Removal" on the DNN Docs site. This is optional but HIGHLY RECOMMENDED.
Bug Fixes
- Fixed a serialization issue with authentication config #4788 Thanks @bdukes
- Fixed an issue that prevented inserting links using the default HTML Editor Provider #4802 Thanks @valadas
- Add back alternate views for core mail provider #4805 Thanks @bdukes
- Fixed an issue where custom Analyzer types generate System.MissingMethodException #4824 Thanks @berkarslan-xo
- Fixed an issue where it was impossible to edit html on child portals #4828 Thanks @valadas
- Fixed an issue where the wrong RedirectAfter tabs were showing for localized sites. #4851 Thanks @valadas
Developer Experience / Documentation
- Avoids HTML module using Globals.DependencyProvider #4786 Thanks @bdukes
- Always upload build artifacts #4813 Thanks @bdukes
- Marked nuget dependency from DotNetNuke.Web on Microsoft.AspNet.WebApi.Core #4815 Thanks @valadas
- Added documentation about yarn updates #4827 Thanks @valadas
- Fixed a typo in README.md #4853 Thanks @helloausrine
Enhancements
- Corrected some styling issues with IE11 #4790 Thanks @schotman
- Corrected a typo in CKEditor for dnnpages plugin in french #4803 Thanks @valadas
- Allow multiple DesktopModules per PackageID #4811 Thanks @bdukes @kestasjk
- Removed module specific styling for a default DNN Button #4831 Thanks @Timo-Breumelhof
- Removal of "Dummy" from code #4837 Thanks @mitchelsellers
Maintenance
- Bumped PetaPoco.Compiled from 6.0.415 to 6.0.480 #4741 Thanks @dependabot @bdukes
- Bumped eslint from 5.8.0 to 7.32.0 #4770 Thanks @dependabot @valadas @bdukes
- Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 #4792 Thanks @dependabot
- Upgraded to Cake 1.2.0 #4800 Thanks @bdukes
- Bumped NSubstitute from 3.1.0 to 4.2.2 #4806 Thanks @dependabot @bdukes
- Bumped redux from 4.0.1 to 4.1.1 #4807 Thanks @dependabot @bdukes
- Bumped es6-shim from 0.35.0 to 0.35.6 #4809 Thanks @dependabot @bdukes
- Bumped react-test-renderer from 16.8.6 to 17.0.2 #4810 Thanks @dependabot
- Bumped Cake.Frosting.Issues.Recipe from 1.2.0 to 1.3.1 #4812 Thanks @dependabot
- Bumped Yarn from from 3.0.0 to 3.0.2 #4814 Thanks @bdukes
- Bumped AutoFixture from 4.6.0 to 4.17.0 #4817 Thanks @dependabot @bdukes
- Removed unused RestSharp reference #4838 Thanks @bdukes
- Bumped Dnn.CakeUtils from 2.0.1 to 2.0.2 #4845 Thanks @dependabot
- Bumped @storybook/addon-actions from 5.0.11 to 6.3.9 #4847 Thanks @dependabot @bdukes
- Replaced old Newtonsoft.Json references #4852 Thanks @valadas
- Bumped Fare from 2.1.1 to 2.1.2 #4855 Thanks @dependabot @bdukes
- Created package for Microsoft.Extensions.FileSystemGlobbing #4856 Thanks @valadas
- Bumped redux-devtools-dock-monitor from 1.1.3 to 1.2.0 #4858 Thanks @dependabot @bdukes
- Bumped MimeKit from 2.13.0 to 2.15.1 #4861 Thanks @dependabot @bdukes
List of Contributors
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @mitchelsellers Mitchel Sellers
- @schotman Peter Schotman
- @Timo-Breumelhof Timo Breumelhof
- @kestasjk Kestas "Chris" Kuliukas
- @berkarslan-xo Berk Arslan
- @helloausrine
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.10.2_Deploy.zip | cfc402a2c324e98f2cd27368ccd0c209 |
DNN_Platform_9.10.2_Install.zip | 65c313fc0aefeb3bf597e78283897b9c |
DNN_Platform_9.10.2_Symbols.zip | 6f93c5e32f9aea0d1ababb75b8724931 |
DNN_Platform_9.10.2_Upgrade.zip | 5a5bb3bc82cb3f1ffdea2336129561a7 |
v9.10.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 v9.10.1
Optional Telerik Removal
If you would like to remove Telerik in DNN 9.8.0 (and above for the 9.x series of releases), please visit the documentation for "Telerik Removal" on the DNN Docs site. This is optional but HIGHLY RECOMMENDED.
Security
This release includes fixes for known security issues, please consult the DNN Security Center for more details.
Bug Fixes
- Fixed an issue where deleting the parent page while the child page was open didn't redirect #4761 Thanks @berkarslan-xo
- Fixed an issue where dnn.js was not requested for cookie consent #4763 Thanks @bdukes
- Fixed an issue where the wrong PortalId was getting set when there were multiple sites existing #4773 Thanks @berkarslan-xo
- Fixed an issue where some field values were missing in messaging #4777 Thanks @bdukes
Developer Experience / Documentation
- Fixed an issue with the issue template and version update action #4754 Thanks @valadas
- Added lint task to all node projects #4774 Thanks @valadas
Maintenance
- Bumped react-dom from 16.8.6 to 16.13.0 #4726 Thanks @dependabot
- Bumped react-tooltip from 3.9.0 to 4.2.21 #4727 Thanks @dependabot
- Bumped NUnit from 2.6.4 to 3.13.2 #4764 Thanks @bdukes
- Bumped enzyme-to-json from 3.3.5 to 3.6.2 #4769 Thanks @dependabot
- Bumped Yarn to version 3 Thanks @bdukes
- Bumped Content Delivery Framework to v1.9.10 #4780 Thanks @valadas
List of Contributors
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @berkarslan-xo Berk Arslan
- @dependabot dependabot bot
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.10.1_Deploy.zip | 04fa38dd19042962397f199cd37920a6 |
DNN_Platform_9.10.1_Install.zip | e59b4aa6b997485f0c86d48cec94b889 |
DNN_Platform_9.10.1_Symbols.zip | 0dedcdcb41df40ca21e632cbe5983660 |
DNN_Platform_9.10.1_Upgrade.zip | d170768d8bdae7e8c37e27d1337e8413 |
v9.10.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 61 pull requests by 15 contributors were processed for this release.
Noteworthy Changes in v9.10.0
Optional Telerik Removal
If you would like to remove Telerik in DNN 9.8.0 (and above for the 9.x series of releases), please visit the documentation for "Telerik Removal" on the DNN Docs site. This is optional but HIGHLY RECOMMENDED.
New features
- Added support for Azure folder provider cache-control #4687 Thanks @meetmandeep
- Improve base styling of PersonaBar & EditBar and allow customization #4691 Thanks @david-poindexter @valadas
- Brought back update notification #4695 Thanks @donker
- Added Web.config schema validation to the Configuration Manager #4707 Thanks @daguiler
- Added support for absolute and relative URLs for pages #4730 Thanks @david-poindexter @valadas
Enhancements
- Added email to password sent message for error tracing, fixes #4641 Thanks @jcmrva
- Improved wording on Site Groups localization #4675 Thanks @valadas
- Clarified text on module anchor feature #4678 Thanks @valadas
- Improved Validation IP Address for login #4702 Thanks @ufoloko
- Removed the logo from the Under Construction page #4722 Thanks @joshgk00
- Enhanced styling for server summary in persona bar #4731 Thanks @david-poindexter
Bug Fixes
- Fixed an issue where disabling password strength meter did not disable it in the password reset form #4615 Thanks @yog-it
- Fixed an issue where MailKitMailProvider used an incorrect mail priority #4619 Thanks @bdukes
- Fixed an issue where FolderManager would sometimes throw a null reference exception #4622 Thanks @epdubi
- Fixed an issue where some tooltips were not visible in SiteGroups #4627 Thanks @Mhtshum
- Fixed an issue where the HTML Editor Manager would fail to load #4631 Thanks @bdukes
- Fixed an issue with RedirectAfter settings being overwritten #4638 Thanks @yog-it
- Fixed an issue the prevented uploading files into assets on Turkish localization #4655 Thanks @manojattal
- Fixed an issue where Breadcrumbs had invalid metadata for disabled pages #4671 Thanks @Andy9999
- Fixed some typos in Prompt localization #4674 Thanks @valadas @bdukes
- Fixed an issue where exporting a page after changing a module's order within the same pane didn't reflect in imported site #4685 Thanks @berkarslan-xo
- Fixed an issue where Cache-Setting 'NoCaching' was not saved #4703 Thanks @manojattal
- Fixed an issue where UserInfo.UserName was wrong with "Use email as username" setting turned on #4708 Thanks @donker
- Fixed an issue where SQL Console raised an error for variable declarations with "@" character #4714 Thanks @berkarslan-xo
- Fixed an issue where the profile picture was not shown to anonymous users. Thanks @manojattal
- Fixed an issue that prevented RC1 from installing or upgrading #4743 Thanks @bdukes
Developer Experience / Documentation
- Adjusted labels used by dependabot #4603 Thanks @bdukes
- Produce snupkg format for NuGet #4608 Thanks @bdukes
- Manually updated version from 9.9.0 to 9.9.1 #4693 Thanks @david-poindexter
- Committed linter auto-fixes across JS and JSX files #4694 Thanks @david-poindexter
- Cleaned up some DotNetNuke.Web.Mvc warnings #4717 Thanks @bdukes
Maintenance
- Bumped NTestDataBuilder from 1.0.2 to 2.0.0 #4584 Thanks @dependabot @bdukes
- Bumped Cake.Json from 6.0.0 to 6.0.1 #4585 Thanks @dependabot
- Bumped NBuilder from 5.0.0 to 6.1.0 #4589 Tahnks @dependabot
- Bumped @babel/plugin-transform-react-jsx from 7.3.0 to 7.13.12 #4590 Thanks @dependabot
- Bumped eslint-plugin-babel from 5.3.0 to 5.3.1 #4591 Thanks @dependabot
- Bumpep svg-url-loader from 2.3.2 to 7.1.1 #4592 Thanks @dependabot
- Bumpep redux-mock-store from 1.5.3 to 1.5.4 #4593 Thanks @dependabot
- Bumpep eslint-loader from 2.1.1 to 4.0.2 #4594 Thanks @dependabot
- Bumped string.prototype.startswith from 0.2.0 to 1.0.0 #4633 Thanks @dependabot
- Bumped react-height from 3.0.0 to 3.0.1 #4634 Thanks @dependabot
- Bumped webpack-bundle-analyzer from 3.3.2 to 4.4.1 #4635 Thanks @dependabot
- Bumped @babel/plugin-transform-object-assign from 7.2.0 to 7.12.13 #4636 @dependabot
- Bumped webpack-node-externals from 1.7.2 to 3.0.0 #4637 Thanks @dependabot
- Bumped valadas/get-release-branch-version from 1 to 1.0.1 #4658 Thanks @dependabot @valadas
- Bumped actions/checkout from 2 to 2.3.4 #4659 Thanks @dependabot
- Bumped peter-evans/create-pull-request from 3 to 3.9.1 #4660 Thanks @dependabot
- Bumped valadas/set-dnn-manifest-versions from 1 to 1.2.0 #4661 Thanks @dependabot @valadas
- Bumped peter-evans/create-pull-request from 3.9.1 to 3.9.2 #4666 Thanks @dependabot
- Removed unused localization strings in GlobalResources.resx #4676 Thanks @valadas
- Deleted InvalidConfiguration.ascx.resx in HtmlEditorManager #4677 Thanks @valadas
- Bumped peter-evans/create-pull-request from 3.9.2 to 3.10.0 #4680 Thanks @dependabot
- Bumped @babel/plugin-transform-react-jsx from 7.13.12 to 7.14.3 #4696 Thanks @dependabot
- Bumped throttle-debounce from 2.1.0 to 3.0.1 #4697 Thanks @dependabot
- Bumped @babel/plugin-proposal-object-rest-spread from 7.4.4 to 7.14.4 #4699 Thansk @dependabot
- Deprecated DisplayCopyright Host Setting #4712 Thanks @joshgk00
- Bumped MimeKit from 2.10.1 to 2.13.0 #4715 Thanks @dependabot @bdukes
- Bumped Microsoft.AspNet.WebApi.Core from 5.2.3 to 5.2.7 #4716 Thanks @bdukes
- Bumped Microsoft.AspNet.WebPages.WebData from 3.1.2 to 3.2.7 #4716 Thanks @bdukes
- Bumped Microsoft.AspNet.WebApi.Client from 5.2.3 to 5.2.7 #4716 Thanks @bdukes
- Bumped Microsoft.AspNet.WebApi.WebHost from 5.2.3 to 5.2.7 #4716 Thanks @bdukes
List of Contributors
- Brian Dukes @bdukes
- Daniel Valadas @valadas
- David Poindexter @david-poindexter
- Manoj Attal @manojattal
- Peter Donker @donker
- Berk Arslan @berkarslan-xo
- Josh Slaughter @joshgk00
- Ryan Jagdfeld @yog-it
- Mandeep Singh @meetmandeep
- Daniel Aguilera @daguiler
- Mohtisham Zubair @Mhtshum
- Andy9999 @Andy9999
- ufoloko @ufoloko
- Eric Wagner @epdubi
- Josh M @jcmrva
Testers
We would like to thank all testers for this release including Joe Craig and Jeremy Farrance
Additional Resources.
Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade on DNN Docs. If this is your 100th time upgrading DNN, maybe review these guides and submit a few changes!
MD5 Checksums
File | Checksum |
---|---|
DNN_Platform_9.10.0_Deploy.zip | e6d98d5308242e4ca3a82f49e7cc75ab |
DNN_Platform_9.10.0_Install.zip | f87ebb993abf360d1422eaa552fd2b69 |
DNN_Platform_9.10.0_Symbols.zip | 9533b31f74d2dd9483de90ac0f6ba781 |
DNN_Platform_9.10.0_Upgrade.zip | 518818cf4f34bf124674b56119e3f725 |
v9.9.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 9 contributors were processed for this release.
Noteworthy Changes in v9.9.1
Optional Telerik Removal
If you would like to remove Telerik in DNN 9.8.0 (and above for the 9.x series of releases), please visit the documentation for "Telerik Removal" on the DNN Docs site. This is optional but HIGHLY RECOMMENDED.
Special Attention
New features
- Added support for Page Stylesheets stored in AzureFolderProvider #4500 @msant7
- Added capability to add existing modules from other sites in site group #4597 Thanks @dpoindexter @valadas and @jncraig
Enhancements
Bug Fixes
- Fixed an issue where AzureFolderProvider was uploading the same file with different case #4482 Thanks @msant7
- Fixed an issue where the PersonaBar would not load if in an iframe #4492 Thanks @jmbockhorst
- Removed extra hardcoded spaces from UserAndLogin Theme Object #4505 Thanks @Timo-Breumelhof
- Ensures the content is decoded before being passed to tokenization providers. #4527 Thanks @rhaiamz
- Fixed an issue where checksums where not generated in CI builds #4532 Thanks @valadas
- Fixed an issue where CK-Editor provider did not include image files in install package #4546 Thanks @skamphuis
- Fixed redirect to primary alias when PortalAliasMapping is set to redirect #4547 Thanks @skamphuis
- Fixed upgrade issue involving MailKit by including it in a package #4575 Thanks @bdukes
- Fixed an issue that prevented MailKit configuration upon some upgrades #4582 Thanks @valadas
Developer Experience / Documentation
- Enhanced CI integration of Cake #4439 Thanks @bdukes
- Updated Compress Images GitHub Actions workflow #4478 Thanks @bdukes
- Adjusted Yarn configuration for CI #4494 Thanks @bdukes
- Adjusted .editorconfig settings #4530 Thanks @bdukes
- Enable URL integration tests to run #4531 @bdukes
- Enabled Sourcelink #4543 Thanks @bdukes
- Fix typo in image-actions #4544 Thanks @bdukes
- Applied StyleCop to Build project #4554 Thanks @bdukes
- Switched to binary logger instead of console logger for speedier builds #4576 Thanks @bdukes
Maintenance
- Remove duplicate references to Yarn.MsBuild #4490 Thanks @bdukes
- Upgraded Yarn to latest 1.x #4493 Thanks @bdukes
- Removed references to Module Creator #4495 Thanks @bdukes
- Added async support to mail providers #4498 Thanks @bdukes
- Upgraded Cake to 1.1.0 #4552 Thanks @bdukes
- Added back Dependabot to the project #4577 Thanks @bdukes
List of Contributors
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @skamphuis Stefan Kamphuis
- @msant7 Michael Santoro
- @david-poindexter David Poindexter
- @jncraig Joe Craig
- @Timo-Breumelhof Timo Breumelhof
- @jmbockhorst Jon Bockhorst
- @rhaiamz Popescu Cristian
Testing Team
Special thanks to the testing team led by @marietteknap.
@Tychodewaard Tycho de Waard
@jncraig Joe Craig
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.9.1_Deploy.zip | 757e24e7b0c6c6273aa097dfcc78f414 |
DNN_Platform_9.9.1_Install.zip | 7b4062d6816ee229ae2cfff0328f4698 |
DNN_Platform_9.9.1_Symbols.zip | 16775a10f999e21defc5295a234ddc40 |
DNN_Platform_9.9.1_Upgrade.zip | af32d93d680299458d8be4a70daae022 |
v9.9.1-rc1
Release Candidate
This is a release candidate, please do not install in production environments. RC (Release Candidate) versions are meant for testing the next release. Please test in non-production environments.
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 9 contributors were processed for this release.
Noteworthy Changes in v9.9.1
Optional Telerik Removal
If you would like to remove Telerik in DNN 9.8.0 (and above for the 9.x series of releases), please visit the documentation for "Telerik Removal" on the DNN Docs site. This is optional but HIGHLY RECOMMENDED.
Special Attention
New features
- Added support for Page Stylesheets stored in AzureFolderProvider #4500 @msant7
- Added capability to add existing modules from other sites in site group #4597 Thanks @dpoindexter @valadas and @jncraig
Enhancements
Bug Fixes
- Fixed an issue where AzureFolderProvider was uploading the same file with different case #4482 Thanks @msant7
- Fixed an issue where the PersonaBar would not load if in an iframe #4492 Thanks @jmbockhorst
- Removed extra hardcoded spaces from UserAndLogin Theme Object #4505 Thanks @Timo-Breumelhof
- Ensures the content is decoded before being passed to tokenization providers. #4527 Thanks @rhaiamz
- Fixed an issue where checksums where not generated in CI builds #4532 Thanks @valadas
- Fixed an issue where CK-Editor provider did not include image files in install package #4546 Thanks @skamphuis
- Fixed redirect to primary alias when PortalAliasMapping is set to redirect #4547 Thanks @skamphuis
- Fixed upgrade issue involving MailKit by including it in a package #4575 Thanks @bdukes
- Fixed an issue that prevented MailKit configuration upon some upgrades #4582 Thanks @valadas
Developer Experience / Documentation
- Enhanced CI integration of Cake #4439 Thanks @bdukes
- Updated Compress Images GitHub Actions workflow #4478 Thanks @bdukes
- Adjusted Yarn configuration for CI #4494 Thanks @bdukes
- Adjusted .editorconfig settings #4530 Thanks @bdukes
- Enable URL integration tests to run #4531 @bdukes
- Enabled Sourcelink #4543 Thanks @bdukes
- Fix typo in image-actions #4544 Thanks @bdukes
- Applied StyleCop to Build project #4554 Thanks @bdukes
- Switched to binary logger instead of console logger for speedier builds #4576 Thanks @bdukes
Maintenance
- Remove duplicate references to Yarn.MsBuild #4490 Thanks @bdukes
- Upgraded Yarn to latest 1.x #4493 Thanks @bdukes
- Removed references to Module Creator #4495 Thanks @bdukes
- Added async support to mail providers #4498 Thanks @bdukes
- Upgraded Cake to 1.1.0 #4552 Thanks @bdukes
- Added back Dependabot to the project #4577 Thanks @bdukes
List of Contributors
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @skamphuis Stefan Kamphuis
- @msant7 msant7
- @david-poindexter David Poindexter
- @jncraig Joe Craig
- @Timo-Breumelhof Timo Breumelhof
- @jmbockhorst
- @rhaiamz Popescu Cristian
Testing Team
Special thanks to the testing team led by @marietteknap.
@Tychodewaard Tychodewaard
@jncraig Joe Craig
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!