Skip to content

Commit 92e317f

Browse files
committed
Merge remote-tracking branch 'upstream/main' into password-change-docs
2 parents cb683a9 + 0cedd22 commit 92e317f

11 files changed

Lines changed: 334 additions & 26 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) DNN Community
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ git push
112112
```
113113

114114
Everything is now updated per the latest changes everywhere, you are ready for your next contribution, scroll up and repeat from the "create a branch for your changes" step, rinse and repeat.
115+
116+
## Testing
117+
This project is tested with BrowserStack.

content/getting-started/setup/requirements/index.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,34 @@
22
uid: setup-requirements
33
locale: en
44
title: DNN Platform Requirements
5-
dnnversion: 09.04.00
5+
dnnversion: 10.00.00
66
related-topics: install-extension,administrators-included-modules-overview,dnn-overview,dnn-overview,control-bar-to-persona-bar,persona-bar-by-role,providers,more-resources,set-up-dnn
77
---
88

99
# DNN Platform Requirements
10-
The following information applies to **DNN Platform** 9.4.0 and later.
10+
The following information applies to **DNN Platform** 10.0.0 and later.
1111

1212
## Supported Operating Systems
1313

14-
* Windows 8
15-
* Windows 8.1
1614
* Windows 10
1715
* Windows 11
18-
* Windows Server 2012 R2 or Later
16+
* Windows Server 2016 or Later
1917
* Microsoft Azure App Service (PaaS)
2018

2119
> [!Note]
2220
> The Microsoft IIS feature must be installed/enabled
2321
24-
## .NET Framework
22+
## .NET Framework Minimum
2523

26-
* 4.7.2 Minimum
24+
* 4.8.0
2725

2826
## Database Server
2927

3028
DNN Platform requires a single Microsoft SQL Server database and supports all current editions of Microsoft SQL Server including.
3129

32-
* Microsoft SQL Server 2012
33-
* Microsoft SQL Server 2014
34-
* Microsoft SQL Server 2016 (supported with DNN 8.0.4+)
3530
* Microsoft SQL Server 2017
3631
* Microsoft SQL Server 2019
32+
* Microsoft SQL Server 2022
3733
* Microsoft Azure SQL Database
3834

3935
> [!Note]
@@ -43,7 +39,6 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu
4339

4440
* Chrome
4541
* Firefox
46-
* IE 11
4742
* Microsoft Edge
4843
* Safari for Mac
4944

@@ -54,24 +49,15 @@ DNN Platform requires a single Microsoft SQL Server database and supports all cu
5449

5550
For creating extensions:
5651

57-
* Visual Studio 2017
58-
* Visual Studio 2019
59-
* Visual Studio 2022
52+
* Visual Studio 2022 (including Community Edition with latest updates)
6053

6154
> [!Note]
62-
> Starting with DNN 9.4.0, .NET Framework 4.7.2+ is required, however, it is still possible to use older versions of Visual Studio, and .NET Framework for extension development. The minimum version for extension development is dependent upon the targeted DNN Minimum Version.
55+
> Starting with DNN 10.0.0, .NET Framework 4.8.0+ is required, however, it is still possible to use older versions of Visual Studio, and .NET Framework for extension development. The minimum version for extension development is dependent upon the targeted DNN Minimum Version.
6356
6457
For contributing to DNN Platform:
6558

66-
* Visual Studio 2017
67-
* Visual Studio 2019
68-
* Visual Studio 2022
69-
70-
## Recommended Environment
71-
72-
* Most current Windows & IIS Environment Possible
73-
* Most Current SQL Server Available, minimum recommendation of SQL Server 2016
74-
* **For developers:** SQL Developer Editions provide the best flexibility
75-
* **For developers:** Visual Studio 2022
59+
* Visual Studio 2022 (including Community Edition with latest updates)
60+
* Latest `dotnet SDK`
61+
* Latest `node (LTS)`
7662

7763
Please click the **Improve this Doc** button above to help us improve this page.

content/getting-started/setup/upgrades/suggested-upgrade-path/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The below is, of course, subject to change. If your current version of DNN Platf
2929
|[07.04.02](https://github.com/dnnsoftware/Dnn.Releases.Archive.7x/tree/master/07.04.02)|[08.00.04](https://github.com/dnnsoftware/Dnn.Releases.Archive.8x/tree/master/08.00.04)|
3030
|[08.00.04](https://github.com/dnnsoftware/Dnn.Releases.Archive.8x/tree/master/08.00.04)|[09.01.01](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.1.1)|
3131
|[09.01.01](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.1.1)|[09.03.02](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.3.2)|
32-
|[09.03.02](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.3.2)|[09.13.08](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.8)|
32+
|[09.03.02](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.3.2)|[09.13.09](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.9)|
33+
|[09.13.09](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.9)|[10.01.00](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.1.0)|
3334

3435
> [!TIP]
3536
> **Upgrade Notes:** DotNetNuke has been around since 2002, and in that time has had a number of changes which can complicate matters during the process of upgrading through different versions. These include:
@@ -44,4 +45,6 @@ The below is, of course, subject to change. If your current version of DNN Platf
4445
- In DNN 9.2.0, multiple APIs were removed that were marked deprecated in DNN 7 and before. Most of the core modules have been updated since and you can find them at [https://github.com/dnncommunity](https://github.com/dnncommunity). If you have other modules installed, please check for updates before upgrading to DNN 9.2.0 or later.
4546
- DNN 9.4.0 introduced a minimum requirement of ASP.NET 4.7.2.
4647
- DNN 9.8.0 (and above for the 9.x series releases) brings the OPTIONAL (but HIGHLY RECOMMENDED) [Telerik Removal](xref:setup-telerik-removal).
48+
- DNN 10.0.0 introduced minimum requirements for ASP.NET 4.8 and SQL Server 2017. In addition, it will force-remove DNN-Provided Telerik versions.
49+
- DNN 10.1.1 new installs use SHA256 as the default password hashing algorithm. This only affect new installs, if you want to migrate an upgraded site to SHA256, please read [the documentation for membership provider changes](xref:security-membership-providers).
4750

content/reference/releases/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ related-topics: administrators-included-modules-overview,requirements,dnn-overvi
1212

1313
|**Release Date**|**Version**|
1414
|---|---|
15+
|2025 Aug 10|[10.01.0](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.01.0)|
16+
|2025 May 20|[10.0.1](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.0.1)|
17+
|2025 Apr 09|[10.0.0](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.0.0)|
18+
|2025 Apr 29|[0.13.9](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.9)|
19+
|2025 Mar 05|[0.13.8](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.8)|
1520
|2024 Dev 18|[9.13.7](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.7)|
1621
|2024 Nov 20|[9.13.6](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.6)|
1722
|2024 Nov 05|[9.13.5](https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.5)|

content/tutorials/server/smtp-servers/set-up-oauth-microsoft-365/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Create an **App registration** (portal.azure.com -> App registrations)
8181

8282
## 5. Setup the mailbox in DNN
8383
* Personabar - Servers - Server settings
84+
* SMTP Server and Port:
85+
* smtp.office365.com:587
8486
* SMTP authentication:
8587
* SMTP Authentiaction: **OAUTH**
8688
* Auth Provider: **Exchange Online**
19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)