Skip to content

Commit 1d180aa

Browse files
authored
Merge pull request #785 from DNNCommunity/upgrade-path-notes-readability
Updated formatting for increased readability of notes
2 parents 689afb4 + f842693 commit 1d180aa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • content/getting-started/setup/upgrades/suggested-upgrade-path

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ The below is, of course, subject to change. If your current version of DNN Platf
1515

1616
| **FROM Version** | **TO Version** | **Notes** |
1717
|---|---|---|
18-
| [10.02.01] | [10.02.03] | DNN 10.2.0 introduced a new simplified upgrade process, see [Post-10.2.0 Upgrade Guide](xref:setup-upgrades-post-10.2.0). <br/> DNN 10.2.3 has an issue with uploading upgrades, if upgrading from 10.2.3, please upload your next version package to `App_Data\Upgrade` folder manually.|
19-
| [09.13.09] | [10.02.01] | DNN 10.0.0 is a significant release with both [Breaking Changes and New Features][bc-10], it also introduced minimum requirements for ASP.NET 4.8 and SQL Server 2017. In addition, it will force-remove DNN-Provided Telerik versions. <br/> DNN 10.1.1 new installs use SHA256 as the default password hashing algorithm. This only affects new installs, if you want to migrate an upgraded site to SHA256, please read [the documentation for membership provider changes](xref:security-membership-providers). |
20-
| [09.03.02] | [09.13.09] | DNN 9.4.0 introduced a minimum requirement of ASP.NET 4.7.2. <br/> DNN 9.8.0 (and above for the 9.x series releases) brings the OPTIONAL (but HIGHLY RECOMMENDED) [Telerik Removal](xref:setup-telerik-removal). |
21-
| [09.01.01] | [09.03.02] | 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 [dnncommunity][dnncommunity-gh]. <br/> If you have other modules installed, please check for updates before upgrading to DNN 9.2.0 or later. |
18+
| [10.02.01] | [10.02.03] | * DNN 10.2.0 introduced a new simplified upgrade process, see [Post-10.2.0 Upgrade Guide](xref:setup-upgrades-post-10.2.0).<br /><br /> * DNN 10.2.3 has an issue with uploading upgrades, if upgrading from 10.2.3, please upload your next version package to `App_Data\Upgrade` folder manually.<br /><br /> |
19+
| [09.13.09] | [10.02.01] | * DNN 10.0.0 is a significant release with both [Breaking Changes and New Features][bc-10], it also introduced minimum requirements for ASP.NET 4.8 and SQL Server 2017. In addition, it will force-remove DNN-Provided Telerik versions.<br /><br /> * DNN 10.1.1 new installs use SHA256 as the default password hashing algorithm. This only affects new installs, if you want to migrate an upgraded site to SHA256, please read [the documentation for membership provider changes](xref:security-membership-providers).<br /><br /> |
20+
| [09.03.02] | [09.13.09] | * DNN 9.4.0 introduced a minimum requirement of ASP.NET 4.7.2.<br /><br /> * DNN 9.8.0 (and above for the 9.x series releases) brings the OPTIONAL (but HIGHLY RECOMMENDED) [Telerik Removal](xref:setup-telerik-removal).<br /><br /> |
21+
| [09.01.01] | [09.03.02] | * 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 [dnncommunity][dnncommunity-gh].<br /><br /> * If you have other modules installed, please check for updates before upgrading to DNN 9.2.0 or later.<br /><br /> |
2222
| [08.00.04] | [09.01.01] | |
2323
| [07.04.02] | [08.00.04] | |
24-
| [06.02.08] | [07.04.02] | DNN 7.0.0 has some additional changed pre-requisites, please see the [DNN 7 Developer Quick Start][dnn7qs] for further details. |
24+
| [06.02.08] | [07.04.02] | * DNN 7.0.0 has some additional changed pre-requisites, please see the [DNN 7 Developer Quick Start][dnn7qs] for further details.<br /><br /> |
2525
| [05.06.08] | [06.02.08] | |
2626
| [05.04.04] | [05.06.08] | |
27-
| [04.09.05] | [05.04.04] | DotNetNuke 5.2.0 introduced the requirement for SQL 2005 and ASP.NET 3.5 SP1. <br/> DNN 5.3.0 upgrading from before 5.3.0 to after 5.3.0, you may encounter this error during the upgrade: "Type 'Web.HttpResponse' is not defined." This primarily occurs if the XML module is already installed. <br/> To prevent this, check PRIOR to upgrading if the XML module is installed. If so, upgrade it PRIOR to upgrading DotNetNuke to version 4.3.5, available at [DNN.XML Module on GitHub][dnn-xml]. |
27+
| [04.09.05] | [05.04.04] | * DotNetNuke 5.2.0 introduced the requirement for SQL 2005 and ASP.NET 3.5 SP1.<br /><br /> * DNN 5.3.0 upgrading from before 5.3.0 to after 5.3.0, you may encounter this error during the upgrade: "Type 'Web.HttpResponse' is not defined." This primarily occurs if the XML module is already installed.<br /><br /> * To prevent this, check PRIOR to upgrading if the XML module is installed. If so, upgrade it PRIOR to upgrading DotNetNuke to version 4.3.5, available at [DNN.XML Module on GitHub][dnn-xml].<br /><br /> |
2828
| [04.06.02] | [04.09.05] | |
29-
| [04.04.01] | [04.06.02] | DotNetNuke 4.6.2 **prior to 4.6.2** site admins had to manually merge key fields in web.config such as the machinekey and both connection strings. <br/> With 4.6.2 DotNetNuke introduced functionality known as xmlmerge which automatically does the web.config merging on your behalf. |
29+
| [04.04.01] | [04.06.02] | * DotNetNuke 4.6.2 **prior to 4.6.2** site admins had to manually merge key fields in web.config such as the machinekey and both connection strings.<br /><br /> * With 4.6.2 DotNetNuke introduced functionality known as xmlmerge which automatically does the web.config merging on your behalf.<br /><br /> |
3030
| [04.03.07] | [04.04.01] | |
31-
| [03.02.02] | [04.03.07] | Bumped ASP.NET to 2.0, also see [Upgrade to DotNetNuke 4.x chapter][dnn4x]. <br/> This blog post also contains information about upgrading from 3.2.2. to 4.x: [Preparing for an upgrade][prep-upgrade] |
31+
| [03.02.02] | [04.03.07] | * Bumped ASP.NET to 2.0, also see [Upgrade to DotNetNuke 4.x chapter][dnn4x].<br /><br /> * This blog post also contains information about upgrading from 3.2.2. to 4.x: [Preparing for an upgrade][prep-upgrade]<br /><br /> |
3232
| [03.01.01] | [03.02.02] | |
3333
| [02.01.02] | [03.01.01] | |
3434
| [02.00.04] | [02.01.02] | |

0 commit comments

Comments
 (0)