Skip to content

Releases: dnnsoftware/Dnn.Platform

v9.4.4

09 Dec 22:27
a178514
Compare
Choose a tag to compare

Release Notes

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

Noteworthy Changes in v9.4.4

Bug Fixes

  • Fixed a regression issue where MVC modules could have a memory leak issue. Thanks @jsbsantos for the clear steps to reproduce and @ahoefling for the fix. #3369

List of Contributors

  • Andrew Hoefling @ahoefling (fix)
  • Daniel Valadas @valadas (release management)
  • Mariëtte Knap @marietteknap (testing)

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

03 Dec 04:43
Compare
Choose a tag to compare

Release Notes

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

Known Issues

  • There is currently a possible memory leak issue with MVC modules as documented in #3344

Noteworthy Changes in v9.4.3

Bug Fixes

  • Fixed a regression issue where modules that use friendly Urls stopped working in 9.4.2. Thanks @bdukes #3295
  • Moved country above region in user profile so the region dropdown populates with correct value for the selected country. Thanks @thabaum #3244
  • Fixed an issue where it was impossible to delete a social role if the group folder was not empty. Thanks @berkarslan-xo #3249
  • Fixed an issue where Select All was not working in site assets. Thanks @mikebigun #3251
  • Fixed an issue where the scheduler would fail when trying to delete removed objects. Thanks @mikebigun #3260
  • Fixed a work breaking issue in the journal. Thanks @thabaum #3307
  • Fixed an issue in the Servers Persona Bar module where the underlaying page would not reload when requested to. Thanks @donker #3315
  • Fixed an issue where auto-generated child portal urls would include invalid alphanumeric characters. Thanks @donker #3316
  • Fixed an issue where the google analytics connecor would incorrectly lowercase the trackingId value. Thanks @coretoco #3322

Enhancements

  • Allows changing from email while testing SMTP configurations Thanks @thabaum #3237 #3256

Developer Experience

List of Contributors

Additional Resources.

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

v9.4.2

12 Nov 23:17
Compare
Choose a tag to compare

Release Notes

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

Noteworthy Changes in v9.4.2

Known issues

  • It appears we might have an unwanted breaking change in DotNetNuke.Services.Url.FriendlyUrl.FriendlyUrlProvider.FriendlyUrl see #3289 If you have modules that use this API you may need to recompile them adding a reference to DotNetNuke.Abstractions.dll or wait for a resolution on this issue.

