Skip to content

Commit 63f5919

Browse files
authored
Update version-specific-upgrade-notes.md
1 parent 792243e commit 63f5919

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

13/umbraco-engage/upgrading/version-specific-upgrade-notes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Version specific documentation for upgrading to new major versions of Umbraco Engage.
2+
description: Version-specific documentation for upgrading to new major versions of Umbraco Engage.
33
---
44

55
# Version Specific Upgrade Notes
@@ -12,16 +12,19 @@ When upgrading to a new minor or patch version, learn about the changes in the [
1212

1313
## Breaking changes
1414
#### v13.2.0
15-
Introduced Razor Class Library support to serve static files for Engage, removing physical back-office-, views and assets files from development projects.
15+
Introduced Razor Class Library support to serve static files for Engage, removing physical backoffice, views, and assets files from development projects.
16+
1617
While this is not considered a breaking change, it is recommended to remove these folders from your project to avoid any potential conflicts in the future.
18+
1719
The following folders should be manually removed from your project upon updating:
20+
1821
* `App_Plugins\Umbraco.Engage`
1922
* `Assets\Umbraco.Engage`
2023
* `Views\Partials\Umbraco.Engage`
2124

2225
Health checks have been added to verify whether these folders are present in your project. If they are, you will receive a warning in the Health Check dashboard.
2326

24-
Please note that this is only for the `Umbraco.Engage` package. Any addons like `Umbraco.Engage.Forms` will still have physical files in your project in this version.
27+
The above only applies to the `Umbraco.Engage` package. Any addons like `Umbraco.Engage.Forms` will still have physical files in your project in this version.
2528

2629
#### v13.0.0 (Umbraco Engage Launch)
2730

0 commit comments

Comments
 (0)