Skip to content

v10.3.0

Latest

Choose a tag to compare

@valadas valadas released this 25 Mar 04:22
· 113 commits to develop since this release
Immutable release. Only release title and notes can be modified.
3293a83

Release Notes

Important

Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

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

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

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #7074 Thanks @bdukes
  • Fixed config scripts getting missed #7075 Thanks @bdukes
  • Fixed the addition of assemblies and sql scripts to module build #7098 Thanks @donker
  • Fixed an issue where language flags would not show in PersonaBar #7116 Thanks @valadas
  • Fixed separator issue in csp header #7126 Thanks @sachatrauwaen

Enhancements

Maintenance

  • Updated caniuse database #7046
  • Bumped lerna from 9.0.0 to 9.0.5 #7048
  • Bumped tsx from 4.20.6 to 4.21.0 #7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #7054 Thanks @bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #7061 Thanks @bdukes
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #7062
  • Bumped svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory #7070
  • Bumped Mimekit to 4.15.1 and BouncyCastle to 2.6.2 #7072 Thanks @donker
  • Bumped dompurify from 3.3.1 to 3.3.2 in the npm_and_yarn group across 1 directory #7073
  • Bumped immutable from 3.8.2 to 3.8.3 in the npm_and_yarn group across 1 directory #7078
  • Removed former github action to bump versions after releases #7086 Thanks @valadas
  • Automated Merge CI changes into develop #7097
  • Bumped dotnet-sdk from 10.0.103 to 10.0.200 #7104
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #7111
  • Updated caniuse database #7113

Documentation / Developer Experience

  • Resolved several obsolete warnings #6965 Thanks @bdukes
  • Implemented Inline build task #7064 Thanks @bdukes
  • Automated post-build tasks to keep github in sync #7076 Thanks @valadas
  • Fixed a missing user for CI Bot #7081 Thanks @valadas
  • Automated : Merged CI changes into develop #7090
  • Prevented not runing PR task to show as a failure #7091 Thanks @valadas
  • Prevented noisy PRs for SolutionInfo.cs version changes #7094 Thanks @valadas
  • Made package.json files to use only Major.Minor.Patch versioning #7096 Thanks @valadas
  • Avoids creating an automatic PR if there is nothing to commit #7099 Thanks @valadas
  • Performed an MSBuild clean up #7101 Thanks @bdukes
  • Remove generated CSS from commiting #7105 Thanks @bdukes
  • Added CI build via GitHub Actions #7108 Thanks @bdukes
  • Import MSBuild.Community.Tasks via NuGet #7109 Thanks @bdukes
  • Moved the copying of sample projects to the prepare packaging task #7112 Thanks @donker
  • Added GitHub Actions job to deploy to NuGet #7117 Thanks @bdukes
  • Updated badge in README to use GitHub Actions CI #7118 Thanks @bdukes
  • Fixed GitVersion not being able to read history from repo #7119 Thanks @bdukes
  • Update env variables from workflow_dispatch inputs #7120 Thanks @bdukes
  • Pinned actions in workflows using commit SHA #7121 Thanks @bdukes
  • Added dependency review step for pull requests #7122 Thanks @bdukes
  • Added OSSF scorecard action #7125 Thanks @bdukes
  • Added GitHub Actions job to attest artifacts #7129 Thanks @bdukes
  • Fixed tests with inconsistent values #7130 Thanks @bdukes
  • Limited permissions available to GitHub Actions workflows #7132 Thanks @bdukes
  • Added OpenSSF best practices badge #7135 Thanks @bdukes

List of Contributors

Additional Resources.

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