Bug Fixes

  • Updated default portal template so it provides default permissions on portal folders. Thanks @SCullman #3024
  • Fixed an issue where site settings where not working after setting up "PRIVACY" section on multi language sites. Thanks @donker [#3031] (#3031)
  • Fixed an issue where sending multiple emails with attachments would fail. Thanks @david-poindexter #3039
  • Fixed an issue where the validation of alphanumeric characters for password requirements was wrong. Thanks @tingung #3059
  • Fixed an issue where it was impossible to remove a site logo. Thanks @youngcaseho #3119
  • Fixed issue where vocabularies would cause an infinite loop. Thanks @berkarslan-xo #3123
  • Fixed an issue where users could not verify their account if they lost their original account verification email by adding a resend verification link to the unverified account message. Thanks @zyhfish #3144
  • Prevents creation of blank role group names. Thanks @youngcaseho #3170
  • Fixed a memory leak issue with web api modules. Thanks @ahoefling #3192
  • Fixed an issue where module settings dialog could not be opened if urls where converted to lower case. Thanks @zyhfish #3208

Enhancements

  • Usernames are no longer changed to the emails when the settings required the email as username. Thanks @mikebigun #2625
  • Added a warning during install/upgrades that .Net Framework 4.7.2 is required if not present. Thanks @valadas #3032
  • Added a tooltip to indicate to use about 60 characters for best SEO on site descriptions. Thanks @Tychodewaard #3126
  • Remove Thread Cancellation from OAuthClientBase Implementation. Thanks @ahoefling #3152
  • Created INavigationManager to replace Globals.NavigateURL to use Dependency Injection. Thanks @ahoefling #3160
  • Improvements with module permissions when copying modules. Thanks @mikebigun #3162
  • Whitespace is now properly visible in the log viewer. Thanks @bdukes #3198
  • Removed "No Search Results" display before any search is performed. Thanks @dinesh-jain-aurea #3203
  • Improved install process to use managedPackage for library dependencies. Thanks @donker #3221
  • Made navigation stays on same page after creating a new group instead of redirecting to the group page (makes it faster to create multiple groups) Thanks @tingung #3223

Developer Experience

List of Contributors

Additional Resources.

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

v9.4.1

02 Oct 05:35
Compare
Choose a tag to compare

Release Notes for v9.4.1

We'd like to first thank everyone from the community who has submitted pull requests or reported issues. A grand total of 29 pull requests by 12 contributors were processed for this release. Out of that 16 were in the Platform repository, plus 13 additional pull requests were processed in the Admin Experience repository. Below you can find a short list of the noteworthy changes in this release. For a full list, please check the GitHub milestone pages on each of the repositories.

Noteworthy Changes in v9.4.1

  • Fixed an issue where the assets manager activity wheel would constantly spin.
    Thanks @berkarslan-xo
    #2970

  • Added missing html encoding to exceptions in the Admin Log.
    Thanks @bdukes
    #2973

  • Fixed a potential xml namespace bug in web.config.
    Thanks @bdukes
    #2979

  • Fixed invalid binding redirects when upgrading to Dnn 9.4.0.
    Thanks @bdukes
    #2980

  • Corrected the DotNetNuke.Core NuGet package.
    Thanks @mitchelsellers
    #2986

  • Fixed a null reference exception when calling Globals.LinkClick method.
    Thanks @zyhfish
    #2988

  • Fixed an issue opening module settings due to selectize.js duplicate versions.
    Thanks @bdukes
    #2996

  • Fixed an issue with DDRMenu Razor templates and Dependency Injection.
    Thanks @ahoefling
    #2998

  • Fixed an issue with jQuery browser detection.
    Thanks @zyhfish
    #3000

  • Fixed several bugs around import/export.
    Thanks @zyhfish
    #3001

  • Fixed an issue where the standalon version of selectize.js was not used when obtained by CDN.
    Thanks @bdukes
    #3003

  • Fixed an issue that prevented importing portal languages correctly.
    Thanks @zyhfish
    #3006

  • Fixed an issue with import/export of deleted modules.
    Thanks @tingung
    #3022

  • Adds a warning when isntalling or upgrading if the environment does not have .Net Framework 4.7.2 available.
    Thanks @valadas
    #3025

  • Fixed an issue where the upgrade to 9.4.0 would not save the new version in the database and would redirect to the upgrade wizard.
    Thanks @valadas
    #3023

  • Fixed an issue where the print container action would not work.
    Thanks @bdukes
    #3027

  • Fixed an issue where the data consent last changed date would not read/save consistently in some cultures.
    Thanks @donker
    #3031
    #1179

  • Fixed an issue where the smtp server tab would always show a separator line.
    Thanks @kkadir
    #1124

  • Fixed an issue with tab sorting before serialization during export.
    Thanks @donker
    #1134

  • Fixed an issue where the web server dropdown was failing in the scheduler.
    Thanks @mikebigun
    #1136

  • Fixed an issue where the admin log would not include line breaks properly.
    Thanks @bdukes
    #1142

  • Fixed an issue where it was impossible to set email address as username to ON.
    Thanks @aelibyary
    #1143

  • Fixed an issue with IP filters settings display.
    Thanks @tingung
    #1146

  • Fixed an issue where the wrong portal would should in portal settings.
    Thanks @tingung
    #1159

  • Fixed an issue where modules would get duplicated when localized.
    Thanks @aelibyary
    #1162

  • Fixed an issue where the wrong overflow was applied to the body after closing the persona bar.
    Thanks @tingung
    #1164

  • Fixed an issue where () characters where not replaced in URLs and improved the error message about the situation.
    Thanks @aelibyary
    #1166

  • Bumped Dnn depencency versions in the Admin Experience project.
    Thanks @valadas
    #1169

  • Fixed an issue that prevented the Persona Bar to upgrade correctly to 9.4.0.
    Thanks @donker
    #1170

  • Added a confirmation message after localization is saved.
    Thanks @daguiler
    #1172

  • Fixed an issue where the CkEditor provider would have the dll twice in the install package.
    Thanks @valadas
    #126

List of Contributors

Additional Resources.

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

v9.4.0

12 Sep 01:48
Compare
Choose a tag to compare

Release Notes for v9.4.0

We'd like to first thank everyone from the community who has submitted pull requests or reported issues. A grand total of 128 pull requests by 16 contributors and the amazing dependabot were processed for this release. Out of that 69 were in the Platform repository, plus 59 additional pull requests were processed in the Admin Experience repository. Below you can find a short list of the noteworthy changes in this release. For a full list, please check the GitHub milestone pages on each of the repositories.

Noteworthy Changes in v9.4.0

List of Contributors

Additional Resources.

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

PetaPOCO changes

If you have custom modules that use DAL2 with primary keys that are not auto-incremented, the module code will need to be validated to explicitly indicate that since the default behaviour for primary keys in the latest PetaPOCO has changed.

v9.3.2

01 May 18:41
Compare
Choose a tag to compare

Release Notes for v9.3.2

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. Out of that 12 were in the Platform repository, plus 16 additional pull requests were processed in the Admin Experience repository. Below you can find a short list of the noteworthy changes in this release. For a full list, please check the GitHub milestone pages on each of the repositories.

Noteworthy Changes in v9.3.2

  • Added a placeholder to avoid the delayed slide effect when loading the PersonaBar. Thanks @daguiler #789
  • Security Analyzer: display the full path to make it easier to find suspicious files identified. Thanks @zyhfish #396
  • Digital Assets: Azure folders are slow to open. Thanks @mikebigun #2698
  • Fixed an installation issue on lower performance database servers. Thanks @daguiler #2645 and @valadas #2746
  • Uses source-map for webpack config. Thanks @valadas #797

List of Contributors for v9.3.2

Known Issues

  • #2742 - The ability to localize the default site into various languages at initial installation is currently non-functional. This is due to issues in the remote data-service provided by Dnn Corp. We are working to try and get these issues resolved and under a community maintained resources provided by the .NET Foundation.

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!

Release Notes from v9.3

For clarity, we are restating the release notes from v9.3 here.

  • NuGet Package Improvements. Thanks @mitchelsellers #2600
  • Enhanced the common tooltip component for accessibility within the Admin Experience. Thanks @valadas #212
  • Updated all React.Common packages to React 16 and created initial storyboards. Thanks @mtrutledge #153
  • Group Privacy Settings in Site Settings in a new tab. Thanks @donker #99
  • Enabled Greenkeeper on the Admin Experience repository. This updated all of our developer dependencies to their latest releases as-of Nov 5th 2018. We will continue to process the greenkeeper pull requests in future releases to keep things current. Thanks to @valadas, @mtrutledge, @nvisionative, @mean2me, @daguiler, @mikebigun, @Mhtshum and the rest of the team for all the long hours and 29+ pull requests to repair all the compilation and usability issues related to the major version changes between these dependencies. #117
    • We ran into an issue with Greenkeeper and had to disable it during the initial RC. We will be setting up a similar service called dependabot in the v9.4.0 release scheduled for later this year.
  • Added Cookie consent and configuration settings for Terms and Privacy pages. Thanks @donker #2369
  • Added UI connector to manage Google Analytic tracking. Thanks @mikesmeltzer #2288
  • Performance fix for CoreMessaging and Journal procedures. Thanks @ChrisHammond #2342
  • Performance & stability fix for Azure & other Environments. Thanks @cameron-moore #2032
  • On hover, we are now showing the pane name again when in edit mode. Thanks @zyhfish #19
  • Added attributes for improving accessibility in the Admin Experience. Thanks @OllyHodgson #36
  • Added UI for Small and Large Page Icons back into Page Settings. Thanks @valadas #111
  • Added UI for Host Email setting under SMTP Configuration. Thanks @valadas #39
  • Added Azure DevOps to React.Common to verify pull requests and publish new releases of the npm packages. Thanks @ohine and @mtrutledge
  • Resolved issue with viewing/editing user profiles on certain pages with http/https differences. Thanks @mean2me #2494

Known Potential Breaking Changes in v9.3+

For clarity, we are restating the breaking changes from v9.3 here, as if you have not yet upgraded to 9.3.0 or later, they still apply.
If you currently use any 3rd party or in-house Persona Bar extensions which utilize the export bundle from the Admin Experience, they will need to be updated after upgrading to v9.3. Please see the Upgrading Persona Bar Components Guide by Matt Rutledge to help you with that process.

v9.3.1

03 Apr 18:08
Compare
Choose a tag to compare

Release Notes for v9.3.1

We'd like to first thank everyone from the community and ESW who has submitted pull requests or reported issues. A grand total of 302 pull requests by 26 contributors were processed for this release. Out of that 105 were in the Platform repository, plus 157 additional pull requests were processed in the Admin Experience repository. Below you can find a short list of the noteworthy changes in this release. For a full list, please check the GitHub milestone pages on each of the repositories.

Known Potential Breaking Changes

If you currently use any 3rd party or in-house Persona Bar extensions which utilize the export bundle from the Admin Experience, they will need to be updated after upgrading to v9.3.1. Please see the Additional Resources section below for more information on this change.

Changes since v9.3.0

Fixed version issue with AdminExperience, CKEditor, FolderProviders, and JWT. These extensions were incorrectly versioned in the 9.3.0 release. This caused the upgrade process for v9.2.2 sites to skip upgrading those extensions. This resulted in an upgrade that appeared successful but was incomplete.

Noteworthy Changes in v9.3.1

  • NuGet Package Improvements. Thanks @mitchelsellers #2600
  • Enhanced the common tooltip component for accessibility within the Admin Experience. Thanks @valadas #212
  • Updated all React.Common packages to React 16 and created initial storyboards. Thanks @mtrutledge #153
  • Group Privacy Settings in Site Settings in a new tab. Thanks @donker #99
  • Enabled Greenkeeper on the Admin Experience repository. This updated all of our developer dependencies to their latest releases as-of Nov 5th 2018. We will continue to process the greenkeeper pull requests in future releases to keep things current. Thanks to @valadas, @mtrutledge, @nvisionative, @mean2me, @daguiler, @mikebigun, @Mhtshum and the rest of the team for all the long hours and 29+ pull requests to repair all the compilation and usability issues related to the major version changes between these dependencies. #117
    • We ran into an issue with Greenkeeper and had to disable it during the initial RC. We will be setting up a similar service on for the v9.3.1 or v9.4.0 release scheduled for later this year.
  • Added Cookie consent and configuration settings for Terms and Privacy pages. Thanks @donker #2369
  • Added UI connector to manage Google Analytic tracking. Thanks @mikesmeltzer #2288
  • Performance fix for CoreMessaging and Journal procedures. Thanks @ChrisHammond #2342
  • Performance & stability fix for Azure & other Environments. Thanks @cameron-moore #2032
  • On hover, we are now showing the pane name again when in edit mode. Thanks @zyhfish #19
  • Added attributes for improving accessibility in the Admin Experience. Thanks @OllyHodgson #36
  • Added UI for Small and Large Page Icons back into Page Settings. Thanks @valadas #111
  • Added UI for Host Email setting under SMTP Configuration. Thanks @valadas #39
  • Added Azure DevOps to React.Common to verify pull requests and publish new releases of the npm packages. Thanks @ohine and @mtrutledge
  • Resolved issue with viewing/editing user profiles on certain pages with http/https differences. Thanks @mean2me #2494

List of Contributors for v9.3.1

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!

Upgrading Persona Bar Components Guide - Matt Rutledge wrote an excellent guide to help you with that process.

v9.2.2

01 Oct 18:52
Compare
Choose a tag to compare

Release Notes for v9.2.2

We'd like to first thank everyone from the community and ESW who has submitted pull requests or reported issues. This is our second community driven release, and our first time generating the actual installation packages. If you notice anything (good or bad) please let us know. We are looking to automate and improve this process as much as possible to increase the quality and frequency of platform releases.

A total of 29 pull requests were processed for the 9.2.2 release in the platform repository, plus 24 additional pull requests were processed in the personabar repository. Below you can find a short list of the noteworthy changes in this release, below that you can find all the changes in 9.2.0 as well. For a full list, please check the GitHub milestone pages on each of the repositories.

Changes in v9.2.2

  • This release contains fixes for 2 security issues. Please see the Security Center for additional details.
  • Improvements in string management to increase overall performance. Thanks @mitchelsellers #2217
  • Registration when using email address failed. Thanks @Mohtshum #2212
  • Improve feedback in the cleanup process during module installation and upgrades. Thanks @donker #2207
  • Reduce the scope of cache keys cleared after a user registers for an account. Thanks @zyhfish #2175
  • Improve MVC support with RedirectToAction. Thanks @ahoefling #2171
  • Reviewed and updated build scripts throughout the platform to enable VSTS CI. Thanks @ohine @bdukes and @ahoefling for their work on these tasks. We will continue to refine and improve this process in each release this year.
  • Combined the multiple Admin Experience repositories into one shared repo. Since this was done mid-9.2.2 development, we have issues split between the older archived repositories and the new combined location. We are linking to all 4 repos for access to full commit history below, in the next release this will be much easier to manage with the new combined repository. Thanks to @bdukes, @ohine and @ashishpd for their work on this task.
  • Various improvements and stabilization fixes in the control panel and administration modules.

List of Contributors for v9.2.2

Release Notes from v9.2.0.

New Features in v9.2.0+

  • Prompt - New command line Administrative Interface
  • Pages - New Page Management
  • Connectors - New Connector Management via Persona Bar
  • Azure Storage Connector - Migrated from Evoq to Platform

Framework Updates in v9.2.0+

  • Libraries updated to - jQuery 3.2.1, Newtonsoft 10.0.3, Sharpzlib 0.86.0.518
  • Upgraded ClientDependency.Core to 1.9.3
  • Replaced 51 Degrees with local provider
  • Removed ~500 APIs deprecated prior to 7.0
  • New Integration Testing framework

Known Potential Breaking Changes in v9.2.0+

For clarity, we are restating the breaking changes from the 9.2.0 here, as if you have not yet upgraded to 9.2.0 or later, they still apply.

  • Removed ~500 deprecated APIs
    • Upgrade any 3rd party extensions before upgrading DNN
    • Recompile custom extensions against DNN 9, and review deprecation warnings
  • jQuery upgraded from 1.9.1 to 3.2.1 (with jQuery Migrate 3)
  • jQuery UI upgraded from 1.11.3 to 1.12.1
  • SharpZipLib upgraded
    • DNN has been using a very old version of the SharpZipLib library for zipping and unzipping archive files, because the newer versions had a major breaking change, with the library being renamed in a way where both versions cannot be supported at the same time. This new version is now being used, so modules which referenced the older version will break upon upgrading DNN. The recommendation is to either use the APIs that DNN exposes (e.g. DotNetNuke.Services.FileSystem.FileManager.UnzipFile), or to use the APIs available in .NET 4.5, under the (System.IO.Compression namespace)[https://docs.microsoft.com/en-us/dotnet/api/system.io.compression]
  • Newtonsoft.Json upgraded from version 7 to 10
    • A binding redirect has been put in place, so components compiled against older (or newer) versions of Newtonsoft.Json should still operate. However, the details of the JSON serialization and deserialization may be different, which could cause components to break if they have assumptions on those details of the JSON format
    • There is a chance on upgrades you will run into issue #2121. You may need to manually copy the assembly from the install package to continue with the upgrade procedure. This will be fully resolved in the next release.

09.02.01

07 Aug 21:49
Compare
Choose a tag to compare

Release Notes for v9.2.1

We'd like to first thank everyone from the community and ESW who has submitted pull requests or reported issues. This is our first community driven release, if you notice anything (good or bad) please let us know. We are looking to refine and automate this process as much as possible to improve the quality and frequency of platform releases.

A total of 46 pull requests were processed for the 9.2.1 release in the platform repository, plus 48 additional pull requests were processed in the personabar repository. Below you can find a short list of the major changes, and below that you can find all changes in 9.2.0 as well. For a full list, please check the GitHub milestone pages on each of the repositories.

Changes in v9.2.1

  • Thanks to @iJungleboy for PR #2118, we have hopefully reverted a breaking change which shipped with v9.2.0 related to SharpZipLib. You should be able to use either the legacy version, or the latest and DNN will handle loading the correct assembly at runtime.
  • Updated policy, contributing and pull request documentation on github, thanks to @mitchelsellers , @ohine, @ahoefling, and @EPTamminga for PR #2122, #2114, #2113 and #2046.
  • Updated references to the ClientDependency project due to the inability to compile locally without manually fixing the git submodule reference with PR #2065.
  • Various improvements and stabilization fixes in the control panel and administration modules.

List of Contributors for v9.2.1

Release Notes from v9.2.0.

New Features in v9.2.0+

  • Prompt - New command line Administrative Interface
  • Pages - New Page Management
  • Connectors - New Connector Management via Persona Bar
  • Azure Storage Connector - Migrated from Evoq to Platform

Framework Updates in v9.2.0+

  • Libraries updated to - jQuery 3.2.1, Newtonsoft 10.0.3, Sharpzlib 0.86.0.518
  • Upgraded ClientDependency.Core to 1.9.3
  • Replaced 51 Degrees with local provider
  • Removed ~500 APIs deprecated prior to 7.0
  • New Integration Testing framework

Known Potential Breaking Changes in v9.2.0+

For clarity, we are restating the breaking changes from the 9.2.0 here, as if you have not yet upgraded to 9.2.0 or later, they still apply.

  • Removed ~500 deprecated APIs
    • Upgrade any 3rd party extensions before upgrading DNN
    • Recompile custom extensions against DNN 9, and review deprecation warnings
  • jQuery upgraded from 1.9.1 to 3.2.1 (with jQuery Migrate 3)
  • jQuery UI upgraded from 1.11.3 to 1.12.1
  • SharpZipLib upgraded
    • DNN has been using a very old version of the SharpZipLib library for zipping and unzipping archive files, because the newer versions had a major breaking change, with the library being renamed in a way where both versions cannot be supported at the same time. This new version is now being used, so modules which referenced the older version will break upon upgrading DNN. The recommendation is to either use the APIs that DNN exposes (e.g. DotNetNuke.Services.FileSystem.FileManager.UnzipFile), or to use the APIs available in .NET 4.5, under the (System.IO.Compression namespace)[https://docs.microsoft.com/en-us/dotnet/api/system.io.compression]
  • Newtonsoft.Json upgraded from version 7 to 10
    • A binding redirect has been put in place, so components compiled against older (or newer) versions of Newtonsoft.Json should still operate. However, the details of the JSON serialization and deserialization may be different, which could cause components to break if they have assumptions on those details of the JSON format
    • There is a chance on upgrades you will run into issue #2121. You may need to manually copy the assembly from the install package to continue with the upgrade procedure. This will be fully resolved in the next release.

09.02.00 Release

23 Mar 13:59
Compare
Choose a tag to compare

Release Notes

Before upgrading to DNN 9.2, please review the Known Potential Breaking Changes section below
Please use DNN_Platform_Source for official source code package

New Features

  • Prompt - New command line Administrative Interface
  • Pages - New Page Management
  • Connectors - New Connector Management via Persona Bar
  • Azure Storage Connector - Migrated from Evoq to Platform

Improvements

  • Themes - Filtering based on site vs. global

Performance Updates

  • User Search - Faster and more reliable user search in Persona Bar
  • Security Analyzer - Faster initial scan

Framework Updates

  • Libraries updated to - jQuery 3.2.1, Newtonsoft 10.0.3, Sharpzlib 0.86.0.518
  • Upgraded ClientDependency.Core to 1.9.3
  • Replaced 51 Degrees with local provider
  • Removed ~500 APIs deprecated prior to 7.0
  • New Integration Testing framework

Stabilization

  • Site Settings, Installation & Upgrade, Journal, Localization
  • Messaging, MVC, SEO, Search, User Profile, Login & Registration
  • Client Depdendency, CK Editor, DDR Menu, Host SQL, Image Handler
  • Member Directory, Redirect updates, Display module on all pages

Known Potential Breaking Changes

  • Removed ~500 deprecated APIs
    • Upgrade any 3rd party extensions before upgrading DNN
    • Recompile custom extensions against DNN 9, and review deprecation warnings
  • jQuery upgraded from 1.9.1 to 3.2.1 (with jQuery Migrate 3)
  • jQuery UI upgraded from 1.11.3 to 1.12.1
  • SharpZipLib upgraded
    • DNN has been using a very old version of the SharpZipLib library for zipping and unzipping archive files, because the newer versions had a major breaking change, with the library being renamed in a way where both versions cannot be supported at the same time. This new version is now being used, so modules which referenced the older version will break upon upgrading DNN. The recommendation is to either use the APIs that DNN exposes (e.g. DotNetNuke.Services.FileSystem.FileManager.UnzipFile), or to use the APIs available in .NET 4.5, under the (System.IO.Compression namespace)[https://docs.microsoft.com/en-us/dotnet/api/system.io.compression]
  • Newtonsoft.Json upgraded from version 7 to 10
    • A binding redirect has been put in place, so components compiled against older (or newer) versions of Newtonsoft.Json should still operate. However, the details of the JSON serialization and deserialization may be different, which could cause components to break if they have assumptions on those details of the JSON format

Further details on the release are available via the release notes post on the DNN blog